Add missing interface items for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-04-12 05:33:29 +00:00
parent c328f9d374
commit 575821fad8
5 changed files with 84 additions and 0 deletions

View File

@@ -6,6 +6,16 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#define wxFNTP_FONTDESC_AS_LABEL 0x0008
#define wxFNTP_USEFONT_FOR_LABEL 0x0010
#define wxFONTBTN_DEFAULT_STYLE (wxFNTP_FONTDESC_AS_LABEL | wxFNTP_USEFONT_FOR_LABEL)
#define wxFNTP_USE_TEXTCTRL (wxPB_USE_TEXTCTRL)
#define wxFNTP_DEFAULT_STYLE (wxFNTP_FONTDESC_AS_LABEL|wxFNTP_USEFONT_FOR_LABEL)
wxEventType wxEVT_COMMAND_FONTPICKER_CHANGED;
/**
@class wxFontPickerCtrl
@@ -49,6 +59,8 @@
class wxFontPickerCtrl : public wxPickerBase
{
public:
wxFontPickerCtrl();
/**
Initializes the object and calls Create() with
all the parameters.