Lines Matching refs:item
36 describes a user interface item that is part of a user interface
45 You could have a menu or a toolbox working with the same item descriptor.
52 /** specifies which type this item descriptor belongs to.<p>See constant definition
57 /** the text of the user interface item.
69 /** different styles which influence the appearance of the item and its behavior.
70 <p>This property is only valid if the item describes a toolbar or statusbar
71 item. See <type>ItemStyle</type> for more information about possible styles.</p>
75 /** specifies the pixel distance by which the text of the item is shifted on the x-axis.
76 <p>This property is only valid if the item describes a statusbar item.</p>
85 /** specifies if this item is visible or not.
86 <p>This property is only valid if the item describes a toolbar or statusbar item.</p>
90 /** specifies a pixel width for this item inside the user interface element.
91 <p>This property is only valid if the item describes a toolbar or statusbar item.</p>