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
@@ -125,26 +125,6 @@
|
||||
\defgroup interface Interface Kit
|
||||
\brief API for displaying a graphical user interface.
|
||||
|
||||
The Interface Kit holds all the classes you'll need to develop a GUI.
|
||||
Building on the messaging facilities provided by the Application Kit,
|
||||
the Interface Kit can be used to create a responsive and attractive
|
||||
graphical user interface.
|
||||
|
||||
The most important class in the Interface Kit is the BView class, which
|
||||
handles drawing and user interaction. Pointer and keyboard events are
|
||||
processed in this class.
|
||||
|
||||
Another important class is the BWindow class, which holds BViews and makes
|
||||
them visible to the user. The BWindow class also handles BView focusing
|
||||
and BMessage dispatching, among other things.
|
||||
|
||||
A new addition Haiku has added over the BeOS API is the Layout API, which
|
||||
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.
|
||||
|
||||
|
||||
\defgroup locale Locale Kit
|
||||
\brief Collection of classes for localizing applications.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user