Class

HeView

[]

Description [src]

abstract class He.View : Gtk.Widget
  implements Gtk.Buildable {
  /* No available fields */
}

A helper widget that implements a View that displays items..

[]

Hierarchy

hierarchy this HeView implements_0 GtkBuildable this--implements_0 ancestor_0 GtkWidget ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Descendants

[]

Implements

[]

Instance methods

he_view_add_child

Add a child to the welcome screen, should only be used in the context of a UI or Blueprint file. There should be no need to use this method in code..

he_view_add

Add a child directly to the view. Used only in code..

he_view_get_title
No description available.

he_view_set_title
No description available.

he_view_get_stack
No description available.

he_view_set_stack
No description available.

he_view_get_subtitle
No description available.

he_view_set_subtitle
No description available.

he_view_get_has_margins
No description available.

he_view_set_has_margins
No description available.

Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkBuildable (1)
[]

Properties

He.View:title

The title of the view..

He.View:stack

The stack of the view..

He.View:subtitle

The subtitle of the view..

He.View:has-margins

Whether the view child has margins or is full-bleed..

Properties inherited from GtkWidget (34)
[]

Signals

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

Class structure

[]

Virtual methods

He.ViewClass.add_child

Add a child to the welcome screen, should only be used in the context of a UI or Blueprint file. There should be no need to use this method in code..