Fixed INOUT parameter.
Removed wrappers for wxMenu::Attach/Detach since they are really only for internal use and I didn't need them afterall to work around a bug that I thought I was fighting with... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -390,7 +390,7 @@ public:
|
|||||||
void DrawInvisible(wxDC& dc, int x, int y);
|
void DrawInvisible(wxDC& dc, int x, int y);
|
||||||
const wxHtmlCell* Find(int condition, const void* param);
|
const wxHtmlCell* Find(int condition, const void* param);
|
||||||
|
|
||||||
bool AdjustPagebreak(int * pagebreak);
|
bool AdjustPagebreak(int* INOUT);
|
||||||
void SetCanLiveOnPagebreak(bool can);
|
void SetCanLiveOnPagebreak(bool can);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@@ -754,8 +754,6 @@ public:
|
|||||||
long GetStyle();
|
long GetStyle();
|
||||||
|
|
||||||
bool IsAttached();
|
bool IsAttached();
|
||||||
void Attach(wxMenuBar *menubar);
|
|
||||||
void Detach();
|
|
||||||
|
|
||||||
void SetParent(wxMenu *parent);
|
void SetParent(wxMenu *parent);
|
||||||
wxMenu *GetParent();
|
wxMenu *GetParent();
|
||||||
|
Reference in New Issue
Block a user