1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308
|
@c DO NOT EDIT! Generated automatically by genpropdoc.m.
@c Copyright (C) 2014-2025 The Octave Project Developers
@c
@c See the file COPYRIGHT.md in the top-level directory of this
@c distribution or <https://octave.org/copyright/>.
@c
@c This file is part of Octave.
@c
@c Octave is free software: you can redistribute it and/or modify it
@c under the terms of the GNU General Public License as published by
@c the Free Software Foundation, either version 3 of the License, or
@c (at your option) any later version.
@c
@c Octave is distributed in the hope that it will be useful, but
@c WITHOUT ANY WARRANTY; without even the implied warranty of
@c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@c GNU General Public License for more details.
@c
@c You should have received a copy of the GNU General Public License
@c along with Octave; see the file COPYING. If not, see
@c <https://www.gnu.org/licenses/>.
Properties of @code{uipanel} objects (@pxref{XREFuipanel,,uipanel}):
@subsubheading Categories:
@ref{XREFuipanelcategoryAppearance, , @w{Appearance}}@: | @ref{XREFuipanelcategoryCallbackExecution, , @w{Callback Execution}}@: | @ref{XREFuipanelcategoryCreation/Deletion, , @w{Creation/Deletion}}@: | @ref{XREFuipanelcategoryDisplay, , @w{Display}}@: | @ref{XREFuipanelcategoryMouseInteraction, , @w{Mouse Interaction}}@: | @ref{XREFuipanelcategoryObjectIdentification, , @w{Object Identification}}@: | @ref{XREFuipanelcategoryObjectPosition, , @w{Object Position}}@: | @ref{XREFuipanelcategoryParent/Children, , @w{Parent/Children}}@: | @ref{XREFuipanelcategoryTextAppearance, , @w{Text Appearance}}@:
@anchor{XREFuipanelcategoryAppearance}
@subsubheading Appearance
@table @asis
@anchor{XREFuipanelbackgroundcolor}
@prindex uipanel backgroundcolor
@item @code{backgroundcolor}: colorspec, def. @code{[0.9400 0.9400 0.9400]}
The color value of the background of this panel.
@anchor{XREFuipanelbordertype}
@prindex uipanel bordertype
@item @code{bordertype}: @qcode{"beveledin"} | @qcode{"beveledout"} | @{@qcode{"etchedin"}@} | @qcode{"etchedout"} | @qcode{"line"} | @qcode{"none"}
Sets whether or not a line border will surround the panel.
@anchor{XREFuipanelborderwidth}
@prindex uipanel borderwidth
@item @code{borderwidth}: whole number scalar, def. @code{1}
The width of the line border in pixels.
@anchor{XREFuipanelforegroundcolor}
@prindex uipanel foregroundcolor
@item @code{foregroundcolor}: colorspec, def. @code{[0 0 0]}
The color value of the title text for this panel.
@anchor{XREFuipanelhighlightcolor}
@prindex uipanel highlightcolor
@item @code{highlightcolor}: colorspec, def. @code{[1 1 1]}
The color value of the line bordering this panel.
@anchor{XREFuipanelshadowcolor}
@prindex uipanel shadowcolor
@item @code{shadowcolor}: colorspec, def. @code{[0.7000 0.7000 0.7000]}
The color value of the line surrounding the border line around this panel. @xref{Colors, , colorspec}.
@end table
@anchor{XREFuipanelcategoryCallbackExecution}
@subsubheading Callback Execution
@table @asis
@anchor{XREFuipanelbusyaction}
@prindex uipanel busyaction
@item @code{busyaction}: @qcode{"cancel"} | @{@qcode{"queue"}@}
Define how Octave handles the execution of this object's callback properties when it is unable to interrupt another object's executing callback. This is only relevant when the currently executing callback object has its @code{interruptible} property set to @qcode{"off"}. The @code{busyaction} property of the interrupting callback object indicates whether the interrupting callback is queued (@qcode{"queue"} (default)) or discarded (@qcode{"cancel"}).
@xref{Callbacks, , @w{Callbacks section}}.
@anchor{XREFuipanelinterruptible}
@prindex uipanel interruptible
@item @code{interruptible}: @qcode{"off"} | @{@qcode{"on"}@}
Specify whether this object's callback functions may be interrupted by other callbacks. By default @code{interruptible} is @qcode{"on"} and callbacks that make use of @code{drawnow}, @code{figure}, @code{waitfor}, @code{getframe} or @code{pause} functions are eventually interrupted.
@xref{Callbacks, , @w{Callbacks section}}.
@anchor{XREFuipanelresizefcn}
@prindex uipanel resizefcn
@item @code{resizefcn}: string | function handle, def. @code{[](0x0)}
@code{resizefcn} is deprecated. Use @code{sizechangedfcn} instead.
@anchor{XREFuipanelsizechangedfcn}
@prindex uipanel sizechangedfcn
@item @code{sizechangedfcn}: string | function handle, def. @code{[](0x0)}
Callback triggered when the panel size is changed.
For information on how to write graphics listener functions see @ref{Callbacks, , @w{Callbacks section}}.
@end table
@anchor{XREFuipanelcategoryCreation/Deletion}
@subsubheading Creation/Deletion
@table @asis
@anchor{XREFuipanelbeingdeleted}
@prindex uipanel beingdeleted
@item @code{beingdeleted}: @{@qcode{"off"}@} | @qcode{"on"}
Property indicating that a function has initiated deletion of the object. @code{beingdeleted} is set to true until the object no longer exists.
@anchor{XREFuipanelcreatefcn}
@prindex uipanel createfcn
@item @code{createfcn}: string | function handle, def. @code{[](0x0)}
Callback function executed immediately after uipanel has been created. Function is set by using default property on root object, e.g., @code{set (groot, "defaultuipanelcreatefcn", 'disp ("uipanel created!")')}.
For information on how to write graphics listener functions see @ref{Callbacks, , @w{Callbacks section}}.
@anchor{XREFuipaneldeletefcn}
@prindex uipanel deletefcn
@item @code{deletefcn}: string | function handle, def. @code{[](0x0)}
Callback function executed immediately before uipanel is deleted.
For information on how to write graphics listener functions see @ref{Callbacks, , @w{Callbacks section}}.
@end table
@anchor{XREFuipanelcategoryDisplay}
@subsubheading Display
@table @asis
@anchor{XREFuipanelclipping}
@prindex uipanel clipping
@item @code{clipping}: @qcode{"off"} | @{@qcode{"on"}@}
If @code{clipping} is @qcode{"on"}, the uipanel is clipped in its parent axes limits.
@anchor{XREFuipanelvisible}
@prindex uipanel visible
@item @code{visible}: @qcode{"off"} | @{@qcode{"on"}@}
If @code{visible} is @qcode{"off"}, the uipanel is not rendered on screen.
@end table
@anchor{XREFuipanelcategoryMouseInteraction}
@subsubheading Mouse Interaction
@table @asis
@anchor{XREFuipanelbuttondownfcn}
@prindex uipanel buttondownfcn
@item @code{buttondownfcn}: string | function handle, def. @code{[](0x0)}
For information on how to write graphics listener functions see @ref{Callbacks, , @w{Callbacks section}}.
@anchor{XREFuipanelcontextmenu}
@prindex uipanel contextmenu
@item @code{contextmenu}: graphics handle, def. @code{[](0x0)}
Graphics handle of the uicontextmenu object that is currently associated to this uipanel object.
@anchor{XREFuipanelhittest}
@prindex uipanel hittest
@item @code{hittest}: @qcode{"off"} | @{@qcode{"on"}@}
Specify whether uipanel processes mouse events or passes them to ancestors of the object. When enabled, the object may respond to mouse clicks by evaluating the @qcode{"buttondownfcn"}, showing the uicontextmenu, and eventually becoming the root @qcode{"currentobject"}. This property is only relevant when the object can accept mouse clicks which is determined by the @qcode{"pickableparts"} property. @xref{XREFuipanelpickableparts, , @w{pickableparts property}}.
@anchor{XREFuipanelpickableparts}
@prindex uipanel pickableparts
@item @code{pickableparts}: @qcode{"all"} | @qcode{"none"} | @{@qcode{"visible"}@}
Specify whether uipanel will accept mouse clicks. By default, @code{pickableparts} is @qcode{"visible"} and only visible parts of the uipanel or its children may react to mouse clicks. When @code{pickableparts} is @qcode{"all"} both visible and invisible parts (or children) may react to mouse clicks. When @code{pickableparts} is @qcode{"none"} mouse clicks on the object are ignored and transmitted to any objects underneath this one. When an object is configured to accept mouse clicks the @qcode{"hittest"} property will determine how they are processed. @xref{XREFuipanelhittest, , @w{hittest property}}.
@anchor{XREFuipanelselected}
@prindex uipanel selected
@item @code{selected}: @{@qcode{"off"}@} | @qcode{"on"}
Property indicates whether this uipanel is selected.
@anchor{XREFuipanelselectionhighlight}
@prindex uipanel selectionhighlight
@item @code{selectionhighlight}: @qcode{"off"} | @{@qcode{"on"}@}
If @code{selectionhighlight} is @qcode{"on"}, then the uipanel's selection state is visually highlighted.
@end table
@anchor{XREFuipanelcategoryObjectIdentification}
@subsubheading Object Identification
@table @asis
@anchor{XREFuipaneltag}
@prindex uipanel tag
@item @code{tag}: string, def. @qcode{""}
A user-defined string to label the graphics object.
@anchor{XREFuipaneltype}
@prindex uipanel type
@item @code{type} (read-only): string
Class name of the graphics object. @code{type} is always @qcode{"uipanel"}.
@anchor{XREFuipaneluserdata}
@prindex uipanel userdata
@item @code{userdata}: Any Octave data, def. @code{[](0x0)}
User-defined data to associate with the graphics object.
@end table
@anchor{XREFuipanelcategoryObjectPosition}
@subsubheading Object Position
@table @asis
@anchor{XREFuipanelposition}
@prindex uipanel position
@item @code{position}: four-element vector, def. @code{[0 0 1 1]}
Size of the panel represented as the four-element vector [left, bottom, width, height].
@anchor{XREFuipanelunits}
@prindex uipanel units
@item @code{units}: @qcode{"centimeters"} | @qcode{"characters"} | @qcode{"inches"} | @{@qcode{"normalized"}@} | @qcode{"pixels"} | @qcode{"points"}
Unit of measurement used to interpret the @qcode{"position"} property.
@end table
@anchor{XREFuipanelcategoryParent/Children}
@subsubheading Parent/Children
@table @asis
@anchor{XREFuipanelchildren}
@prindex uipanel children
@item @code{children} (read-only): vector of graphics handles, def. @code{[](0x1)}
Graphics handles of the uipanel's children.
@anchor{XREFuipanelhandlevisibility}
@prindex uipanel handlevisibility
@item @code{handlevisibility}: @qcode{"callback"} | @qcode{"off"} | @{@qcode{"on"}@}
If @code{handlevisibility} is @qcode{"off"}, the uipanel's handle is not visible in its parent's @qcode{"children"} property.
@anchor{XREFuipanelparent}
@prindex uipanel parent
@item @code{parent}: graphics handle
Handle of the parent graphics object.
@end table
@anchor{XREFuipanelcategoryTextAppearance}
@subsubheading Text Appearance
@table @asis
@anchor{XREFuipanelfontangle}
@prindex uipanel fontangle
@item @code{fontangle}: @qcode{"italic"} | @{@qcode{"normal"}@}
Control whether the font is italic or normal.
@anchor{XREFuipanelfontname}
@prindex uipanel fontname
@item @code{fontname}: string, def. @qcode{"*"}
Name of font used for text rendering. When setting this property, the text rendering engine will search for a matching font in your system. If none is found then text is rendered using a default sans serif font (same as the default @qcode{"*"} value).
Programming Note: On systems that don’t use FontConfig natively (all but Linux), the font cache is built when Octave is installed. You will need to run @code{system ("fc-cache -fv")} manually after installing new fonts.
@anchor{XREFuipanelfontsize}
@prindex uipanel fontsize
@item @code{fontsize}: scalar, def. @code{10}
Size of the font used for text rendering. @xref{XREFuipanelfontunits, , fontunits property}.
@anchor{XREFuipanelfontunits}
@prindex uipanel fontunits
@item @code{fontunits}: @qcode{"centimeters"} | @qcode{"inches"} | @qcode{"normalized"} | @qcode{"pixels"} | @{@qcode{"points"}@}
Units used to interpret the @qcode{"fontsize"} property.
@anchor{XREFuipanelfontweight}
@prindex uipanel fontweight
@item @code{fontweight}: @qcode{"bold"} | @{@qcode{"normal"}@}
Control the variant of the base font used for text rendering.
@anchor{XREFuipaneltitle}
@prindex uipanel title
@item @code{title}: string, def. @qcode{""}
The text for the panel title.
@anchor{XREFuipaneltitleposition}
@prindex uipanel titleposition
@item @code{titleposition}: @qcode{"centerbottom"} | @qcode{"centertop"} | @qcode{"leftbottom"} | @{@qcode{"lefttop"}@} | @qcode{"rightbottom"} | @qcode{"righttop"}
Relative position of the title within the panel.
@end table
|