]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/auibook.h
Remove left over conflict markers from documentation.
[wxWidgets.git] / interface / wx / aui / auibook.h
index 9f58a60a0be411e6cda7c4bab2d8b40d9934ddd6..b95461b9ae3ba2c64d2906d7fe8c0922232bbc54 100644 (file)
@@ -219,6 +219,13 @@ public:
     */
     wxString GetPageText(size_t page) const;
 
+    /**
+        Returns the tooltip for the tab label of the page.
+
+        @since 2.9.4
+    */
+    wxString GetPageToolTip(size_t pageIdx) const;
+
     /**
         Returns the currently selected page.
     */
@@ -308,6 +315,17 @@ public:
     */
     bool SetPageText(size_t page, const wxString& text);
 
+    /**
+        Sets the tooltip displayed when hovering over the tab label of the page.
+
+        @return
+            @true if tooltip was updated, @false if it failed, e.g. because the
+            page index is invalid.
+
+        @since 2.9.4
+    */
+    bool SetPageToolTip(size_t page, const wxString& text);
+
     /**
         Sets the font for drawing selected tab labels.
     */