History log of /haiku/docs/user/interface/LayoutBuilder.Grid.dox (Results 1 – 4 of 4)
Revision Date Author Comments
# 6758018a 18-Apr-2020 Niels Sascha Reedijk <niels.reedijk@gmail.com>

HaikuBook: add remaining layout class documentation

This is the final contribution to #15368

* Tried to share more documentation in the various BLayoutBuilder classes
* Add missing GridView, GroupV

HaikuBook: add remaining layout class documentation

This is the final contribution to #15368

* Tried to share more documentation in the various BLayoutBuilder classes
* Add missing GridView, GroupView, SpaceLayoutItem
* Also added AbstractLayoutItem, but hide the actual documentation behind
an `INTERNAL` conditional block. This block identifier can be used to
document parts of the API, to then hide them during a regular Doxygen run.
* Do some cleanup on other layout classes; add missing members, etc.
* The actual generated BLayoutBuilder::* html is a mess. I should investigate
this at a later time. Especially the copied members seem to mix type
definitions with member documentation. It is odd. Not unlikely to be a
Doxygen bug.
* The general documentation for the layout system could use an overhaul as
well, but this is for later.

Change-Id: I6db9ef105b4ae6de0f1ebb917f86f8b1c0d4ea2e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2491
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...


# 96639729 29-Mar-2020 Niels Sascha Reedijk <niels.reedijk@gmail.com>

HaikuBook: Add documentation for BSplitView and BLayoutBuilder::Split<>

Change-Id: I4cfb369d21097ff49a53ebfc52ca57cab7c8049b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2443
Reviewed-by: Adri

HaikuBook: Add documentation for BSplitView and BLayoutBuilder::Split<>

Change-Id: I4cfb369d21097ff49a53ebfc52ca57cab7c8049b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2443
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>

show more ...


# 9e72aecc 10-Nov-2017 John Scipione <jscipione@gmail.com>

LayoutBuilder docs: document missing paramters


# 05d9795d 13-Aug-2017 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add some docs for BLayoutBuilder::Grid.