projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed code that already exist in ~wxTLWBase from ~wxTLW
[wxWidgets.git]
/
include
/
wx
/
os2
/
menu.h
diff --git
a/include/wx/os2/menu.h
b/include/wx/os2/menu.h
index b088026c217d61bd3bcfbb1e0e3250747bd3ef12..b871f900e424ef7ac41265a421716e834b6da35e 100644
(file)
--- a/
include/wx/os2/menu.h
+++ b/
include/wx/os2/menu.h
@@
-17,7
+17,7
@@
#include "wx/list.h" // for "template" list classes
#include "wx/dynarray.h"
#include "wx/list.h" // for "template" list classes
#include "wx/dynarray.h"
- WX_DEFINE_EXPORTED_ARRAY(wxAcceleratorEntry *, wxAcceleratorArray);
+ WX_DEFINE_EXPORTED_ARRAY
_PTR
(wxAcceleratorEntry *, wxAcceleratorArray);
#endif // wxUSE_ACCEL
class WXDLLEXPORT wxFrame;
#endif // wxUSE_ACCEL
class WXDLLEXPORT wxFrame;
@@
-139,9
+139,9
@@
private:
void EndRadioGroup(void);
//
void EndRadioGroup(void);
//
- // If
TRUE
, insert a breal before appending the next item
+ // If
true
, insert a breal before appending the next item
//
//
- bool
m_bDoBreak;
+ bool m_bDoBreak;
//
// The menu handle of this menu
//
// The menu handle of this menu
@@
-194,6
+194,7
@@
public:
wxMenuBar( int n
,wxMenu* vMenus[]
,const wxString sTitles[]
wxMenuBar( int n
,wxMenu* vMenus[]
,const wxString sTitles[]
+ ,long lStyle = 0
);
virtual ~wxMenuBar();
);
virtual ~wxMenuBar();
@@
-244,7
+245,7
@@
public:
const wxAcceleratorTable& GetAccelTable(void) const { return m_vAccelTable; }
//
const wxAcceleratorTable& GetAccelTable(void) const { return m_vAccelTable; }
//
- // Update the accel table (must be called after adding/deleti
gn
a menu)
+ // Update the accel table (must be called after adding/deleti
ng
a menu)
//
void RebuildAccelTable(void);
#endif // wxUSE_ACCEL
//
void RebuildAccelTable(void);
#endif // wxUSE_ACCEL