Changeset 62 for trunk/src/IMainView.h
- Timestamp:
- 04/14/06 13:42:25 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/IMainView.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/IMainView.h
r49 r62 133 133 134 134 /// 135 /// @brief Changes the sensitivity of the "Reload" action. 136 /// 137 /// The view must change the sensitivity (it's called enabled or 138 /// disabled on some toolkits) of the "Reload" action 139 /// (both on the menu and the toolbar or any other place). 140 /// 141 /// @param sensitive Set to TRUE if need to make sensitive (enable) 142 /// the action (enable) or FALSE to 143 /// insensitive (disable) it. 144 /// 145 virtual void sensitiveReload (gboolean sensitive) = 0; 146 147 /// 135 148 /// @brief Changes the sensitivity of the "Rotate Left" action. 136 149 ///
