Top | ![]() |
![]() |
![]() |
![]() |
#define | GCAL_RESPONSE_REMOVE_SOURCE |
#define | GCAL_TYPE_SOURCE_DIALOG |
enum | GcalSourceDialogMode |
GcalSourceDialog |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── GcalSourceDialog
GcalSourceDialog is the calendar management widget of GNOME Calendar. With it, users can create calendars from local files, local calendars or even import calendars from the Web or their online accounts.
void gcal_source_dialog_set_mode (GcalSourceDialog *dialog
,GcalSourceDialogMode mode
);
Set the source dialog mode. Creation mode means that a new calendar will be created, while edit mode means a calendar will be edited.
void gcal_source_dialog_set_source (GcalSourceDialog *dialog
,ESource *source
);
Sets the source to be edited by the user.
“manager”
property“manager” GcalManager *
The manager object of the application.
Flags: Read / Write