|
Freeciv-3.4
|
#include <stdarg.h>#include <gtk/gtk.h>#include "support.h"#include "gui_main.h"#include "gui_stuff.h"#include "choice_dialog.h"Go to the source code of this file.
| void choice_dialog_add | ( | GtkWidget * | dshell, |
| const gchar * | label, | ||
| GCallback | handler, | ||
| gpointer | data, | ||
| bool | meta, | ||
| const gchar * | tool_tip | ||
| ) |
Add button to choice dialog.
Definition at line 156 of file choice_dialog.c.
Move the specified button to the end.
Definition at line 91 of file choice_dialog.c.
Set label for choice dialog button.
Definition at line 71 of file choice_dialog.c.
Set sensitivity state of choice dialog button.
Definition at line 62 of file choice_dialog.c.
Set tool tip for choice dialog button.
Definition at line 81 of file choice_dialog.c.
Choice dialog has been clicked and primary handling has taken place already.
Definition at line 144 of file choice_dialog.c.
Free choice dialog.
Definition at line 244 of file choice_dialog.c.
Choice dialog construction ready
Definition at line 192 of file choice_dialog.c.
Get nth button widget from dialog
Definition at line 46 of file choice_dialog.c.
Get the number of buttons in the choice dialog.
Definition at line 38 of file choice_dialog.c.
Set hide property of choice dialog
Definition at line 205 of file choice_dialog.c.
Create choice dialog
Definition at line 103 of file choice_dialog.c.