mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:30:54 +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
cb8c83af6d
commit
857a4ca025
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>
|
2000-05-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/gnustep/gui/NSFont.h
|
* Headers/gnustep/gui/NSFont.h
|
||||||
|
|
|
@ -215,6 +215,9 @@
|
||||||
<sel>deminiaturize:</sel>
|
<sel>deminiaturize:</sel>
|
||||||
<arg type="id">sender</arg>
|
<arg type="id">sender</arg>
|
||||||
<desc>
|
<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>
|
</desc>
|
||||||
</method>
|
</method>
|
||||||
<method type="NSWindowDepth">
|
<method type="NSWindowDepth">
|
||||||
|
@ -466,6 +469,7 @@
|
||||||
<method type="BOOL">
|
<method type="BOOL">
|
||||||
<sel>isMiniaturized</sel>
|
<sel>isMiniaturized</sel>
|
||||||
<desc>
|
<desc>
|
||||||
|
Returns <code>YES</code> if the window has been miniaturized.
|
||||||
</desc>
|
</desc>
|
||||||
</method>
|
</method>
|
||||||
<method type="BOOL">
|
<method type="BOOL">
|
||||||
|
@ -535,6 +539,8 @@
|
||||||
<sel>miniaturize:</sel>
|
<sel>miniaturize:</sel>
|
||||||
<arg type="id">sender</arg>
|
<arg type="id">sender</arg>
|
||||||
<desc>
|
<desc>
|
||||||
|
Causes the window to miniaturize, that is the window is removed
|
||||||
|
from the screen and it's counterpart (mini)window is displayed.
|
||||||
</desc>
|
</desc>
|
||||||
</method>
|
</method>
|
||||||
<method type="NSImage*">
|
<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 */
|
/* FIXME: Hack to force DGS to flush the text */
|
||||||
DPSrectfill(draw->ctxt, 0, 0, 0.5, 0.5);
|
DPSrectfill(draw->ctxt, 0, 0, 0.5, 0.5);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -2,7 +2,7 @@ Summary: The GNUstep gui library - debugging version
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: Development/Libraries
|
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
|
%description
|
||||||
This package contains the debuggable version of the GNUstep gui library.
|
This package contains the debuggable version of the GNUstep gui library.
|
||||||
|
|
|
@ -2,7 +2,7 @@ Summary: The GNUstep gui library
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: Development/Libraries
|
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
|
Requires: gnustep-base
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
Loading…
Reference in a new issue