Some theme integration work

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23585 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-09-22 11:23:03 +00:00
parent 1e779eacaf
commit c7ab1a2a90
14 changed files with 1550 additions and 432 deletions

View file

@ -111,7 +111,7 @@ APPKIT_EXPORT NSSize NSTokenSize;
* <p>A window has a <em>frame</em>. This is the frame of the <em>entire</em>
* window on the screen, including all decorations and borders. The origin
* of the frame represents its bottom left corner and the frame is expressed
* in screen coordinates (see [NSScreen]).<br />
* in screen coordinates (see [NSScreen]).
* </p>
* <p>When a window is created, it has a <em>private</em> [NSView] instance
* which fills the entire window frame and whose coordinate system is the
@ -122,7 +122,7 @@ APPKIT_EXPORT NSSize NSTokenSize;
* draw window decorations if the backend library is not handling the
* window decorations.
* </p>
* <p>A window always contains a <em>content view<em> which is the highest
* <p>A window always contains a <em>content view</em> which is the highest
* level view available for public (application) use. This view fills the
* area of the window inside any decoration/border.<br />
* This is the only part of the window that application programmers are