]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/renderer.h
support wxFD_MULTIPLE
[wxWidgets.git] / interface / wx / renderer.h
index 96899058bfe0e4c109a1626dd076df7dcd1d0aa2..d7c28320a257cbdcd803436317052fc2d8ded9fc 100644 (file)
@@ -204,6 +204,8 @@ public:
 
     virtual int GetHeaderButtonHeight(wxWindow *win);
 
+    virtual int GetHeaderButtonMargin(wxWindow *win);
+
     virtual void DrawTreeItemButton(wxWindow *win, wxDC& dc,
                                     const wxRect& rect, int flags = 0);
 
@@ -494,6 +496,14 @@ public:
     */
     virtual int GetHeaderButtonHeight(wxWindow* win) = 0;
 
+    /**
+        Returns the horizontal margin on the left and right sides of header
+        button's label.
+
+        @since 2.9.2
+     */
+    virtual int GetHeaderButtonMargin(wxWindow *win) = 0;
+
     /**
         Get the splitter parameters, see wxSplitterRenderParams.
         The @a win parameter should be a wxSplitterWindow.