Class

AdapSqueezerPage

deprecated: 1.4 

Description [src]

final class Adap.SqueezerPage : GObject.Object
{
  /* No available fields */
}

An auxiliary class used by AdapSqueezer.

Deprecated since: 1.4

See the migration guide.

Ancestors

Instance methods

adap_squeezer_page_get_child

Returns the squeezer child to which self belongs.

deprecated: 1.4 

adap_squeezer_page_get_enabled

Gets whether self is enabled.

deprecated: 1.4 

adap_squeezer_page_set_enabled

Sets whether self is enabled.

deprecated: 1.4 

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Adap.SqueezerPage:child

The the squeezer child to which the page belongs.

deprecated: 1.4 

Adap.SqueezerPage:enabled

Whether the child is enabled.

deprecated: 1.4 

Signals

Signals inherited from GObject (1)
GObject::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 AdapSqueezerPageClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.