JanaGtkRecurrence
JanaGtkRecurrence
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── JanaGtkRecurrence
Implemented Interfaces
JanaGtkRecurrence implements
AtkImplementorIface, GtkBuildable and GtkOrientable.
Functions
jana_gtk_recurrence_new ()
GtkWidget *
jana_gtk_recurrence_new (void
);
jana_gtk_recurrence_set_recur ()
void
jana_gtk_recurrence_set_recur (JanaGtkRecurrence *self
,
JanaRecurrence *recur
);
jana_gtk_recurrence_set_editable ()
void
jana_gtk_recurrence_set_editable (JanaGtkRecurrence *self
,
gboolean editable
);
jana_gtk_recurrence_set_time ()
void
jana_gtk_recurrence_set_time (JanaGtkRecurrence *self
,
JanaTime *time
);
jana_gtk_recurrence_get_recur ()
JanaRecurrence *
jana_gtk_recurrence_get_recur (JanaGtkRecurrence *self
);
jana_gtk_recurrence_get_editable ()
gboolean
jana_gtk_recurrence_get_editable (JanaGtkRecurrence *self
);
jana_gtk_recurrence_get_time ()
JanaTime *
jana_gtk_recurrence_get_time (JanaGtkRecurrence *self
);
Types and Values
JanaGtkRecurrence
typedef struct _JanaGtkRecurrence JanaGtkRecurrence;
Property Details
The “editable”
property
“editable” gboolean
Whether the recurrence can be edited or not.
Flags: Read / Write
Default value: FALSE
The “recur”
property
“recur” JanaRecurrence *
The JanaRecurrence represented by this widget.
Flags: Read / Write
The “time”
property
“time” GObject *
The JanaTime the recurrence starts on.
Flags: Read / Write