gitkrglobal.c

Go to the documentation of this file.
00001 
00013 #define GITK_RENDERER_C
00014 #define GITKR_GLOBAL_C
00015 
00016 #include "gitkrincludes.h"
00017 
00021 gboolean run=FALSE;
00022 
00026 gboolean restart_event_loop=FALSE;
00027 
00030 GitkDialogPtr context_selection_dialog=NULL;
00031 
00034 gchar *code_set = NULL;
00035 
00038 gchar *selected = NULL;
00039 gchar *welcome = NULL;
00040 gchar *TextOn = NULL;
00041 gchar *TextOff = NULL;
00042 
00043 gchar *IconApplication = NULL;
00044 gchar *IconPagename = NULL;
00045 gchar *IconLabel = NULL;
00046 gchar *IconEdit = NULL;
00047 gchar *IconOptionChoice = NULL;
00048 gchar *IconControl = NULL;
00049 gchar *IconAction = NULL;
00050 gchar *IconProgress = NULL;
00051 
00052 //-- speech module
00053 #ifdef HAVE_SPEECH
00054 
00057 FT_Info *ftinfo=NULL;
00061 gchar *gitkr_phone_speech_name=NULL;
00062 
00063 gint gitkr_phone_festival_port=-1;
00064 
00065 gchar *gitkr_phone_festival_host=NULL;
00066 #endif
00067 
00068 //-- capi20
00069 //#ifdef HAVE_CAPI20
00073 CAPI_Info *capiinfo = NULL;
00077 gint gitkr_phone_capi_datalength=0;
00078 
00079 gint gitkr_phone_capi_datablocks=0;
00080 
00081 gint gitkr_phone_capi_logicalconnections=0;
00082 
00083 gint gitkr_phone_capi_betweendigits=3;
00084 
00085 //#endif

Generated on Thu Oct 28 10:59:10 2004 for gitk by doxygen 1.3.6