]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/notebook.cpp
wxVListBox doesn't handle (at least horz) resizing properly without wxFULL_REPAINT_ON...
[wxWidgets.git] / src / gtk1 / notebook.cpp
index 25edf2c1105058f75d15fe9c82dcc7659dc1b4b7..ded15fb845915efd490238294dddbcc25abca147 100644 (file)
@@ -866,6 +866,13 @@ bool  wxNotebook::SetFont(const wxFont& font)
        return rc;
 }
 
+// static
+wxVisualAttributes
+wxNotebook::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    return GetDefaultAttributesFromGTKWidget(gtk_notebook_new);
+}
+
 //-----------------------------------------------------------------------------
 // wxNotebookEvent
 //-----------------------------------------------------------------------------