JanaGtkCellRendererEvent

JanaGtkCellRendererEvent

Synopsis

                    JanaGtkCellRendererEvent;
GtkCellRenderer *   jana_gtk_cell_renderer_event_new    (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkCellRenderer
               +----JanaGtkCellRendererEvent

Properties

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

Description

Details

JanaGtkCellRendererEvent

typedef struct _JanaGtkCellRendererEvent JanaGtkCellRendererEvent;


jana_gtk_cell_renderer_event_new ()

GtkCellRenderer *   jana_gtk_cell_renderer_event_new    (void);

Property Details

The "categories" property

  "categories"               GStrv                 : Read / Write

A list of category strings.


The "category-color-hash" property

  "category-color-hash"      GHashTable*           : Read / Write

A mapping of category strings to GdkColors.


The "cell-width" property

  "cell-width"               gint                  : Read / Write

Width the cell should try to size itself for.

Allowed values: >= -2147483647

Default value: -1


The "description" property

  "description"              gchar*                : Read / Write

The description of the represented event.

Default value: NULL


The "draw-box" property

  "draw-box"                 gboolean              : Read / Write

Whether to draw a box around the represented event.

Default value: TRUE


The "draw-detail" property

  "draw-detail"              gboolean              : Read / Write

Whether to draw description.

Default value: TRUE


The "draw-resize" property

  "draw-resize"              gboolean              : Read / Write

Whether to draw a resize grip.

Default value: FALSE


The "draw-text" property

  "draw-text"                gboolean              : Read / Write

Whether to draw text.

Default value: TRUE


The "draw-time" property

  "draw-time"                gboolean              : Read / Write

Whether to draw the time of the represented event textually.

Default value: FALSE


The "end" property

  "end"                      GObject*              : Read / Write

The ending time of the represented event.


The "first-instance" property

  "first-instance"           gboolean              : Read / Write

If this is the first instance of this event.

Default value: TRUE


The "has-alarm" property

  "has-alarm"                gboolean              : Read / Write

Whether the represented event has an alarm.

Default value: FALSE


The "has-recurrences" property

  "has-recurrences"          gboolean              : Read / Write

Whether the represented event has recurrences.

Default value: FALSE


The "last-instance" property

  "last-instance"            gboolean              : Read / Write

If this is the last instance of this event.

Default value: TRUE


The "location" property

  "location"                 gchar*                : Read / Write

The location of the represented event.

Default value: NULL


The "row" property

  "row"                      gpointer              : Write

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


The "start" property

  "start"                    GObject*              : Read / Write

The starting time of the represented event.


The "style-hint" property

  "style-hint"               gchar*                : Read / Write

The style hint to use when drawing.

Default value: "button"


The "summary" property

  "summary"                  gchar*                : Read / Write

The summary of the represented event.

Default value: NULL


The "uid" property

  "uid"                      gchar*                : Read / Write

The UID of the represented event.

Default value: NULL


The "xpad-inner" property

  "xpad-inner"               guint                 : Read / Write

Inner padding on the x-axis, in pixels.

Default value: 3


The "ypad-inner" property

  "ypad-inner"               guint                 : Read / Write

Inner padding on the y-axis, in pixels.

Default value: 3