Freeciv-3.3
|
#include "gui_string.h"
Go to the source code of this file.
Macros | |
#define | combo_new_from_chars(background, dest, font_size, char_string, vector, length, flags) |
#define | combo_new_from_chars_fonto(background, dest, fonto, char_string, vector, length, flags) |
Functions | |
struct widget * | combo_new (SDL_Surface *background, struct gui_layer *dest, utf8_str *pstr, const struct strvec *vector, int length, Uint32 flags) |
void | combo_popup (struct widget *combo) |
void | combo_popdown (struct widget *combo) |
#define combo_new_from_chars | ( | background, | |
dest, | |||
font_size, | |||
char_string, | |||
vector, | |||
length, | |||
flags | |||
) |
Definition at line 22 of file widget_combo.h.
#define combo_new_from_chars_fonto | ( | background, | |
dest, | |||
fonto, | |||
char_string, | |||
vector, | |||
length, | |||
flags | |||
) |
Definition at line 28 of file widget_combo.h.
struct widget * combo_new | ( | SDL_Surface * | background, |
struct gui_layer * | dest, | ||
utf8_str * | pstr, | ||
const struct strvec * | vector, | ||
int | length, | ||
Uint32 | flags | ||
) |
Create a combo box widget.
Definition at line 235 of file widget_combo.c.
Popdown the combo box widget.
Definition at line 212 of file widget_combo.c.
Referenced by combo_menu_item_callback(), combo_new(), video_mode_widget_destroy(), and widget_pressed_action().
Popup the combo box widget.
Definition at line 138 of file widget_combo.c.
Referenced by widget_pressed_action().