#include "plucker_defines.h"
#include "wx/splitter.h"
#include "wx/html/htmlwin.h"
#include "wx/settings.h"
Go to the source code of this file.
Compounds |
|
| class | utils_controls |
| A static-only class for commonly used functions of wxWindows controls. More... |
|
Defines |
|
| #define | FILE_DIALOG_WILDCARDS_ALL _( "All files (*.*)|*.*" ) |
| #define | FILE_DIALOG_WILDCARDS_IMAGES _( "Images (*.png, *.gif, *.jpg)|*.png;*.gif;*.jpg;*.jpeg|PNG files (*.png)|*.png|GIF files (*.gif)|*.gif|JPG files (*.jpg,*jpeg)|*.jpg;*.jpeg|All files (*.*)|*.*" ) |
| #define | FILE_DIALOG_WILDCARDS_HANDHELD_LAUNCHER_ICONS _( "Images (*.bmp, *.png, *.gif)|*.bmp;*.png;*.gif|Bitmaps (*.bmp)|*.bmp|PNG files (*.png)|*.png|GIF files (*.gif)|*.gif" ) |
| #define | FILE_DIALOG_WILDCARDS_EXECUTABLES _( "Programs (*.exe)|*.exe" ) |
| #define | FILE_DIALOG_WILDCARDS_PLUCKABLES _( "All files (*.*)|*.*|HTML, XML, Text files (*.html, *.htm, *.xml, *.txt)|*.html;*.htm;*.xml'*.txt|Images (*.png, *.gif, *.jpg)|*.png;*.gif;*.jpg;*.jpeg" ) |
Enumerations |
|
| enum | { optionSET_HTML_BACKGROUND_TO_MATCH_GUI_PANEL = 1, optionSET_HTML_BACKGROUND_TO_MATCH_GUI_LISTBOX = 2, optionSET_HTML_FONT_COLOR_TO_MATCH_GUI = 4, optionSET_HTML_FONT_FACE_AND_POINTSIZE_TO_MATCH_GUI = 8, optionSET_HTML_WINDOW_INTERNAL_PADDING_TO_ZERO = 16 } |
| Option flags for set_html_window_text_in_gui_style(). More... |
|
|
|
|