v_sim.UiBoxTransform

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.UiBoxTransform v_sim.UiBoxTransform Gtk.Box->v_sim.UiBoxTransform Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Box Gtk.Orientable->Gtk.Box Gtk.Widget->Gtk.Container

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

new ()

bind (model)

bindGlExtBox (model)

Virtual Methods

Inherited:

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

Properties

Inherited:

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

Name

Type

Flags

Short Description

gl-box

v_sim.GlExtBox

r/w

rendering object used for box

pointset

v_sim.Pointset

r/w

Pointset to transform

Child Properties

Inherited:

Gtk.Box (5)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

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

Fields

Inherited:

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

Name

Type

Access

Description

parent

Gtk.VBox

r

priv

v_sim.UiBoxTransformPrivate

r

Class Details

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

Gtk.Box

Abstract:

No

Structure:

v_sim.UiBoxTransformClass

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.UiBoxTransform to allow to setup box_transform rendering characteristics.

New in version 3.8.

bind(model)
Parameters:

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

Bind the properties of model to be displayed by self.

New in version 3.8.

bindGlExtBox(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.

Property Details

v_sim.UiBoxTransform.props.gl_box
Name:

gl-box

Type:

v_sim.GlExtBox

Default Value:

None

Flags:

READABLE, WRITABLE

rendering object used for box

v_sim.UiBoxTransform.props.pointset
Name:

pointset

Type:

v_sim.Pointset

Default Value:

None

Flags:

READABLE, WRITABLE

Pointset to transform