Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

WxGrid returning a scalar

by benn (Vicar)
on Jul 23, 2003 at 00:44 UTC ( [id://276979]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Wx qw(:everything );
    use Wx::Grid;
    ...
    my $s= Wx::ScrolledWindow->new($p,-1); #Grid derives from this
    my $g = Wx::Grid->new($p,-1);
    print "$p\n$s\n$g\n";
    
  2. or download this
    Wx::Panel=HASH(0xdeadbeef)
    Wx::ScrolledWindow=HASH(0xbaddeed)
    Wx::Grid=SCALAR(0xfeeddad)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-23 07:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found