]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
use 6px as the default wxSizer border in wxGTK to be a little bit closer to GNOME HIG
[wxWidgets.git] / include / wx / msw / listctrl.h
index 00583ea8a39a337bb4863f7806c3c193f65c8ae9..b63269dbbe29c136965af8d502becdbe3f101579 100644 (file)
@@ -442,6 +442,11 @@ private:
     // process NM_CUSTOMDRAW notification message
     WXLPARAM OnCustomDraw(WXLPARAM lParam);
 
+    // set the extended styles for the control (used by Create() and
+    // UpdateStyle()), only should be called if InReportView()
+    void MSWSetExListStyles();
+
+
     DECLARE_DYNAMIC_CLASS(wxListCtrl)
     DECLARE_EVENT_TABLE()
     DECLARE_NO_COPY_CLASS(wxListCtrl)