Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

utils_controls.h File Reference

Describes utils_controls class. More...

#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...


Detailed Description

Describes utils_controls class.
Modified by:
Copyright:
(c) Robert O'Connor ( rob@medicalmnemonics.com )
Licence:
GPL
Author:
Robert O'Connor
Date:
2002/01/03

Define Documentation

#define FILE_DIALOG_WILDCARDS_ALL   _( "All files (*.*)|*.*" )
 
Todo:
The FILE_DIALOG defines should be moved from utils_controls.h to plucker_defines.h

Enumeration Type Documentation

anonymous enum
 

Option flags for set_html_window_text_in_gui_style().

Enumeration values:
optionSET_HTML_BACKGROUND_TO_MATCH_GUI_PANEL  Set the background of the HTML window to the color of the GUI's dialogs.
optionSET_HTML_BACKGROUND_TO_MATCH_GUI_LISTBOX  Set the background of the HTML window to the color of the GUI's listbox.
optionSET_HTML_FONT_COLOR_TO_MATCH_GUI  Set the font color of the HTML window to match the GUI's font.
optionSET_HTML_FONT_FACE_AND_POINTSIZE_TO_MATCH_GUI  Set the font face and pointsize of the HTML window to match the GUI's font.
optionSET_HTML_WINDOW_INTERNAL_PADDING_TO_ZERO  Set the HTML windows padding from its edges to its content to be zero.