mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 20:52:30 +00:00
* Allow Frame's to be located in both rows and columns. Improved min
height/width for windows. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@748 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+4
-2
@@ -59,7 +59,8 @@ public:
|
||||
|
||||
Frame();
|
||||
|
||||
bool is_dynamic() const;
|
||||
bool is_width_dynamic() const;
|
||||
bool is_height_dynamic() const;
|
||||
|
||||
pair_type preferred_size() const;
|
||||
|
||||
@@ -80,7 +81,8 @@ public:
|
||||
void set_container_size(size_type size);
|
||||
|
||||
void initialize_window(Window* window);
|
||||
void initialize_container(Type containerType, size_type size);
|
||||
void initialize_row(size_type size);
|
||||
void initialize_column(size_type size);
|
||||
|
||||
void clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user