mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
Correct misspellings and clarify the documentation. Add missing include guards.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b1a2a50b5
commit
0c19b789bb
3 changed files with 20 additions and 6 deletions
|
@ -36,14 +36,14 @@
|
|||
<heading>Class Description</heading>
|
||||
<p>
|
||||
This is a simple class used for encapsulating common drawing behaviors.
|
||||
These methods stndardize drawing of buttons, borders and other common
|
||||
gui elements. The drawing functions are encapsulated in a class to
|
||||
allow overridding of the methods so that these elements can be drawn
|
||||
These methods standardize drawing of buttons, borders and other common
|
||||
GUI elements. The drawing functions are encapsulated in a class to
|
||||
allow overriding of the methods so that these elements can be drawn
|
||||
in different ways (e.g. with themes).
|
||||
</p>
|
||||
<p>
|
||||
All the methods use the standard configurable colors defined in NSColor,
|
||||
such as <code>controlLightHighlightColor</code>,
|
||||
The default implementation uses the standard configurable colors defined in
|
||||
NSColor, such as <code>controlLightHighlightColor</code>,
|
||||
<code>controlShadowColor</code> and <code>controlDarkShadowColor</code>.
|
||||
</p>
|
||||
</unit>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue