Functions |
| void | textwin_init () |
| void | textwin_scroll_adjust (widgetdata *widget) |
| void | textwin_readjust (widgetdata *widget) |
|
void | draw_info_flags (const char *color, int flags, const char *str) |
| void | draw_info_format (const char *color, char *format,...) |
| void | draw_info (const char *color, const char *str) |
| void | textwin_handle_copy () |
| static void | show_window (widgetdata *widget, int x, int y, _BLTFX *bltfx) |
| void | textwin_show (int x, int y, int w, int h) |
| void | widget_textwin_show (widgetdata *widget) |
| void | textwin_event (widgetdata *widget, SDL_Event *event) |
| void | menu_textwin_clear (widgetdata *widget, int x, int y) |
| static void | textwin_font_adjust (widgetdata *widget, int adjust) |
| void | menu_textwin_font_inc (widgetdata *widget, int x, int y) |
| void | menu_textwin_font_dec (widgetdata *widget, int x, int y) |
Variables |
| static widgetdata * | selection_widget = NULL |
| static Uint32 | textwin_border_color |
| static Uint32 | textwin_border_color_selected |
This file handles all text window related functions
Definition in file textwin.c.