#include "common.h"
#include <gtk/gtk.h>
Go to the source code of this file.
Defines | |
| #define | WIDGET(name) |
Functions | |
| void | main_gui_early_init (gint argc, gchar **argv, gboolean disable_xshm) |
| Some setup of the gui side which I wanted out of main.c but must be done before the backend can be initialized since the core code is not free of GTK yet. | |
| void | main_gui_init (void) |
| void | main_gui_run (const gchar *geometry_spec) |
| void | main_gui_shutdown (void) |
| void | main_gui_timer (time_t now) |
| Main gui timer. | |
| void | main_gui_update_coords (void) |
| void | main_gui_shutdown_tick (guint) |
|
|
Value: |
|
||||||||||||||||
|
Some setup of the gui side which I wanted out of main.c but must be done before the backend can be initialized since the core code is not free of GTK yet. -- Richard, 6/9/2002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Main gui timer. This is called once a second. |
|
|
|
1.3.9.1