-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
525 changed files
with
213,586 additions
and
15,247 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
resources/documentation/Developer/Gui/Additions/ClassesTOC.gsdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> | ||
<gsdoc base="Classes" stylesheeturl="gsdoc_contents"> | ||
<head> | ||
<title>Classes</title> | ||
</head> | ||
<body> | ||
<chapter> | ||
<index type="class" scope="project" target="mainFrame" | ||
style="bare" /> | ||
</chapter> | ||
</body> | ||
</gsdoc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
resources/documentation/Developer/Gui/Additions/ConstantsTOC.html
This file was deleted.
Oops, something went wrong.
90 changes: 90 additions & 0 deletions
90
resources/documentation/Developer/Gui/Additions/Functions.gsdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> | ||
<gsdoc base="Functions" up="GuiAdditions"> | ||
<head> | ||
<title>Functions</title> | ||
<author name="Generated by Gregory John Casamento,,,"></author> | ||
</head> | ||
<body> | ||
<front><contents /></front> | ||
<!--StartFunctions--> | ||
<!--StartGSDisplayServerFunctions--> | ||
<chapter> | ||
<heading>GSDisplayServer functions</heading> | ||
<p></p> | ||
<function type="void" name="DPSDiscardEvents" ovadd="1.0.0"> | ||
<arg type="GSDisplayServer*">ctxt</arg> | ||
<arg type="unsigned int">mask</arg> | ||
<arg type="NSEvent*">limit</arg> | ||
<desc> | ||
<em>Description forthcoming.</em> | ||
</desc> | ||
</function> | ||
<function type="NSEvent*" name="DPSGetEvent" ovadd="1.0.0"> | ||
<arg type="GSDisplayServer*">ctxt</arg> | ||
<arg type="unsigned int">mask</arg> | ||
<arg type="NSDate*">limit</arg> | ||
<arg type="NSString*">mode</arg> | ||
<desc> | ||
<em>Description forthcoming.</em> | ||
</desc> | ||
</function> | ||
<function type="NSEvent*" name="DPSPeekEvent" ovadd="1.0.0"> | ||
<arg type="GSDisplayServer*">ctxt</arg> | ||
<arg type="unsigned int">mask</arg> | ||
<arg type="NSDate*">limit</arg> | ||
<arg type="NSString*">mode</arg> | ||
<desc> | ||
<em>Description forthcoming.</em> | ||
</desc> | ||
</function> | ||
<function type="void" name="DPSPostEvent" ovadd="1.0.0"> | ||
<arg type="GSDisplayServer*">ctxt</arg> | ||
<arg type="NSEvent*">anEvent</arg> | ||
<arg type="BOOL">atStart</arg> | ||
<desc> | ||
<em>Description forthcoming.</em> | ||
</desc> | ||
</function> | ||
<function type="GSDisplayServer*" name="GSCurrentServer" ovadd="1.0.0"> | ||
<desc> | ||
Returns the current GSDisplayServer | ||
</desc> | ||
</function> | ||
<function type="GSDisplayServer*" name="GSServerForWindow" ovadd="1.0.0"> | ||
<arg type="NSWindow*">window</arg> | ||
<desc> | ||
Returns the GSDisplayServer that created the interal | ||
representation for <var>window</var>. If the | ||
internal representation has not yet been created | ||
(for instance, if the <var>window</var> is deferred), it | ||
returns the current server | ||
</desc> | ||
</function> | ||
</chapter> | ||
<!--EndGSDisplayServerFunctions--> | ||
<!--StartGSThemeFunctions--> | ||
<chapter> | ||
<heading>GSTheme functions</heading> | ||
<p></p> | ||
<function type="GSThemeFillStyle" name="GSThemeFillStyleFromString" ovadd="0.0.0" ovrem="0.0.0"> | ||
<arg type="NSString*">s</arg> | ||
<desc> | ||
Function to convert a string to a fill style | ||
enumeration value. <br /> Returns | ||
GSThemeFillStyleNone if the string is | ||
not a valid name. | ||
</desc> | ||
</function> | ||
<function type="NSString*" name="GSThemeStringFromFillStyle" ovadd="0.0.0" ovrem="0.0.0"> | ||
<arg type="GSThemeFillStyle">s</arg> | ||
<desc> | ||
Function to convert a fill style enumeration value | ||
to a string. <br /> Returns <code>nil</code> on failure. | ||
</desc> | ||
</function> | ||
</chapter> | ||
<!--EndGSThemeFunctions--> | ||
<!--EndFunctions--> | ||
</body> | ||
</gsdoc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
resources/documentation/Developer/Gui/Additions/FunctionsTOC.gsdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> | ||
<gsdoc base="Functions" stylesheeturl="gsdoc_contents"> | ||
<head> | ||
<title>Functions</title> | ||
</head> | ||
<body> | ||
<chapter> | ||
<index type="function" scope="project" target="mainFrame" | ||
style="bare" /> | ||
</chapter> | ||
</body> | ||
</gsdoc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.