Changeset 26 for trunk/Classes/widgets/scrollarea.hpp
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/widgets/scrollarea.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/widgets/scrollarea.hpp
r4 r26 42 42 virtual void update_location(SDL_Rect const &rect); 43 43 virtual void handle_event(const SDL_Event& event); 44 bool handle_drag_event(const SDL_Event& event); // KP: added content dragging 44 45 virtual void process_event(); 45 46 virtual void scroll(unsigned int pos) = 0;
Note: See TracChangeset
for help on using the changeset viewer.