diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-06 19:03:23 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-06 19:03:23 +0200 |
commit | 052a609f37450380b0bb20cddb6d5b2112c81417 (patch) | |
tree | 8739f194fa01710f77787cd930981f92ca7a3ca6 /src/experiment-player.h | |
parent | 71bc7f8df1582efbcf552bd7d769f904160b82d6 (diff) | |
download | experiment-player-052a609f37450380b0bb20cddb6d5b2112c81417.tar.gz |
implemented About dialog
* some values are set in the Glade-UI definition (license text, copyright, authors)
* others are set in main() using Autoconf-defined macros to avoid redundancies
Diffstat (limited to 'src/experiment-player.h')
-rw-r--r-- | src/experiment-player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/experiment-player.h b/src/experiment-player.h index e3a2a19..9bbe592 100644 --- a/src/experiment-player.h +++ b/src/experiment-player.h @@ -16,6 +16,8 @@ gboolean load_transcript_file(const gchar *file); void show_message_dialog_gerror(GError *err); +extern GtkWidget *about_dialog; + extern GtkWidget *player_widget, *controls_hbox, *scale_widget, |