Maybe is that or not that you want:

If your intention is to group some widgets, the easy solution to feel "group
sensation" is using a label with -etched option at the correct position
around the widgets.

For example:

my $f3 =$w_dades->AddLabel(
     -frame=>etched,
      -foreground => [0, 0, 0],  # Color del text: negre
      -width  => 250,
        -height => 30,
      -left   => 515,
      -top    => 530,
  -text =>"",);



Guillem Cunillera
-----Mensaje original-----
De: Johan Lindstrom <[EMAIL PROTECTED]>
Para: perl-win32-gui-users@lists.sourceforge.net
<perl-win32-gui-users@lists.sourceforge.net>
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 want.
>
>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öm    Sourcerer @ Boss Casinos     [EMAIL PROTECTED]
>
>Latest bookmark: "no tv"
>http://use.perl.org/comments.pl?sid=4416&cid=6621
>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
>Perl-Win32-GUI-Users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>



Reply via email to