v_sim.UiBox

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Box Gtk.Box v_sim.UiLine v_sim.UiLine Gtk.Box->v_sim.UiLine Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Box Gtk.Orientable->Gtk.Box Gtk.Widget->Gtk.Container v_sim.UiBox v_sim.UiBox v_sim.UiLine->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

new ()

bind (model)

bindLegend (legend)

Virtual Methods

Inherited:

v_sim.UiLine (1), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

v_sim.UiLine (2), Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)

Child Properties

Inherited:

Gtk.Box (5)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

v_sim.UiLine (4), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Short Description

show-size-changed

This signal is emitted when the box legend check box is changed.

x-pos-changed

This signal is emitted when the box legend rendering position is changed.

y-pos-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

v_sim.UiLine

r

priv

v_sim.UiBoxPrivate

r

Class Details

class v_sim.UiBox(*args, **kwargs)
Bases:

v_sim.UiLine

Abstract:

No

Structure:

v_sim.UiBoxClass

An opaque structure.

New in version 3.8.

classmethod new()
Returns:

a pointer to the newly created widget.

Return type:

Gtk.Widget

Creates a new v_sim.UiBox to allow to setup box rendering characteristics.

New in version 3.8.

bind(model)
Parameters:

model (v_sim.GlExtBox) – a v_sim.GlExtBox object.

Bind the properties of model to be displayed by self.

New in version 3.8.

bindLegend(legend)
Parameters:

legend (v_sim.GlExtBoxLegend) – a v_sim.GlExtBoxLegend object.

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:

RUN_LAST, NO_RECURSE, NO_HOOKS

Parameters:
  • ui_box (v_sim.UiBox) – The object which received the signal

  • used (bool) – True if the box follow the box basis-set.

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:

RUN_LAST, NO_RECURSE, NO_HOOKS

Parameters:
  • ui_box (v_sim.UiBox) – The object which received the signal

  • pos (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:

RUN_LAST, NO_RECURSE, NO_HOOKS

Parameters:
  • ui_box (v_sim.UiBox) – The object which received the signal

  • pos (float) – the new position.

This signal is emitted when the box legend rendering position is changed.

New in version 3.8.