haiku/headers/libs/alm
Clemens Zeidler 5b6fca0639 - Rework the ALM layout api. The AddItemTo* function are now related to the current Area. On default the current Area is the last added Area.
- Add some more const where appreciated.
- Fix some style issues and a leak in Row and Column.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38842 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-09-29 03:30:47 +00:00
..
ALMLayout.h - Rework the ALM layout api. The AddItemTo* function are now related to the current Area. On default the current Area is the last added Area. 2010-09-29 03:30:47 +00:00
Area.h SetDefaultBehavior is not needed since all views handled in this function have min and max size equal the pref size (despite of the status bar length, which is ok). As a result they don't grow or shrink undesirable as assumed previously. As a result also the AutoPreferredContentSize is not needed. 2010-09-23 07:57:40 +00:00
Column.h - Rework the ALM layout api. The AddItemTo* function are now related to the current Area. On default the current Area is the last added Area. 2010-09-29 03:30:47 +00:00
Row.h - Rework the ALM layout api. The AddItemTo* function are now related to the current Area. On default the current Area is the last added Area. 2010-09-29 03:30:47 +00:00
XTab.h - Don't pass a min size in the Area _Init function. The min size is updated before solving the layout so we don't have to set it in the beginning. This also simplifies the BALMLayout api. 2010-09-22 21:53:32 +00:00
YTab.h - Don't pass a min size in the Area _Init function. The min size is updated before solving the layout so we don't have to set it in the beginning. This also simplifies the BALMLayout api. 2010-09-22 21:53:32 +00:00