X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window.c;h=9ecef8919db144e584c6cffcc3b8ac4d1eaab69c;hb=af22975e59fa7288ce28e7cf089eb12f7f2e07b8;hp=92486645f56e037c8fae35df6d52cb45fd4a54cc;hpb=b1fa5f4856489fb96916ffd1a66af1957f7198dc;p=modest diff --git a/src/gnome/modest-main-window.c b/src/gnome/modest-main-window.c index 9248664..9ecef89 100644 --- a/src/gnome/modest-main-window.c +++ b/src/gnome/modest-main-window.c @@ -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; +}