This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6751b48834620dd17d380ec679a80fcbddf323af
haiku-beta6
/
headers
/
libs
/
alm
T
History
Clemens Zeidler
6751b48834
Fix gcc2 build + warnings.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38885 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-10-04 19:10:22 +00:00
..
ALMLayout.h
- Add a alternative method to setup a group layout. BLayoutItem / BView are wrapped into a GroupItem. GroupItem overloads the | (horizontal tiling) and / (vertical tiling) operators. In this manner you can create a group layout using these operators, e.g. GroupItem item = GroupItem(button1) | (GroupItem(button2) / GroupItem(button3)); would layout button1 at the left and button2 and button3 at the right in a vertical layout. All the layout information is stored in the GroupItem item, to setup the final layout you have to call BuildLayout(item). If you like it it could also be added to the BGroupLayout.
2010-10-03 20:05:52 +00:00
Area.h
Fix gcc2 build + warnings.
2010-10-04 19:10:22 +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
Tab.h
- Add helper functions to get the tabs of a view or a layout item.
2010-09-30 01:32:48 +00:00