Changeset 35 for trunk/src/gtk/MainView.h
- Timestamp:
- 04/12/06 05:27:57 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/gtk/MainView.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gtk/MainView.h
r33 r35 55 55 GtkWidget *m_MainWindow; 56 56 GtkWidget *m_MainBox; 57 GtkWidget *m_PageView; 57 58 GtkUIManager *m_UIManager; 58 59 60 GtkWidget *createPageView (void); 59 61 void createUIManager (void); 62 GdkPixbuf *getPixbufFromPage (DocumentPage *page); 60 63 }; 61 64 }
