Minor documentation fixes
* Remove duplicated Interface Kit description. * Fixed links, a typo, inconsistent page names. Change-Id: I38e5943f31bf30870d33f02a97b4ef899222ec36 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4854 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
f6373f2244
commit
7323d0a21d
@@ -30,13 +30,13 @@
|
||||
is based around the BLayoutItem and BLayout classes. These classes will
|
||||
take care of making sure all your GUI widgets end up where you want them,
|
||||
with enough space to be useful. You can start learning the Layout API
|
||||
by reading the \link layout_intro introduction \endlink.
|
||||
by reading the \ref layout_intro.
|
||||
|
||||
\section Coordinate spaces
|
||||
\section coordinatespaces Coordinate spaces
|
||||
|
||||
All APIs using coordinates (such as \link BRect or \link BPoint ) refer to
|
||||
a specific space where these coordinates are interpreted. \link BView and
|
||||
\link BWindow provide various conversion function to translate coordinates
|
||||
All APIs using coordinates (such as BRect or BPoint) refer to
|
||||
a specific space where these coordinates are interpreted. BView and
|
||||
BWindow provide various conversion function to translate coordinates
|
||||
between different spaces, as needed, or provide separate methods such as
|
||||
BView Bounds() and Frame(), returning results in different spaces as needed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user