Fix some broken or add some missing interface declarations for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define wxCP_DEFAULT_STYLE (wxTAB_TRAVERSAL | wxNO_BORDER)
|
||||
#define wxCP_NO_TLW_RESIZE (0x0002)
|
||||
|
||||
/**
|
||||
@class wxCollapsiblePaneEvent
|
||||
|
||||
@@ -41,7 +44,7 @@ public:
|
||||
void SetCollapsed(bool collapsed);
|
||||
};
|
||||
|
||||
|
||||
wxEventType wxEVT_COMMAND_COLLPANE_CHANGED;
|
||||
|
||||
/**
|
||||
@class wxCollapsiblePane
|
||||
@@ -179,4 +182,3 @@ public:
|
||||
*/
|
||||
bool IsExpanded() const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user