manpagez: man pages & more
html files: goffice
Home | html | info | man

GOCalendarButton

GOCalendarButton

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GOComboBox
                                             +----GOCalendarButton

Implemented Interfaces

GOCalendarButton implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Signals

  "changed"                                        : Run First

Description

Details

GOCalendarButton

typedef struct _GOCalendarButton GOCalendarButton;


go_calendar_button_new ()

GtkWidget *         go_calendar_button_new              (void);

Returns :


go_calendar_button_get_calendar ()

GtkCalendar *       go_calendar_button_get_calendar     (GOCalendarButton *calb);

calb :

Returns :


go_calendar_button_set_date ()

void                go_calendar_button_set_date         (GOCalendarButton *calb,
                                                         GDate const *date);

calb :

date :


go_calendar_button_get_date ()

gboolean            go_calendar_button_get_date         (GOCalendarButton *calb,
                                                         GDate *date);

calb :

date :

Returns :

Signal Details

The "changed" signal

void                user_function                      (GOCalendarButton *gocalendarbutton,
                                                        gpointer          user_data)             : Run First

gocalendarbutton :

the object which received the signal.

user_data :

user data set when the signal handler was connected.
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.