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/tests/DumbMainView.h

    r31 r36  
    3535            void sensitiveGoToPage (gboolean sensitive); 
    3636            void sensitiveGoToPreviousPage (gboolean sensitive); 
     37            void sensitiveRotateLeft (gboolean sensitive); 
     38            void sensitiveRotateRight (gboolean sensitive); 
    3739            void sensitiveZoomIn (gboolean sensitive); 
    3840            void sensitiveZoomOut (gboolean sensitive); 
     
    6062            gboolean isSensitiveGoToPage (void); 
    6163            gboolean isSensitiveGoToPreviousPage (void); 
     64            gboolean isSensitiveRotateLeft (void); 
     65            gboolean isSensitiveRotateRight (void); 
    6266            gboolean isSensitiveZoomIn (void);         
    6367            gboolean isSensitiveZoomOut (void); 
     
    7983            gboolean m_SensitiveGoToPage; 
    8084            gboolean m_SensitiveGoToPreviousPage; 
     85            gboolean m_SensitiveRotateLeft; 
     86            gboolean m_SensitiveRotateRight; 
    8187            gboolean m_SensitiveZoomIn; 
    8288            gboolean m_SensitiveZoomOut;