Show
Ignore:
Timestamp:
04/15/06 11:20:14 (3 years ago)
Author:
jordi
Message:

The tool and status bar can now be shown and hidden.

Files:
1 modified

Legend:

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

    r67 r70  
    5757            void setOutline (DocumentOutline *outline); 
    5858 
     59            void showToolbar (gboolean show); 
     60            void showStatusbar (gboolean show); 
     61 
    5962        protected: 
    6063            GtkWidget *m_CurrentPage; 
     
    6669            GtkWidget *m_PageViewScroll; 
    6770            GtkWidget *m_Sidebar; 
     71            GtkWidget *m_StatusBar; 
    6872            gint m_TotalPages; 
    6973            GtkUIManager *m_UIManager;