Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ui/gtk/main.h File Reference

#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)


Define Documentation

#define WIDGET name   ) 
 

Value:

GtkWidget *gui_ ## name (void); \
    GtkWidget *gui_ ## name ## _lookup(const gchar *id);


Function Documentation

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.

-- Richard, 6/9/2002

void main_gui_init void   ) 
 

void main_gui_run const gchar *  geometry_spec  ) 
 

void main_gui_shutdown void   ) 
 

void main_gui_shutdown_tick guint   ) 
 

void main_gui_timer time_t  now  ) 
 

Main gui timer.

This is called once a second.

void main_gui_update_coords void   ) 
 


Generated on Sat Jun 30 17:53:28 2007 for gtk-gnutella by  doxygen 1.3.9.1