* it's SPLIT not SPLITTED :-)
[modest] / src / gnome / modest-main-window.c
index 9248664..9ecef89 100644 (file)
@@ -690,3 +690,17 @@ modest_main_window_close_all (ModestMainWindow *self)
           all */
        return TRUE;
 }
+
+void 
+modest_main_window_set_style (ModestMainWindow *self, 
+                             ModestMainWindowStyle style)
+{
+       /* TODO */
+}
+
+ModestMainWindowStyle
+modest_main_window_get_style (ModestMainWindow *self)
+{
+       /* TODO */
+       return MODEST_MAIN_WINDOW_STYLE_SPLIT;
+}