v_sim.UiElements¶
- Subclasses:
None
Methods¶
- Inherited:
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¶
- Inherited:
Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class v_sim.UiElements(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque structure.
New in version 3.8.
- classmethod new(renderer)¶
- Parameters:
renderer (
v_sim.NodeArrayRenderer) – av_sim.NodeArrayRendererobject.- Returns:
a pointer to the newly created widget.
- Return type:
Creates a new
v_sim.UiElementsto allow to setup elements rendering characteristics.New in version 3.8.
- bind(eleList)¶
- Parameters:
eleList ([
v_sim.Element]) – a list ofv_sim.Element.
Use the list eleList to be handled by self. Any change in self will be applied to the
v_sim.ElementRenderercorresponding to eachv_sim.Elementof eleList.New in version 3.8.