aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-experiment-widgets/gtk-experiment-transcript.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-19 04:32:36 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-30 15:56:15 +0200
commitb2229a97882e31e0c89061184731082cfd13ec03 (patch)
tree76221b703cb02351502ebcf1ac5c524bf83d99f4 /lib/gtk-experiment-widgets/gtk-experiment-transcript.h
parente4af4e1473f45842a0e5f13458637aa0d34e52b4 (diff)
downloadgtk-vlc-player-b2229a97882e31e0c89061184731082cfd13ec03.tar.gz
implemented font and color configuration for transcript widget
* drop-down menu and selection dialogs * drawing routines care about using the correct graphics contexts
Diffstat (limited to 'lib/gtk-experiment-widgets/gtk-experiment-transcript.h')
-rw-r--r--lib/gtk-experiment-widgets/gtk-experiment-transcript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gtk-experiment-widgets/gtk-experiment-transcript.h b/lib/gtk-experiment-widgets/gtk-experiment-transcript.h
index 471a5ef..3b34754 100644
--- a/lib/gtk-experiment-widgets/gtk-experiment-transcript.h
+++ b/lib/gtk-experiment-widgets/gtk-experiment-transcript.h
@@ -43,6 +43,7 @@ typedef struct _GtkExperimentTranscript {
GtkWidget parent_instance; /**< Parent instance structure */
gchar *speaker; /**< Name of speaker whose contributions are displayed (\b read-only) */
+ gboolean reverse; /**< Reverse mode (\b read-write) */
GtkExperimentTranscriptPrivate *priv; /**< @private Pointer to \b private instance attributes */
} GtkExperimentTranscript;