* Added pageup/down to chunks seen and file list. Patch by Josef

Drexler, all future patches to lib/rtorrent will be under public
domain.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@712 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-06-04 23:37:39 +00:00
parent 46dd41e956
commit d0f6719e50
7 changed files with 151 additions and 18 deletions
+3 -1
View File
@@ -62,7 +62,7 @@ public:
bool is_dynamic() { return m_dynamic; }
bool is_dirty() { return m_taskUpdate.is_queued(); }
int get_min_height() { return m_minHeight; }
int get_min_height() const { return m_minHeight; }
bool get_active() { return m_active; }
void set_active(bool a);
@@ -70,6 +70,8 @@ public:
void refresh() { m_canvas->refresh(); }
void resize(int x, int y, int w, int h);
int get_height() const { return m_canvas->get_height(); }
void mark_dirty() { m_slotSchedule(this, cachedTime + 1); }
virtual void redraw() = 0;