[perl-win32-gui] Changing the font size

2000-12-15 Thread Sean Healy
Here's something else I couldn't find in the archives: Is it possible to change the size in a font object? I've tried using the Change method to change the size and then resetting the font using the SetFont method, but it doesn't work. I don't want to create a whole bunch of font objects

Re: [perl-win32-gui] Changing the font size

2000-12-15 Thread Jeremy Blonde
And to go along with that.. Is there a way to change the properties of a window after it has been created? I'd like to be able to allow -topmost to be turned on and off. I can get it to work if I re-create the window, but I'd like to avoid doing that if possible. Also is there a way to set