Changeset 29 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
04/11/06 13:58:09 (3 years ago)
Author:
jordi
Message:

The page navigation toolbar works as expected, setting the sensitiveness of its controls correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r27 r29  
    4545                                           const gchar *body) = 0; 
    4646            virtual void showPage (DocumentPage *page) = 0; 
     47            virtual void setTotalPages (gint pages) = 0; 
     48            virtual void setGoToPageText (const gchar *text) = 0; 
     49            virtual const gchar *getGoToPageText (void) = 0; 
    4750            virtual void setTitle (const gchar *title) = 0; 
    4851