From: Daan L. <daa...@xs...> - 2003-10-10 12:20:56
|
Hi David, > > It seems to me that wxWindows should handle this automatically, not > > that the user of a library should be concerned about it. > > Well, wxwin handles it automatically if the label is set in > the control constructor, which is what is almost always done > in C++. When changing the label later, you don't necesarily > want to resize the control, since that probably will involve > redrawing the entire window, which could be visually unappealing... Hmm, well, I will study the whole sizing issue in more detail in the future. For now, it is easy to work around it. Thanks for your help, Daan. > > > Anyhow, we can add these calls easily to the WX layer. > > ... > > > ps. I am fairly busy with other stuff at the moment. If > you feel like > > it, maybe you can change the WX layer yourself to include your size > > fixes (and maybe with a little sample). I can than integrate them > > into the CVS sources (or give you write access) > > I don't have time (or the wxhaskell source...) at the moment > either, but if I get around to it, I'll let you know. > -- > David Roundy > http://www.abridgegame.org > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See > the people who have HELPED US provide better services: Click > here: http://sourceforge.net/supporters.php > _______________________________________________ > wxhaskell-users mailing list wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |