projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Project file update
[wxWidgets.git]
/
include
/
wx
/
msw
/
listbox.h
diff --git
a/include/wx/msw/listbox.h
b/include/wx/msw/listbox.h
index edebfe9907819db68b99b3227771a97b7d58bb1f..a6e9766278bc411485cbded5859717a8af792900 100644
(file)
--- a/
include/wx/msw/listbox.h
+++ b/
include/wx/msw/listbox.h
@@
-16,6
+16,8
@@
#pragma interface "listbox.h"
#endif
#pragma interface "listbox.h"
#endif
+#if wxUSE_LISTBOX
+
// ----------------------------------------------------------------------------
// simple types
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// simple types
// ----------------------------------------------------------------------------
@@
-108,25
+110,18
@@
public:
virtual void SetHorizontalExtent(const wxString& s = wxEmptyString);
// Windows callbacks
virtual void SetHorizontalExtent(const wxString& s = wxEmptyString);
// Windows callbacks
- virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
- WXUINT message,
- WXWPARAM wParam, WXLPARAM lParam);
-
bool MSWCommand(WXUINT param, WXWORD id);
virtual void SetupColours();
protected:
bool MSWCommand(WXUINT param, WXWORD id);
virtual void SetupColours();
protected:
- // do we have multiple selections?
- bool HasMultipleSelection() const;
-
// free memory (common part of Clear() and dtor)
void Free();
int m_noItems;
int m_selected;
// free memory (common part of Clear() and dtor)
void Free();
int m_noItems;
int m_selected;
- virtual wxSize DoGetBestSize();
+ virtual wxSize DoGetBestSize()
const
;
#if wxUSE_OWNER_DRAWN
// control items
#if wxUSE_OWNER_DRAWN
// control items
@@
-137,5
+132,7
@@
private:
DECLARE_DYNAMIC_CLASS(wxListBox)
};
DECLARE_DYNAMIC_CLASS(wxListBox)
};
+#endif // wxUSE_LISTBOX
+
#endif
// _WX_LISTBOX_H_
#endif
// _WX_LISTBOX_H_