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/gtk/MainView.h

    r35 r36  
    3939            void sensitiveGoToPage (gboolean sensitive); 
    4040            void sensitiveGoToPreviousPage (gboolean sensitive); 
     41            void sensitiveRotateLeft (gboolean sensitive); 
     42            void sensitiveRotateRight (gboolean sensitive); 
    4143            void sensitiveZoomIn (gboolean sensitive); 
    4244            void sensitiveZoomOut (gboolean sensitive);