| Top |
| gchar * | author | Read / Write |
| gchar * | body | Read / Write |
| GStrv | categories | Read / Write |
| GHashTable * | category-color-hash | Read / Write |
| GHashTable * | category-icon-hash | Read / Write |
| gint | cell-width | Read / Write |
| GObject * | created | Read / Write |
| gboolean | draw-box | Read / Write |
| GdkPixbuf * | icon | Read / Write |
| GtkJustification | justify | Read / Write |
| GObject * | modified | Read / Write |
| gchar * | recipient | Read / Write |
| gboolean | show-author | Read / Write |
| gboolean | show-body | Read / Write |
| gboolean | show-created | Read / Write |
| gboolean | show-modified | Read / Write |
| gboolean | show-recipient | Read / Write |
| gchar * | style-hint | Read / Write |
| gchar * | uid | Read / Write |
| guint | xpad-inner | Read / Write |
| guint | ypad-inner | Read / Write |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkCellRenderer
╰── JanaGtkCellRendererNote
“author” property “author” gchar *
The author of the represented note.
Flags: Read / Write
Default value: NULL
“body” property “body” gchar *
The body of the represented note.
Flags: Read / Write
Default value: NULL
“category-color-hash” property “category-color-hash” GHashTable *
A mapping of category strings to GdkColors.
Flags: Read / Write
“category-icon-hash” property “category-icon-hash” GHashTable *
A mapping of category strings to GdkPixbufs.
Flags: Read / Write
“cell-width” property “cell-width” gint
Width the cell should try to size itself for.
Flags: Read / Write
Allowed values: >= -2147483647
Default value: -1
“created” property “created” GObject *
The creation time of the represented note.
Flags: Read / Write
“draw-box” property “draw-box” gboolean
Whether to draw a box surrounding the note.
Flags: Read / Write
Default value: FALSE
“justify” property “justify” GtkJustification
The justification to use when laying out the note.
Flags: Read / Write
Default value: GTK_JUSTIFY_LEFT
“modified” property “modified” GObject *
The last modification time of the represented note.
Flags: Read / Write
“recipient” property “recipient” gchar *
The recipient of the represented note.
Flags: Read / Write
Default value: NULL
“show-author” property “show-author” gboolean
Whether to show the author of the note.
Flags: Read / Write
Default value: TRUE
“show-body” property “show-body” gboolean
Whether to show the body of the note.
Flags: Read / Write
Default value: TRUE
“show-created” property “show-created” gboolean
Whether to show the creation time of the note.
Flags: Read / Write
Default value: TRUE
“show-modified” property “show-modified” gboolean
Whether to show the modification time of the note.
Flags: Read / Write
Default value: FALSE
“show-recipient” property “show-recipient” gboolean
Whether to show the recipient of the note.
Flags: Read / Write
Default value: FALSE
“style-hint” property “style-hint” gchar *
The style hint to use when drawing.
Flags: Read / Write
Default value: "button"
“uid” property “uid” gchar *
The UID of the represented note.
Flags: Read / Write
Default value: NULL
“xpad-inner” property “xpad-inner” guint
Inner padding on the x-axis, in pixels.
Flags: Read / Write
Default value: 3