|  |  |  | Goffice Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
                    GOCalendarButton;
GtkWidget *         go_calendar_button_new              (void);
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);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GOComboBox +----GOCalendarButton
GOCalendarButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkCalendar * go_calendar_button_get_calendar (GOCalendarButton *calb);
| 
 | |
| Returns : | 
void go_calendar_button_set_date (GOCalendarButton *calb, GDate const *date);
| 
 | |
| 
 | 
gboolean go_calendar_button_get_date (GOCalendarButton *calb, GDate *date);
| 
 | |
| 
 | |
| Returns : | 
"changed" signalvoid user_function (GOCalendarButton *gocalendarbutton, gpointer user_data) : Run First
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. |