EIntervalChooser

EIntervalChooser

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.

Properties

  "interval-minutes"         guint                 : Read / Write / Construct

Description

Details

struct EIntervalChooser

struct EIntervalChooser;

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_DURATION_MINUTES

Duration value is in minutes.

E_DURATION_HOURS

Duration value is in hours.

E_DURATION_DAYS

Duration value is in days.

e_interval_chooser_new ()

GtkWidget *         e_interval_chooser_new              (void);

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);

Property Details

The "interval-minutes" property

  "interval-minutes"         guint                 : Read / Write / Construct

Refresh interval in minutes.

Default value: 60