Changeset 253 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
10/16/06 14:49:05 (2 years ago)
Author:
jordi
Message:

Applied Enrico Tröger's patch for full screen support. This closes ticket #33.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r227 r253  
    356356 
    357357            /// 
     358            /// @brief Sets the view to full screen. 
     359            /// 
     360            /// @param fullScreen @a TRUE if the view should go full screen, 
     361            ///                   @a FALSE otherwise. 
     362            /// 
     363            virtual void setFullScreen (gboolean fullScreen) = 0; 
     364 
     365            /// 
    358366            /// @brief Sets the text for the number of pages. 
    359367            ///