Kaydet (Commit) 1223467b authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Make this readable on a normal screen too.

Change-Id: I91259408aaa2294b2c1e01ac3979ef402665ac7a
üst fcffc869
......@@ -109,7 +109,15 @@ constants ItemStyle
/** specifies if an icon is placed on left side of the text, like an entry in a taskbar.
<p>This style is only valid if the item describes a toolbar item and visible if
style of the toolbar is set to symboltext.</p>
<p> This style can also be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p>
<p>This style can also be used for custom toolbars and menus, in a
custom toolbar an item's Style setting can used to override the
toolbar container setting, the style can be bitwise OR-ed with <member
scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text,
text+icon or icon only is to be displayed. Similarly for menu items,
an items Style can override the application setting to display either
text or icon (note: for menu an icon only setting interpreted as
icon+text)</p>
*/
const short ICON = 128;
......@@ -130,7 +138,15 @@ constants ItemStyle
*/
const short DROPDOWN_ONLY = 1024;
/** indicates if icon, text or text+icon is displayed for the item.
<p> This style can be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <member scope="com::sun::star::ui::ItemStyle">ICON</member> to define text, text+icon or icon only is to be displayed. Similarly for menu items, an items Style can override the application setting to display either text or icon ( note: for menu an icon only setting interpreted as icon+text ) </p>
<p>This style can be used for custom toolbars and menus, in a custom
toolbar an item's Style setting can used to override the toolbar
container setting, the style can be bitwise OR-ed with <member
scope="com::sun::star::ui::ItemStyle">ICON</member> to define text,
text+icon or icon only is to be displayed. Similarly for menu items,
an items Style can override the application setting to display either
text or icon (note: for menu an icon only setting interpreted as
icon+text)</p>
*/
const short TEXT = 2048;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment