|
Crossfire Client, Branches
R11627
|
#include <gtk/gtk.h>#include <glade/glade.h>#include <ctype.h>#include "client.h"#include "main.h"#include "image.h"#include "gtk2proto.h"#include "about.h"#include "../../pixmaps/crossfiretitle.xpm"
Include dependency graph for about.c:Go to the source code of this file.
Functions | |
| void | menu_about (GtkMenuItem *menuitem, gpointer user_data) |
| void | on_about_close_clicked (GtkButton *button, gpointer user_data) |
Variables | |
| static GtkWidget * | about_window =NULL |
| const char *const | rcsid_gtk2_about_c |
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 55 of file about.c.
References about_window, dialog_xml, on_about_close_clicked(), text, TRUE, and VERSION_INFO.
Referenced by enable_menu_items().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 122 of file about.c.
References about_window.
Referenced by menu_about().
Here is the caller graph for this function:
|
static |
Definition at line 46 of file about.c.
Referenced by menu_about(), and on_about_close_clicked().