113 #ifndef APPLICATION_H 114 #define APPLICATION_H 117 #include <vdk/vdktypes.h> 118 #include <vdk/vdkstring.h> 141 static int GcCallback(gpointer app);
157 bool have_locale =
false);
180 virtual void Setup() = 0;
209 char *oktext = (
char*) NULL,
210 char *canceltext = (
char*) NULL,
211 unsigned int wait = 0);
224 gpointer data = (gpointer) NULL);
void RemoveGarbageCollection()
Definition: application.cc:156
Application object.
Definition: application.h:130
bool isNull() const
Definition: vdkstring.cc:231
void SetGarbageCollection(unsigned int tick=1000)
Definition: application.cc:149
gint VDKMessageBox(char *caption, char *text, int mode=VDK_OK, char *oktext=(char *) NULL, char *canceltext=(char *) NULL, unsigned int wait=0)
Definition: msgdialog.cc:177
Provides a wrap for GtkFileChooser widget.
Definition: vdkfilechooser.h:66
VDKForm * MainForm
Definition: application.h:147
Implements famous cont referenced string objects.
Definition: vdkstring.h:45
void Run(void)
Definition: application.cc:116
GtkWidget * MainWindow()
Definition: application.cc:174
VDKApplication(int *argc, char **argv, char *rcf=(char *) NULL, bool have_locale=false)
Definition: application.cc:60
bool HasResources()
Definition: application.h:241
void Terminate(void)
Definition: application.cc:165
virtual ~VDKApplication()
Definition: application.cc:97
void SetIdleCallback(GtkFunction idlecb=NULL, gpointer data=(gpointer) NULL)
Definition: application.cc:133
void SetResourceFile(char *rcf)
Definition: application.cc:126