Show
Ignore:
Timestamp:
06/12/06 16:40:59 (2 years ago)
Author:
jordi
Message:

The MainView? now has a separate widget for the current page number and the total page number, as requested in bug #37 closed in this revision.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbMainView.h

    r216 r227  
    6363            const gchar *getGoToPageText (void); 
    6464            void setCursor (ViewCursor cursorType); 
    65             void setTotalPages (gint pages); 
    66             void setGoToPageText (const char *text); 
     65            void setNumberOfPagesText (const gchar *text); 
     66            void setGoToPageText (const gchar *text); 
    6767            void setTitle (const gchar *title); 
    6868            void setOutline (DocumentOutline *outline); 
     
    8282            DocumentOutline *getOutline (void); 
    8383            const gchar *getTitle (void); 
    84             gint getTotalPages (void); 
    8584            gboolean isShown (void); 
    8685            gboolean isSensitiveFind (void); 
     
    113112            gint m_CurrentPage; 
    114113            DumbFindView *m_FindView; 
     114            gchar *m_NumberOfPages; 
    115115            gchar *m_GoToPageText; 
    116116            gchar *m_LastOpenFileFolder; 
     
    144144            gint m_TimesShownPassword; 
    145145            gchar *m_Title; 
    146             gint m_TotalPages; 
    147146            gchar *m_ZoomText; 
    148147            gboolean m_ZoomToFit;