| Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GOComboBox ╰── GOCalendarButton
GOCalendarButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkCalendar *
go_calendar_button_get_calendar (GOCalendarButton *calb);
void go_calendar_button_set_date (GOCalendarButton *calb,GDate const *date);
gboolean go_calendar_button_get_date (GOCalendarButton *calb,GDate *date);
“changed” signalvoid user_function (GOCalendarButton *gocalendarbutton, gpointer user_data)
gocalendarbutton |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First