* 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:
rakshasa
2006-07-28 00:17:54 +00:00
parent fc76a11d71
commit 4c9fc671be
40 changed files with 363 additions and 193 deletions
+4 -2
View File
@@ -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();