mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 03:32:29 +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:
@@ -69,7 +69,7 @@ public:
|
||||
void set_column(unsigned int column) { m_column = column; }
|
||||
void set_column_width(extent_type* width) { m_columnWidth = width; }
|
||||
|
||||
virtual char* print(char* first, const char* last, Canvas::attributes_list* attributes, void* object);
|
||||
virtual char* print(char* first, char* last, Canvas::attributes_list* attributes, void* object);
|
||||
|
||||
virtual extent_type max_length();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user