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:
Robin Dunn
2003-04-18 21:33:55 +00:00
parent 96de476467
commit 8cd6b6b985
2 changed files with 1 additions and 3 deletions

View File

@@ -390,7 +390,7 @@ public:
void DrawInvisible(wxDC& dc, int x, int y);
const wxHtmlCell* Find(int condition, const void* param);
bool AdjustPagebreak(int * pagebreak);
bool AdjustPagebreak(int* INOUT);
void SetCanLiveOnPagebreak(bool can);
};

View File

@@ -754,8 +754,6 @@ public:
long GetStyle();
bool IsAttached();
void Attach(wxMenuBar *menubar);
void Detach();
void SetParent(wxMenu *parent);
wxMenu *GetParent();