Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Gtk3 expand problem with box

by Kanishka.black0 (Scribe)
on Dec 30, 2011 at 15:18 UTC ( [id://945648]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub quit {
        Gtk3->main_quit;
    }
    
  2. or download this
    #creating a Vbox
    my $vbox = Gtk3::Box->new('vertical',3);
    ...
        double_buffered=>FALSE,
        expand=>'false'
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://945648]
Approved by Eliya
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-28 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found