|
Static Public Methods
|
| bool |
splitterwindow_fix_sash_out_of_range (wxSplitterWindow
*splitterwindow) |
| |
Fixes a wxSplitterWindow that has its sash position out of range.
|
| bool |
textctrl_hex_color_selection (wxTextCtrl *target_color_textctrl) |
| |
Show a color selector dialog and put the hex color value string in a textctrl.
|
| bool |
textctrl_filename_selection (wxTextCtrl *target_filename_textctrl, wxString message, wxString default_file, wxString
default_directory, wxString wildcard, bool allow_multiple, wxChar multiple_selection_delimiter, bool uses_file_protocol) |
| |
Show a file selector dialog and put the filename(s) into a textctrl.
|
| bool |
textctrl_directory_selection (wxTextCtrl *target_filename_textctrl, wxString message, wxString default_directory, bool
allow_multiple, wxChar multiple_selection_delimiter) |
| |
Show a directory selector dialog and put the directory(ies) into a textctrl.
|
| void |
set_html_window_text_in_gui_style (wxHtmlWindow *target_html_window, const wxString &source=wxEmptyString, long
options=optionSET_HTML_BACKGROUND_TO_MATCH_GUI_PANEL|optionSET_HTML_FONT_COLOR_TO_MATCH_GUI|optionSET_HTML_FONT_FACE_AND_POINTSIZE_TO_MATCH_GUI|optionSET_HTML_WINDOW_INTERNAL_PADDING_TO_ZERO) |
| |
Sets a target HTML window to certain HTML content, in the style of part of a GUI's paenl.
|
| void |
set_choice_to_configuration_time_string (wxChoice *target_choice, const wxString &time_configuration_key, const wxString
&default_time_string="12:00:00") |
| |
Sets a time choice to the time specified in a configuration key string.
|
| void |
set_configuration_time_string_to_choice_index (const wxString &time_configuration_key, wxChoice *input_choice) |
| |
Sets a config key to the time of a choice control.
|
| void |
read_dialog_position_and_size (wxWindow *target_window, const wxString &configuration_key_basename, wxPoint
default_position=wxDefaultPosition, wxSize default_size=wxDefaultSize) |
| |
Reads a dialog position and size,.
|
| void |
write_dialog_position_and_size (wxWindow *target_window, const wxString &configuration_key_basename) |
| |
Writes a dialog position and size to the configuraiton,.
|