Code

Fix some console warning spam (most cannot be fixed, unfortunately)
[inkscape.git] / src / ui / widget / notebook-page.h
index 0341cb659a8c72c712c8206a2b8bd61af022d03a..38c13005ea4da336e636b9e3e3e5d309dcccc4c7 100644 (file)
@@ -24,7 +24,7 @@ class NotebookPage : public Gtk::VBox
 {
 public:
     NotebookPage();
-    NotebookPage(int n_rows, int n_columns);
+    NotebookPage(int n_rows, int n_columns, bool expand=false, bool fill=false, guint padding=0);
 
     Gtk::Table& table() { return _table; }