Freeciv-3.3
|
#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.
Referenced by act_sel_cancel_callback(), act_sel_close_callback(), act_sel_new_extra_tgt_callback(), act_sel_new_unit_tgt_callback(), action_selection_close(), found_city_callback(), request_action_details_callback(), simple_action_callback(), spy_steal_popup_shared(), and upgrade_callback().
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.