#include "common.h"
#include <gtk/gtk.h>
Go to the source code of this file.
Functions | |
void | main_gui_early_init (gint, gchar **) |
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 (void) |
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) |
Variables | |
GtkWidget * | main_window |
GtkWidget * | shutdown_window |
GtkWidget * | dlg_about |
GtkWidget * | dlg_faq |
GtkWidget * | dlg_prefs |
GtkWidget * | dlg_quit |
GtkWidget * | popup_downloads |
GtkWidget * | popup_uploads |
GtkWidget * | popup_search |
GtkWidget * | popup_search_list |
GtkWidget * | popup_nodes |
GtkWidget * | popup_monitor |
GtkWidget * | popup_queue |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|