Class

AgsGuiExpander

[]

Description

class AgsGui.Expander : Gtk.Box
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Orientable {
  flags: AgsExpanderFlags,
  expander: GtkExpander*,
  grid: GtkGrid*,
  children: GList*
}

No description available.

[]

Constructors

ags_expander_new

Creates an AgsExpander.

since: 3.0.0

[]

Instance methods

ags_expander_add

Adds a GtkWidget to AgsExpander.

since: 3.0.0

ags_expander_child_find

Find child of expander.

since: 3.0.0

ags_expander_remove

Removes a GtkWidget of AgsExpander.

since: 3.0.0

Methods inherited from GtkBox (13)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkOrientable (2)
[]

Properties

Properties inherited from GtkBox (4)
Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
Properties inherited from GtkOrientable (1)
[]

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure