aboutsummaryrefslogtreecommitdiff
path: root/src/experiment-player.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-20 17:08:31 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-30 15:56:16 +0200
commita766006297e8fa8b8168b7a887098d5176a87b20 (patch)
tree6aee522990538c60aaff56cbfc66fedb89d163ae /src/experiment-player.h
parentb2229a97882e31e0c89061184731082cfd13ec03 (diff)
downloadexperiment-player-a766006297e8fa8b8168b7a887098d5176a87b20.tar.gz
implemented "format" file and expression parsing as well as application to the transcript
* "formats" are regular expressions encapsulated in Pango markup that allow the description of powerful highlighting rules * highlight as you type via entry boxes * loading from files implemented and tested but cannot yet be done via the UI * transcript widget is built as libtool convenience library * some renamings were necessary * install transcript widget header
Diffstat (limited to 'src/experiment-player.h')
-rw-r--r--src/experiment-player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/experiment-player.h b/src/experiment-player.h
index 0f32945..01c6dce 100644
--- a/src/experiment-player.h
+++ b/src/experiment-player.h
@@ -14,7 +14,7 @@ extern GtkWidget *player_widget,
*playpause_button,
*volume_button;
-extern GtkWidget *transcript_hbox,
+extern GtkWidget *transcript_table,
*transcript_wizard_widget,
*transcript_proband_widget,
*transcript_scroll_widget;