JanaGtkCellRendererEvent

JanaGtkCellRendererEvent

Functions

GtkCellRenderer * jana_gtk_cell_renderer_event_new ()

Properties

GStrv categories Read / Write
GHashTable * category-color-hash Read / Write
gint cell-width Read / Write
gchar * description Read / Write
gboolean draw-box Read / Write
gboolean draw-detail Read / Write
gboolean draw-resize Read / Write
gboolean draw-text Read / Write
gboolean draw-time Read / Write
GObject * end Read / Write
gboolean first-instance Read / Write
gboolean has-alarm Read / Write
gboolean has-recurrences Read / Write
gboolean last-instance Read / Write
gchar * location Read / Write
gpointer row Write
GObject * start Read / Write
gchar * style-hint Read / Write
gchar * summary Read / Write
gchar * uid Read / Write
guint xpad-inner Read / Write
guint ypad-inner Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkCellRenderer
                ╰── JanaGtkCellRendererEvent

Description

Functions

jana_gtk_cell_renderer_event_new ()

GtkCellRenderer *
jana_gtk_cell_renderer_event_new (void);

Returns

Types and Values

JanaGtkCellRendererEvent

typedef struct _JanaGtkCellRendererEvent JanaGtkCellRendererEvent;

Property Details

The “categories” property

  “categories”               GStrv

A list of category strings.

Flags: Read / Write


The “category-color-hash” property

  “category-color-hash”      GHashTable *

A mapping of category strings to GdkColors.

Flags: Read / Write


The “cell-width” property

  “cell-width”               gint

Width the cell should try to size itself for.

Flags: Read / Write

Allowed values: >= -2147483647

Default value: -1


The “description” property

  “description”              gchar *

The description of the represented event.

Flags: Read / Write

Default value: NULL


The “draw-box” property

  “draw-box”                 gboolean

Whether to draw a box around the represented event.

Flags: Read / Write

Default value: TRUE


The “draw-detail” property

  “draw-detail”              gboolean

Whether to draw description.

Flags: Read / Write

Default value: TRUE


The “draw-resize” property

  “draw-resize”              gboolean

Whether to draw a resize grip.

Flags: Read / Write

Default value: FALSE


The “draw-text” property

  “draw-text”                gboolean

Whether to draw text.

Flags: Read / Write

Default value: TRUE


The “draw-time” property

  “draw-time”                gboolean

Whether to draw the time of the represented event textually.

Flags: Read / Write

Default value: FALSE


The “end” property

  “end”                      GObject *

The ending time of the represented event.

Flags: Read / Write


The “first-instance” property

  “first-instance”           gboolean

If this is the first instance of this event.

Flags: Read / Write

Default value: TRUE


The “has-alarm” property

  “has-alarm”                gboolean

Whether the represented event has an alarm.

Flags: Read / Write

Default value: FALSE


The “has-recurrences” property

  “has-recurrences”          gboolean

Whether the represented event has recurrences.

Flags: Read / Write

Default value: FALSE


The “last-instance” property

  “last-instance”            gboolean

If this is the last instance of this event.

Flags: Read / Write

Default value: TRUE


The “location” property

  “location”                 gchar *

The location of the represented event.

Flags: Read / Write

Default value: NULL


The “row” property

  “row”                      gpointer

A reference to a row in a JanaGtkEventStore to get data from.

Flags: Write


The “start” property

  “start”                    GObject *

The starting time of the represented event.

Flags: Read / Write


The “style-hint” property

  “style-hint”               gchar *

The style hint to use when drawing.

Flags: Read / Write

Default value: "button"


The “summary” property

  “summary”                  gchar *

The summary of the represented event.

Flags: Read / Write

Default value: NULL


The “uid” property

  “uid”                      gchar *

The UID of the represented event.

Flags: Read / Write

Default value: NULL


The “xpad-inner” property

  “xpad-inner”               guint

Inner padding on the x-axis, in pixels.

Flags: Read / Write

Default value: 3


The “ypad-inner” property

  “ypad-inner”               guint

Inner padding on the y-axis, in pixels.

Flags: Read / Write

Default value: 3