UImenuItem

Synopsis

base class of UIcmds, defining the text of a UIcmd menu item

UIcore+OPort UImenuItem<NEcolor0=0x00ffff,export_all=1> {
       string+opt label=> name_of(<-,1);
            fontAttributes<NEvisible=0>;
            pixmap<NEvisible=0>;
            color<NEvisible=0>;
  };

Description

UImenuItem defines the label that appears as the text on a menu of UIcmds. It acts as the base class of UIcmd and (by inheritance) UIoption, UItoggle, and UIbutton, ensuring that the label subobject appears at the top of the list of subobjects in the deiconified icon.

Subobjects

&visible;

&active;

pixmap;

color;

fontAttribute;

handle <Internal Object. Not visible in Network Editor>;

fontlist <No longer used. Not visible in Network Editor>;

cxxhandle <Internal Object. Not visible in Network Editor>;

motif_resources <No longer used. Not visible in Network Editor>;

window_resources <No longer used. Not visible in Network Editor>;

layout <No longer used. Not visible in Network Editor>

Attributes inherited from UIcore class.

label

String. Sets the text that appears on the UIcmd object. The default is the object name.

Example

Not Available

File

v/UI.v

See Also Related Modules

UIcmd
UImenuSeparator