From: Guillem C. W. <vac...@es...> - 2002-05-22 08:09:26
|
Maybe is that or not that you want: If your intention is to group some widgets, the easy solution to feel "gr= oup sensation" is using a label with -etched option at the correct position around the widgets. For example: my $f3 =3D$w_dades->AddLabel( -frame=3D>etched, -foreground =3D> [0, 0, 0], # Color del text: negre -width =3D> 250, -height =3D> 30, -left =3D> 515, -top =3D> 530, -text =3D>"",); Guillem Cunillera -----Mensaje original----- De: Johan Lindstrom <jo...@ba...> Para: per...@li... <per...@li...> Fecha: dimarts, 21 / maig / 2002 15:33 Asunto: Re: [perl-win32-gui-users] smoothing of edges >Me: >>You can't (or it is very difficult to) change the look of the control. = But >>you can paint the control yourself, giving you exactly the look you wan= t. > >I'm primarily talking about the Label control here, which is easy to >render. I wouldn't wanna try to paint a RichEdit control, nor is it >possible since it is nessecary to replace the control control wiht a >Graphic control. You can do that with a Label, but obviously not with a >RichEdit control :) > > >/J > >-------- ------ ---- --- -- -- -- - - - - - >Johan Lindstr=F6m Sourcerer @ Boss Casinos jo...@ba... > >Latest bookmark: "no tv" >http://use.perl.org/comments.pl?sid=3D4416&cid=3D6621 >dmoz (1 of 7): /Computers/Programming/Languages/Perl > > > >_______________________________________________________________ > >Don't miss the 2002 Sprint PCS Application Developer's Conference >August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > >_______________________________________________ >Perl-Win32-GUI-Users mailing list >Per...@li... >https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |