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