Version: 3.3.0
advprops.h File Reference

Classes

class  wxColourPropertyValue
 Because text, background and other colours tend to differ between platforms, wxSystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one. More...
 
class  wxFontProperty
 Property representing wxFont. More...
 
class  wxSystemColourProperty
 Has dropdown list of wxWidgets system colours. More...
 
class  wxColourProperty
 Allows to select a colour from the list or with colour dialog. More...
 
class  wxCursorProperty
 Property representing wxCursor. More...
 
class  wxImageFileProperty
 Property representing image file(name). More...
 
class  wxMultiChoiceProperty
 Property that manages a value resulting from wxMultiChoiceDialog. More...
 
class  wxDateProperty
 Property representing wxDateTime. More...
 
class  wxPGSpinCtrlEditor
 

Functions

const wxStringwxPGGetDefaultImageWildcard ()
 

Variables

constexpr wxUint32 wxPG_COLOUR_WEB_BASE
 Web colour is currently unsupported. More...
 
constexpr wxUint32 wxPG_COLOUR_CUSTOM
 
constexpr wxUint32 wxPG_COLOUR_UNSPECIFIED
 
wxPGEditorwxPGEditor_SpinCtrl
 
wxPGEditorwxPGEditor_DatePickerCtrl
 

Function Documentation

◆ wxPGGetDefaultImageWildcard()

const wxString& wxPGGetDefaultImageWildcard ( )

Variable Documentation

◆ wxPG_COLOUR_CUSTOM

constexpr wxUint32 wxPG_COLOUR_CUSTOM
constexpr

◆ wxPG_COLOUR_UNSPECIFIED

constexpr wxUint32 wxPG_COLOUR_UNSPECIFIED
constexpr

◆ wxPG_COLOUR_WEB_BASE

constexpr wxUint32 wxPG_COLOUR_WEB_BASE
constexpr

Web colour is currently unsupported.

◆ wxPGEditor_DatePickerCtrl

wxPGEditor* wxPGEditor_DatePickerCtrl
extern

◆ wxPGEditor_SpinCtrl

wxPGEditor* wxPGEditor_SpinCtrl
extern