Class

AdwSqueezerPage

deprecated: 1.4 

Description [src]

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

An auxiliary class used by AdwSqueezer.

Deprecated since: 1.4

See the migration guide

Hierarchy

hierarchy this AdwSqueezerPage ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

adw_squeezer_page_get_child

Returns the squeezer child to which self belongs.

deprecated: 1.4 

adw_squeezer_page_get_enabled

Gets whether self is enabled.

deprecated: 1.4 

adw_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

Adw.SqueezerPage:child

The the squeezer child to which the page belongs.

deprecated: 1.4 

Adw.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 AdwSqueezerPageClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.