mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 11:42:33 +00:00
* Added various TextElement flags and replaced WindowPeerInfo with a
WindowText. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@756 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -68,6 +68,9 @@ public:
|
||||
|
||||
void clear();
|
||||
|
||||
void* object() const { return m_object; }
|
||||
void set_object(void* object) { m_object = object; }
|
||||
|
||||
void push_back(TextElement* element);
|
||||
|
||||
virtual void redraw();
|
||||
|
||||
Reference in New Issue
Block a user