octave: Uimenu Properties

 
 15.3.3.10 Uimenu Properties
 ...........................
 
 The ‘uimenu’ properties are:
 
 ‘__modified__’: "off" | {"on"}
 
 ‘accelerator’: def. ""
 
 ‘beingdeleted’: {"off"} | "on"
 
 ‘busyaction’: "cancel" | {"queue"}
 
 ‘buttondownfcn’: string | function handle, def. ‘[](0x0)’
      ‘buttondownfcn’ is unused.
 
 ‘callback’: def. ‘[](0x0)’
 
 ‘checked’: {"off"} | "on"
 
 ‘children’ (read-only): vector of graphics handles, def. ‘[](0x1)’
      Graphics handles of the uimenu’s children.
 
 ‘clipping’: "off" | {"on"}
      If ‘clipping’ is "on", the uimenu is clipped in its parent axes
      limits.
 
 ‘createfcn’: string | function handle, def. ‘[](0x0)’
      Callback function executed immediately after uimenu has been
      created.  Function is set by using default property on root object,
      e.g., ‘set (0, "defaultuimenucreatefcn", 'disp ("uimenu
      created!")')’.
 
      For information on how to write graphics listener functions see
      SeeCallbacks section Callbacks.
 
 ‘deletefcn’: string | function handle, def. ‘[](0x0)’
      Callback function executed immediately before uimenu is deleted.
 
      For information on how to write graphics listener functions see
      SeeCallbacks section Callbacks.
 
 ‘enable’: "off" | {"on"}
 
 ‘foregroundcolor’: def. ‘[0 0 0]’
 
 ‘handlevisibility’: "callback" | "off" | {"on"}
      If ‘handlevisibility’ is "off", the uimenu’s handle is not visible
      in its parent’s "children" property.
 
 ‘hittest’: "off" | {"on"}
 
 ‘interruptible’: "off" | {"on"}
 
 ‘label’: def. ""
 
 ‘parent’: graphics handle
      Handle of the parent graphics object.
 
 ‘position’: def. ‘1’
 
 ‘selected’: {"off"} | "on"
 
 ‘selectionhighlight’: "off" | {"on"}
 
 ‘separator’: {"off"} | "on"
 
 ‘tag’: string, def. ""
      A user-defined string to label the graphics object.
 
 ‘type’ (read-only): string
      Class name of the graphics object.  ‘type’ is always "uimenu"
 
 ‘uicontextmenu’: graphics handle, def. ‘[](0x0)’
      Graphics handle of the uicontextmenu object that is currently
      associated to this uimenu object.
 
 ‘userdata’: Any Octave data, def. ‘[](0x0)’
      User-defined data to associate with the graphics object.
 
 ‘visible’: "off" | {"on"}
      If ‘visible’ is "off", the uimenu is not rendered on screen.