Show
Ignore:
Timestamp:
04/12/06 05:27:57 (3 years ago)
Author:
jordi
Message:

Now the shell shows the first page, but to do so the Main presenter had to make sure the document page is not destroyed until the call to shell's showPage() is done, as the shells mantains a copy of it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.h

    r33 r35  
    5555            GtkWidget *m_MainWindow;  
    5656            GtkWidget *m_MainBox; 
     57            GtkWidget *m_PageView; 
    5758            GtkUIManager *m_UIManager; 
    5859 
     60            GtkWidget *createPageView (void); 
    5961            void createUIManager (void); 
     62            GdkPixbuf *getPixbufFromPage (DocumentPage *page); 
    6063    }; 
    6164}