Einhugur Linux Bridge plugin.

EinhugurLinuxBridgeGtk.GtkBox Class

GtkBox — A container for packing widgets in a single row or column.

EinhugurLinuxBridgeGtk.GtkContainer
   GtkBox

class EinhugurLinuxBridgeGtk.GtkBox

Constructors

GtkBoxThis constructor is Private.

Properties

Handle (Inherited) Returns Integer handle to the native Object structure.
Parent (Inherited) Returns the parent container of widget or nil if there is no parent.

Methods

shared CastDoes deep cast on incoming GObject to GtkBox.
Destroy (Inherited) Destroys a widget.
shared FromIntegerPtrConstructs GtkBox object from Integer handle coming from declares or 3rd party plugin.
PackEndAdds child to box , packed with reference to the end of box . The child is packed after (away from end of) any other child packed with reference to the end of box .
PackStartAdds child to box , packed with reference to the start of box . The child is packed after any other child packed with reference to the start of box .
Release (Inherited) Releases the GObject.
Retain (Inherited) Retains the GObject
ShowAll (Inherited) Recursively shows a widget, and any child widgets (if the widget is a container).

Supported Platforms:

  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • Unsupported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit