|
Freeciv-3.1
|
#include <gtk/gtk.h>#include "fcintl.h"#include "dialogs_g.h"#include "options.h"#include "gui_main.h"#include "gui_stuff.h"Go to the source code of this file.
Functions | |
| static void | theme_suggestion_response (gint arg) |
| bool | popup_theme_suggestion_dialog (const char *theme_name) |
Variables | |
| static bool | load_theme = FALSE |
| bool popup_theme_suggestion_dialog | ( | const char * | theme_name | ) |
Popup dialog asking if tileset suggested theme should be used.
Definition at line 45 of file theme_dlg.c.
|
static |
Callback deciding if the theme may be loaded or not
Definition at line 36 of file theme_dlg.c.
Referenced by popup_theme_suggestion_dialog().
Definition at line 31 of file theme_dlg.c.