GtkAssistantClass

Members

Variables

GtkReserved1
void function() GtkReserved1;
GtkReserved2
void function() GtkReserved2;
GtkReserved3
void function() GtkReserved3;
GtkReserved4
void function() GtkReserved4;
GtkReserved5
void function() GtkReserved5;
apply
void function(GtkAssistant* assistant) apply;

Signal emitted when the apply button is clicked.

cancel
void function(GtkAssistant* assistant) cancel;

Signal emitted when the cancel button is clicked.

close
void function(GtkAssistant* assistant) close;

Signal emitted either when the close button or last page apply button is clicked.

parentClass
GtkWindowClass parentClass;

The parent class.

prepare
void function(GtkAssistant* assistant, GtkWidget* page) prepare;

Signal emitted when a new page is set as the assistant’s current page, before making the new page visible.