Freeciv-3.3
|
#include <SDL2/SDL.h>
#include "fcintl.h"
#include "log.h"
#include "options.h"
#include "citydlg.h"
#include "colors.h"
#include "graphics.h"
#include "gui_id.h"
#include "gui_main.h"
#include "gui_tilespec.h"
#include "mapview.h"
#include "themespec.h"
#include "utf8string.h"
#include "widget.h"
#include "messagewin.h"
Go to the source code of this file.
Macros | |
#define | N_MSG_VIEW 6 |
#define | PTSIZE_LOG_FONT 0 |
Functions | |
static int | msg_callback (struct widget *pwidget) |
static int | move_msg_window_callback (struct widget *pwindow) |
void | real_meswin_dialog_update (void *unused) |
void | meswin_dialog_popup (bool raise) |
void | meswin_dialog_popdown (void) |
bool | meswin_dialog_is_open (void) |
Variables | |
static struct advanced_dialog * | msg_dlg = NULL |
#define N_MSG_VIEW 6 |
Definition at line 58 of file messagewin.c.
#define PTSIZE_LOG_FONT 0 |
Definition at line 62 of file messagewin.c.
Return whether the message dialog is open.
Definition at line 320 of file messagewin.c.
Popdown the messages dialog; called by popdown_all_game_dialogs()
Definition at line 307 of file messagewin.c.
Popup (or raise) the message dialog; typically triggered by 'F9'.
Definition at line 242 of file messagewin.c.
Called from default clicks on a messages window.
Definition at line 87 of file messagewin.c.
Referenced by meswin_dialog_popup().
Called from default clicks on a message.
Definition at line 69 of file messagewin.c.
Referenced by real_meswin_dialog_update().
Really update message window.
Definition at line 103 of file messagewin.c.
|
static |
Definition at line 64 of file messagewin.c.
Referenced by meswin_dialog_is_open(), meswin_dialog_popdown(), meswin_dialog_popup(), move_msg_window_callback(), and real_meswin_dialog_update().