Also avoid shadows with viewport in scrollables
[modest] / src / widgets / modest-window-mgr.h
index 878bafd..88494ed 100644 (file)
@@ -90,6 +90,8 @@ struct _ModestWindowMgrClass {
        gboolean              (*screen_is_on)                   (ModestWindowMgr *self);
        void                  (*create_caches)                  (ModestWindowMgr *self);
 
+       ModestWindow *        (*get_folder_window)              (ModestWindowMgr *self);
+
        /* Signals */
        void (*window_list_empty) (ModestWindowMgr *self);
        void (*progress_list_changed) (ModestWindowMgr *self);
@@ -492,6 +494,8 @@ void modest_window_mgr_create_caches (ModestWindowMgr *self);
  */
 gboolean modest_window_mgr_close_all_but_initial (ModestWindowMgr *self);
 
+ModestWindow *modest_window_mgr_get_folder_window (ModestWindowMgr *self);
+
 
 G_END_DECLS