Class

HeDialog

[]

Description [src]

class He.Dialog : He.Window
{
  HeButton* cancel_button
}

A Dialog is a modal window that asks the user for input or shows a message..

[]

Hierarchy

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

Constructors

he_dialog_new

Creates a new dialog..

[]

Instance methods

he_dialog_add

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

he_dialog_get_title
No description available.

he_dialog_set_title
No description available.

he_dialog_get_info
No description available.

he_dialog_set_info
No description available.

he_dialog_get_icon
No description available.

he_dialog_set_icon
No description available.

he_dialog_get_secondary_button
No description available.

he_dialog_set_secondary_button
No description available.

he_dialog_get_primary_button
No description available.

he_dialog_set_primary_button
No description available.

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

Properties

He.Dialog:title

Sets the title of the dialog..

He.Dialog:info

Sets the info text of the dialog..

He.Dialog:icon

Sets the icon of the dialog..

He.Dialog:secondary-button

Sets the secondary button of the dialog..

He.Dialog:primary-button

Sets the primary button of the dialog..

Properties inherited from HeWindow (3)
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