Class

HeContentList

[]

Description [src]

class He.ContentList : He.Bin
  implements Gtk.Buildable {
  GList* children
}

A Content List is a list of content blocks with an optional title and description..

[]

Hierarchy

hierarchy this HeContentList implements_0 GtkBuildable this--implements_0 ancestor_0 HeBin ancestor_0--this ancestor_1 GtkWidget ancestor_1--ancestor_0 ancestor_2 GInitiallyUnowned ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2
[]

Implements

[]

Constructors

he_content_list_new

Creates a new ContentList..

[]

Instance methods

he_content_list_add

Adds a new item to the content list..

he_content_list_remove

Removes an item from the content list..

he_content_list_get_title
No description available.

he_content_list_set_title
No description available.

he_content_list_get_description
No description available.

he_content_list_set_description
No description available.

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

Properties

He.ContentList:title

The title of the content list..

He.ContentList:description

The description of the content list..

Properties inherited from HeBin (1)
Properties inherited from GtkWidget (34)
[]

Signals

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

Class structure