]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/htmllbox.h
added more HP-UX charset names
[wxWidgets.git] / include / wx / htmllbox.h
index 48e944e1ef6d6b23a2067ae2e1629ed8dd31b223..bf0d295bde861249b5d8d5391a6a60a72c8725ce 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     31.05.03
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
+// Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -67,6 +67,8 @@ public:
     virtual ~wxHtmlListBox();
 
     // override some base class virtuals
+    virtual void RefreshLine(size_t line);
+    virtual void RefreshLines(size_t from, size_t to);
     virtual void RefreshAll();
     virtual void SetItemCount(size_t count);