Freeciv-3.1
|
Go to the source code of this file.
Functions | |
void | meswin_dialog_popup (bool raise) |
bool | meswin_dialog_is_open (void) |
void | real_meswin_dialog_update (void *unused) |
bool meswin_dialog_is_open | ( | void | ) |
Return whether the message dialog is open.
Definition at line 34 of file messagewin.c.
void meswin_dialog_popup | ( | bool | raise | ) |
Display the message dialog. Optionally raise it.
Definition at line 26 of file messagewin.c.
void real_meswin_dialog_update | ( | void * | unused | ) |
Do the work of updating (populating) the message dialog.
Definition at line 43 of file messagewin.c.