From a766006297e8fa8b8168b7a887098d5176a87b20 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 20 May 2012 17:08:31 +0200 Subject: 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 --- src/experiment-player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/experiment-player.h') 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; -- cgit v1.2.3