]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
menu events handling more closely to the menu instance itself, removing menubar where...
[wxWidgets.git] / src / gtk / 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
 //-----------------------------------------------------------------------------