Class

BisHuggerPage

Description [src]

final class Bis.HuggerPage : GObject.Object {
  /* No available fields */
}

An auxiliary class used by BisHugger.

Ancestors

Instance methods

bis_hugger_page_get_child

Returns the hugger child to which self belongs.

Available since: 1.0

bis_hugger_page_get_enabled

Gets whether self is enabled.

Available since: 1.0

bis_hugger_page_set_enabled

Sets whether self is enabled.

Available since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Bis.HuggerPage:child

The the hugger child to which the page belongs.

Available since: 1.0

Bis.HuggerPage:enabled

Whether the child is enabled.

Available since: 1.0

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct BisHuggerPageClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.