From b2229a97882e31e0c89061184731082cfd13ec03 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 19 May 2012 04:32:36 +0200 Subject: implemented font and color configuration for transcript widget * drop-down menu and selection dialogs * drawing routines care about using the correct graphics contexts --- lib/gtk-experiment-widgets/gtk-experiment-transcript.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/gtk-experiment-widgets/gtk-experiment-transcript.h') 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; -- cgit v1.2.3