| Evolution Utilities Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
Synopsis
struct EIntervalChooser; enum EDurationType; GtkWidget * e_interval_chooser_new (void); guint e_interval_chooser_get_interval_minutes (EIntervalChooser *refresh); void e_interval_chooser_set_interval_minutes (EIntervalChooser *refresh,guint interval_minutes);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkWidget
+----GtkContainer
+----GtkBox
+----EIntervalChooser
Implemented Interfaces
EIntervalChooser implements AtkImplementorIface, GtkBuildable and GtkOrientable.
Details
enum EDurationType
typedef enum {
E_DURATION_MINUTES,
E_DURATION_HOURS,
E_DURATION_DAYS
} EDurationType;
Possible units for a duration or interval value.
This enumeration is typically used where the numeric value and the units of the value are shown or recorded separately.
e_interval_chooser_get_interval_minutes ()
guint e_interval_chooser_get_interval_minutes
(EIntervalChooser *refresh);
e_interval_chooser_set_interval_minutes ()
void e_interval_chooser_set_interval_minutes (EIntervalChooser *refresh,guint interval_minutes);
