octave: Uibuttongroup Properties

 
 15.3.3.11 Uibuttongroup Properties
 ..................................
 
 The ‘uibuttongroup’ properties are:
 
 ‘__modified__’: "off" | {"on"}
 
 ‘backgroundcolor’: def. ‘[0.93725 0.92157 0.90588]’
 
 ‘beingdeleted’: {"off"} | "on"
 
 ‘bordertype’: "beveledin" | "beveledout" | {"etchedin"} | "etchedout" | "line" | "none"
 
 ‘borderwidth’: def. ‘1’
 
 ‘busyaction’: "cancel" | {"queue"}
 
 ‘buttondownfcn’: string | function handle, def. ‘[](0x0)’
      For information on how to write graphics listener functions see
      SeeCallbacks section Callbacks.
 
 ‘children’ (read-only): vector of graphics handles, def. ‘[](0x1)’
      Graphics handles of the uibuttongroup’s children.
 
 ‘clipping’: "off" | {"on"}
      If ‘clipping’ is "on", the uibuttongroup is clipped in its parent
      axes limits.
 
 ‘createfcn’: string | function handle, def. ‘[](0x0)’
      Callback function executed immediately after uibuttongroup has been
      created.  Function is set by using default property on root object,
      e.g., ‘set (0, "defaultuibuttongroupcreatefcn", 'disp
      ("uibuttongroup 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 uibuttongroup is
      deleted.
 
      For information on how to write graphics listener functions see
      SeeCallbacks section Callbacks.
 
 ‘fontangle’: "italic" | {"normal"} | "oblique"
 
 ‘fontname’: def. "*"
 
 ‘fontsize’: def. ‘10’
 
 ‘fontunits’: "centimeters" | "inches" | "normalized" | "pixels" | {"points"}
 
 ‘fontweight’: "bold" | "demi" | "light" | {"normal"}
 
 ‘foregroundcolor’: def. ‘[0 0 0]’
 
 ‘handlevisibility’: "callback" | "off" | {"on"}
      If ‘handlevisibility’ is "off", the uibuttongroup’s handle is not
      visible in its parent’s "children" property.
 
 ‘highlightcolor’: def. ‘[1 1 1]’
 
 ‘hittest’: "off" | {"on"}
 
 ‘interruptible’: "off" | {"on"}
 
 ‘parent’: graphics handle
      Handle of the parent graphics object.
 
 ‘position’: def. ‘[0 0 1 1]’
 
 ‘resizefcn’: def. ‘[](0x0)’
 
 ‘selected’: {"off"} | "on"
 
 ‘selectedobject’: def. ‘[](0x0)’
 
 ‘selectionchangedfcn’: def. ‘[](0x0)’
 
 ‘selectionhighlight’: "off" | {"on"}
 
 ‘shadowcolor’: def. ‘[0.62483 0.61437 0.60391]’
 
 ‘sizechangedfcn’: def. ‘[](0x0)’
 
 ‘tag’: string, def. ""
      A user-defined string to label the graphics object.
 
 ‘title’: def. ""
 
 ‘titleposition’: "centerbottom" | "centertop" | "leftbottom" | {"lefttop"} | "rightbottom" | "righttop"
 
 ‘type’ (read-only): string
      Class name of the graphics object.  ‘type’ is always
      "uibuttongroup"
 
 ‘uicontextmenu’: graphics handle, def. ‘[](0x0)’
      Graphics handle of the uicontextmenu object that is currently
      associated to this uibuttongroup object.
 
 ‘units’: "centimeters" | "characters" | "inches" | {"normalized"} | "pixels" | "points"
 
 ‘userdata’: Any Octave data, def. ‘[](0x0)’
      User-defined data to associate with the graphics object.
 
 ‘visible’: "off" | {"on"}
      If ‘visible’ is "off", the uibuttongroup is not rendered on screen.