Class

HeWindow

[]

Description [src]

class He.Window : Gtk.Window
{
  /* No available fields */
}

A Window is a container that has an HeAppBar and can be moved, resized, and closed. It may be a top-level window or a dialog. The title bar can be made always visible. Has an optional back button. The back button is only visible if has_back_button is true..

[]

Hierarchy

hierarchy this HeWindow ancestor_0 GtkWindow ancestor_0--this ancestor_1 GtkWidget ancestor_1--ancestor_0 ancestor_2 GInitiallyUnowned ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2
[]

Constructors

he_window_new
No description available.

[]

Instance methods

he_window_get_parent
No description available.

he_window_set_parent
No description available.

he_window_get_has_title
No description available.

he_window_set_has_title
No description available.

he_window_get_has_back_button
No description available.

he_window_set_has_back_button
No description available.

Methods inherited from GtkWindow (55)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
[]

Properties

He.Window:parent
No description available.

He.Window:has-title
No description available.

He.Window:has-back-button
No description available.

Properties inherited from GtkWindow (25)
Properties inherited from GtkWidget (34)
[]

Signals

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

Class structure