|
Crossfire Client, Trunk
R19707
|
Supports the client's about box dialog. More...
#include <ctype.h>#include <gtk/gtk.h>#include "client.h"#include "main.h"#include "image.h"#include "gtk2proto.h"#include "../../pixmaps/crossfiretitle.xpm"
Go to the source code of this file.
Functions | |
| void | menu_about (GtkMenuItem *menuitem, gpointer user_data) |
| Instantiates and displays the client's about box dialog. More... | |
| void | on_about_close_clicked (GtkButton *button, gpointer user_data) |
| Closes and hides the client's about box dialog. More... | |
Variables | |
| static GtkWidget * | about_window = NULL |
Supports the client's about box dialog.
Definition in file about.c.
| void menu_about | ( | GtkMenuItem * | menuitem, |
| gpointer | user_data | ||
| ) |
Instantiates and displays the client's about box dialog.
| menuitem | The menu item that launches the about box |
| user_data |
Definition at line 41 of file about.c.
References about_window, and dialog_xml.
Referenced by init_menu_items().

| void on_about_close_clicked | ( | GtkButton * | button, |
| gpointer | user_data | ||
| ) |
Closes and hides the client's about box dialog.
| button | The about dialog's close button. |
| user_data |
Definition at line 67 of file about.c.
References about_window.
|
static |
Definition at line 33 of file about.c.
Referenced by menu_about(), and on_about_close_clicked().
1.8.6