v_sim.UiAxes¶
- Subclasses:
None
Methods¶
- Inherited:
v_sim.UiLine (7), Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
Virtual Methods¶
Properties¶
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
v_sim.UiLine (4), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Fields¶
- Inherited:
v_sim.UiLine (4), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class v_sim.UiAxes(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque structure.
New in version 3.8.
- classmethod new()¶
- Returns:
a pointer to the newly created widget.
- Return type:
Creates a new
v_sim.UiAxesto allow to setup axes rendering characteristics.New in version 3.8.
- bind(model)¶
- Parameters:
model (
v_sim.GlExtAxes) – av_sim.GlExtAxesobject.
Bind the properties of model to be displayed by self.
New in version 3.8.
- getBasisCheckButton()¶
- Returns:
a
Gtk.CheckButtonwidget.- Return type:
Retrieve the check button used to indicate if axes are orthogonal or follow the box basis set.
New in version 3.8.