On this page
15.3.3.1 Root Properties
Properties of the root graphics object:
-
beingdeleted: {"off"} |"on" -
beingdeletedis unused. -
busyaction:"cancel"| {"queue"} -
busyactionis unused. -
buttondownfcn: string | function handle, def.[](0x0) -
buttondownfcnis unused. -
callbackobject(read-only): graphics handle, def.[](0x0) -
Graphics handle of the current object whose callback is executing.
-
children(read-only): vector of graphics handles, def.[](0x1) -
Graphics handles of the root’s children.
-
clipping:"off"| {"on"} -
clippingis unused. -
commandwindowsize(read-only): def.[0 0] -
contextmenu: graphics handle, def.[](0x0) -
Graphics handle of the uicontextmenu object that is currently associated to this root object.
-
createfcn: string | function handle, def.[](0x0) -
createfcnis unused. -
currentfigure: graphics handle, def.[](0x0) -
Graphics handle of the current figure.
-
deletefcn: string | function handle, def.[](0x0) -
deletefcnis unused. -
fixedwidthfontname: string, def."Courier" -
handlevisibility:"callback"|"off"| {"on"} -
handlevisibilityis unused. -
hittest:"off"| {"on"} -
hittestis unused. -
interruptible:"off"| {"on"} -
interruptibleis unused. -
monitorpositions(read-only): -
monitorpositionsis unused. -
parent: graphics handle, def.[](0x0) -
Root object has no parent graphics object.
parentis always empty. -
pickableparts:"all"|"none"| {"visible"} -
pickablepartsis unused. -
pointerlocation: two-element vector, def.[0 0] -
pointerlocationis unused. -
pointerwindow(read-only): graphics handle, def.0 -
pointerwindowis unused. -
screendepth(read-only): double -
screenpixelsperinch(read-only): double -
screensize(read-only): four-element vector -
selected: {"off"} |"on" -
selectedis unused. -
selectionhighlight:"off"| {"on"} -
selectionhighlightis unused. -
showhiddenhandles: {"off"} |"on" -
If
showhiddenhandlesis"on", all graphics objects handles are visible in their parents’ children list, regardless of the value of theirhandlevisibilityproperty. -
tag: string, def."" -
A user-defined string to label the graphics object.
-
type(read-only): string -
Class name of the graphics object.
typeis always"root" -
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"} -
visibleis unused.
© 1996–2023 The Octave Project Developers
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
https://docs.octave.org/v8.1.0/Root-Properties.html