Opened 5 years ago
Last modified 5 years ago
#15368 closed bug
HaikuBook: Document various layouting classes — at Version 9
Reported by: | nielx | Owned by: | nielx |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Documentation | Version: | R1/Development |
Keywords: | HaikuBook | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
To do:
- https://git.haiku-os.org/haiku/tree/docs/user/interface/AbstractLayoutItem.dox
- https://git.haiku-os.org/haiku/tree/docs/user/interface/GridView.dox
- https://git.haiku-os.org/haiku/tree/docs/user/interface/GroupView.dox
- https://git.haiku-os.org/haiku/tree/docs/user/interface/SpaceLayoutItem.dox
Done in hrev53990:
- https://git.haiku-os.org/haiku/tree/docs/user/interface/GroupLayoutBuilder.dox
- https://git.haiku-os.org/haiku/tree/docs/user/interface/GridLayoutBuilder.dox
- https://git.haiku-os.org/haiku/tree/docs/user/interface/SplitLayoutBuilder.dox
Done in hrev54020:
Done in hrev54047:
Change History (9)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Milestone: | R1/beta2 → Unscheduled |
---|
comment:4 by , 5 years ago
Status: | new → in-progress |
---|
First change for B*LayoutBuilder: https://review.haiku-os.org/c/haiku/+/2353
comment:5 by , 5 years ago
Description: | modified (diff) |
---|
comment:6 by , 5 years ago
Change for BSplitView and BLayoutBuilder::Split<>: https://review.haiku-os.org/c/haiku/+/2443
comment:7 by , 5 years ago
Description: | modified (diff) |
---|
comment:8 by , 5 years ago
Change for BCardView, BCardLayout and BLayoutBuilder::Cards<>: https://review.haiku-os.org/c/haiku/+/2460
comment:9 by , 5 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
The *LayoutBuilder classes are deprecated. The generic BLayoutBuilder should be used instead.