|
Freeciv-3.4
|
#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.
Popup the combo box widget.
Definition at line 138 of file widget_combo.c.