Interface tweaks and fixes for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e94d46a67c
commit
5e0e1372fd
@ -181,7 +181,7 @@ public:
|
||||
/**
|
||||
Initializes the object using given values.
|
||||
*/
|
||||
wxPlatformInfo(wxPortId pid = wxPORT_UNKNOWN,
|
||||
wxPlatformInfo(wxPortId pid,
|
||||
int tkMajor = -1,
|
||||
int tkMinor = -1,
|
||||
wxOperatingSystemId id = wxOS_UNKNOWN,
|
||||
|
@ -321,3 +321,6 @@ public:
|
||||
int GetPid();
|
||||
};
|
||||
|
||||
|
||||
wxEventType wxEVT_END_PROCESS;
|
||||
|
||||
|
@ -326,4 +326,13 @@ public:
|
||||
|
||||
*/
|
||||
virtual bool Show(unsigned int item, bool show = true);
|
||||
|
||||
|
||||
// pure virtuals that have implementations here
|
||||
virtual unsigned int GetCount() const;
|
||||
virtual wxString GetString(unsigned int n) const;
|
||||
virtual void SetString(unsigned int n, const wxString& string);
|
||||
virtual void SetSelection(int n);
|
||||
virtual int GetSelection() const;
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user