Mercurial > sdl-ios-xcode
view docs/html/sdlwmgetcaption.html @ 158:4382c38dfbee
Date: Tue, 21 Aug 2001 03:50:01 +0200
From: Max Horn <max@quendi.de>
Subject: New patch for OS X
Attached a .patch file for SDL/OSX with some nice bug fixes / enhancments.
* fixes the activation issues, which also caused the window to be
always drawn like an inactive. The close/minimize widgets now are
animated properly, too.
* the menu items are automatically adjusted to use the app name
instead of just "SDL App". I did this so that we really can use one
central SDLMain.nib file, w/o requiring developers to make a copy of
it and adjust it.
* libSDLMain now contains the proper cocoa code, not as before the
carbon code. This means apps no longer have to carry a copy of
SDLMain.m/SDLMain.h
* revamped configure.in to properly build a Cocoa/Quartz SDL lib, not
a Carbon based SDL lib
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Aug 2001 07:19:59 +0000 |
parents | 55f1f1b3e27d |
children | e5bc29de3f0a |
line wrap: on
line source
<HTML ><HEAD ><TITLE >SDL_WM_GetCaption</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.64 "><LINK REL="HOME" TITLE="SDL Library Documentation" HREF="index.html"><LINK REL="UP" TITLE="Window Management" HREF="wm.html"><LINK REL="PREVIOUS" TITLE="SDL_WM_SetCaption" HREF="sdlwmsetcaption.html"><LINK REL="NEXT" TITLE="SDL_WM_SetIcon" HREF="sdlwmseticon.html"></HEAD ><BODY CLASS="REFENTRY" BGCOLOR="#FFF8DC" TEXT="#000000" LINK="#0000ee" VLINK="#551a8b" ALINK="#ff0000" ><DIV CLASS="NAVHEADER" ><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="3" ALIGN="center" >SDL Library Documentation</TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="bottom" ><A HREF="sdlwmsetcaption.html" >Prev</A ></TD ><TD WIDTH="80%" ALIGN="center" VALIGN="bottom" ></TD ><TD WIDTH="10%" ALIGN="right" VALIGN="bottom" ><A HREF="sdlwmseticon.html" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><H1 ><A NAME="SDLWMGETCAPTION" >SDL_WM_GetCaption</A ></H1 ><DIV CLASS="REFNAMEDIV" ><A NAME="AEN3134" ></A ><H2 >Name</H2 >SDL_WM_GetCaption -- Gets the window title and icon name.</DIV ><DIV CLASS="REFSYNOPSISDIV" ><A NAME="AEN3137" ></A ><H2 >Synopsis</H2 ><DIV CLASS="FUNCSYNOPSIS" ><A NAME="AEN3138" ></A ><P ></P ><PRE CLASS="FUNCSYNOPSISINFO" >#include "SDL.h"</PRE ><P ><CODE ><CODE CLASS="FUNCDEF" >void <B CLASS="FSFUNC" >SDL_WM_GetCaption</B ></CODE >(char **title, char **icon);</CODE ></P ><P ></P ></DIV ></DIV ><DIV CLASS="REFSECT1" ><A NAME="AEN3144" ></A ><H2 >Description</H2 ><P >Set pointers to the window <TT CLASS="PARAMETER" ><I >title</I ></TT > and <TT CLASS="PARAMETER" ><I >icon</I ></TT > name.</P ></DIV ><DIV CLASS="REFSECT1" ><A NAME="AEN3149" ></A ><H2 >See Also</H2 ><P ><A HREF="sdlwmsetcaption.html" ><TT CLASS="FUNCTION" >SDL_WM_SetCaption</TT ></A >, <A HREF="sdlwmseticon.html" ><TT CLASS="FUNCTION" >SDL_WM_SetIcon</TT ></A ></P ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="sdlwmsetcaption.html" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="sdlwmseticon.html" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >SDL_WM_SetCaption</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="wm.html" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >SDL_WM_SetIcon</TD ></TR ></TABLE ></DIV ></BODY ></HTML >