mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Minor updates, documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9767 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a4b3f034a
commit
4525b97466
5 changed files with 21 additions and 3 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2001-05-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Model/GMArchiver.m: Add defs for RETAIN, etc when not defined (i.e.
|
||||
for OPENSTEP).
|
||||
* Model/IMLoading.m (-loadIMFile:...): Comment out when compiling
|
||||
nib2gmodel.
|
||||
|
||||
* gnustep-gui.spec.in: Fix source location
|
||||
* gnustep-gui-debug.spec.in: Likewise.
|
||||
|
||||
* Documentation/gsdoc/NSWindow.gsdoc: Docs for [de]miniaturize.
|
||||
|
||||
2000-05-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSFont.h
|
||||
|
|
|
@ -215,6 +215,9 @@
|
|||
<sel>deminiaturize:</sel>
|
||||
<arg type="id">sender</arg>
|
||||
<desc>
|
||||
Causes the window to deminiaturize. Normally you would not call
|
||||
this method directly. A window is automatically deminiaturized
|
||||
by the user via a mouse cloick event.
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSWindowDepth">
|
||||
|
@ -466,6 +469,7 @@
|
|||
<method type="BOOL">
|
||||
<sel>isMiniaturized</sel>
|
||||
<desc>
|
||||
Returns <code>YES</code> if the window has been miniaturized.
|
||||
</desc>
|
||||
</method>
|
||||
<method type="BOOL">
|
||||
|
@ -535,6 +539,8 @@
|
|||
<sel>miniaturize:</sel>
|
||||
<arg type="id">sender</arg>
|
||||
<desc>
|
||||
Causes the window to miniaturize, that is the window is removed
|
||||
from the screen and it's counterpart (mini)window is displayed.
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSImage*">
|
||||
|
|
|
@ -226,7 +226,7 @@ drawRun(GSTextRun *run, NSPoint origin, GSDrawInfo *draw)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef XDPS_BACKEND_LIBRARY
|
||||
#if 0
|
||||
/* FIXME: Hack to force DGS to flush the text */
|
||||
DPSrectfill(draw->ctxt, 0, 0, 0.5, 0.5);
|
||||
#endif
|
||||
|
|
|
@ -2,7 +2,7 @@ Summary: The GNUstep gui library - debugging version
|
|||
Release: 1
|
||||
Copyright: LGPL
|
||||
Group: Development/Libraries
|
||||
Source: http://www.gnustep.org/%{gs_name}-%{gs_version}.tar.gz
|
||||
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
|
||||
|
||||
%description
|
||||
This package contains the debuggable version of the GNUstep gui library.
|
||||
|
|
|
@ -2,7 +2,7 @@ Summary: The GNUstep gui library
|
|||
Release: 1
|
||||
Copyright: LGPL
|
||||
Group: Development/Libraries
|
||||
Source: http://www.gnustep.org/FIXME/%{gs_name}-%{gs_version}.tar.gz
|
||||
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
|
||||
Requires: gnustep-base
|
||||
|
||||
%description
|
||||
|
|
Loading…
Reference in a new issue