JanaGtkRecurrence

JanaGtkRecurrence

Functions

Properties

gboolean editable Read / Write
JanaRecurrence * recur Read / Write
GObject * time Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── JanaGtkRecurrence

Implemented Interfaces

JanaGtkRecurrence implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

jana_gtk_recurrence_new ()

GtkWidget *
jana_gtk_recurrence_new (void);

Returns


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

Returns


jana_gtk_recurrence_get_editable ()

gboolean
jana_gtk_recurrence_get_editable (JanaGtkRecurrence *self);

Returns


jana_gtk_recurrence_get_time ()

JanaTime *
jana_gtk_recurrence_get_time (JanaGtkRecurrence *self);

Returns

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