| Top |  |  |  |  | 
| GtkCalendar * | go_calendar_button_get_calendar () | 
| gboolean | go_calendar_button_get_date () | 
| GtkWidget * | go_calendar_button_new () | 
| void | go_calendar_button_set_date () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GOComboBox
                        ╰── GOCalendarButton
GOCalendarButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkCalendar *
go_calendar_button_get_calendar (GOCalendarButton *calb);
gboolean go_calendar_button_get_date (GOCalendarButton *calb,GDate *date);
void go_calendar_button_set_date (GOCalendarButton *calb,GDate const *date);
“changed” signalvoid user_function (GOCalendarButton *gocalendarbutton, gpointer user_data)
Flags: Run First