Changeset 36 for trunk/src/IMainView.h

Show
Ignore:
Timestamp:
04/12/06 06:33:09 (3 years ago)
Author:
jordi
Message:

I've forgoten the rotate left and rotate right sensitivity. I've added the two functions to the main view's interface and gtk shell. Also added to the test suite.

Now the gtk shell can change the sensitiveness of the widgets.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IMainView.h

    r33 r36  
    3838            virtual void sensitiveGoToPage (gboolean sensitive) = 0; 
    3939            virtual void sensitiveGoToPreviousPage (gboolean sensitive) = 0; 
     40            virtual void sensitiveRotateLeft (gboolean sensitive) = 0; 
     41            virtual void sensitiveRotateRight (gboolean sensitive) = 0; 
    4042            virtual void sensitiveZoomIn (gboolean sensitive) = 0; 
    4143            virtual void sensitiveZoomOut (gboolean sensitive) = 0;