added wxVListBox::OnDrawBackground(); fixed warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
// you can also have a file containing HTML strings for testing, enable this if
|
||||
// you want to use it
|
||||
//#define USE_HTML_FILE
|
||||
#define USE_HTML_FILE
|
||||
#ifdef USE_HTML_FILE
|
||||
#include "wx/textfile.h"
|
||||
#endif
|
||||
@@ -84,6 +84,8 @@ protected:
|
||||
#ifdef USE_HTML_FILE
|
||||
wxTextFile m_file;
|
||||
#endif
|
||||
|
||||
DECLARE_NO_COPY_CLASS(MyHtmlListBox)
|
||||
};
|
||||
|
||||
class MyFrame : public wxFrame
|
||||
|
Reference in New Issue
Block a user