[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame.display.set_caption() not setting window icon



On Sun, 9 Jul 2006 21:24:28 -0700, "Brian Fisher"
<brian@xxxxxxxxxxxxxxxxxxx> said:
> On 7/9/06, David Mikesell <dave_mikesell@xxxxxxxxxxx> wrote:
> > I'm using Pygame 1.7.1 on Windows XP.   set_icon sets the icon when the
> > window is collapsed, set_caption sets the caption, and get_caption shows
> > the correct file name of the icontitle.  Anyone else having problems
> > with this?
> >
> I don't think set_caption is supposed to set the icon... the
> "icontitle" is not a path to an icon, it's a title when iconified
> 
> from the pygame docs:
> "If the display has a window title, this function will change the name
> on the window. Some systems support an alternate shorter title to be
> used for minimized displays."

Wierd.  My caption title is used for both the minimized and expanded
window title, even though I specifically set the icon title to something
different.