v_sim.UiBox¶
- 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)
Name |
Short Description |
|---|---|
This signal is emitted when the box legend check box is changed. |
|
This signal is emitted when the box legend rendering position is changed. |
|
This signal is emitted when the box legend rendering position is changed. |
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.UiBox(*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.UiBoxto allow to setup box rendering characteristics.New in version 3.8.
- bind(model)¶
- Parameters:
model (
v_sim.GlExtBox) – av_sim.GlExtBoxobject.
Bind the properties of model to be displayed by self.
New in version 3.8.
- bindLegend(legend)¶
- Parameters:
legend (
v_sim.GlExtBoxLegend) – av_sim.GlExtBoxLegendobject.
Bind the properties of model to be displayed by legend.
New in version 3.8.
Signal Details¶
- v_sim.UiBox.signals.show_size_changed(ui_box, used)¶
- Signal Name:
show-size-changed- Flags:
- Parameters:
ui_box (
v_sim.UiBox) – The object which received the signal
This signal is emitted when the box legend check box is changed.
New in version 3.8.
- v_sim.UiBox.signals.x_pos_changed(ui_box, pos)¶
- Signal Name:
x-pos-changed- Flags:
- Parameters:
ui_box (
v_sim.UiBox) – The object which received the signalpos (
float) – the new position.
This signal is emitted when the box legend rendering position is changed.
New in version 3.8.
- v_sim.UiBox.signals.y_pos_changed(ui_box, pos)¶
- Signal Name:
y-pos-changed- Flags:
- Parameters:
ui_box (
v_sim.UiBox) – The object which received the signalpos (
float) – the new position.
This signal is emitted when the box legend rendering position is changed.
New in version 3.8.