Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Using a scalar as a constant?

by Anonymous Monk
on Oct 15, 2008 at 13:26 UTC ( [id://717217]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <text_ctrl
        internal_name="text_ctrl_details" 
    ...
        x_size="400" 
        y_size="110"
        style="wxTE_MULTILINE" />
    
  2. or download this
    Wx::TextCtrl->new( $parent_panel, -1, $entry->att('value'), [$entry->a
    +tt('x_coordinate'), $entry->att('y_coordinate')], [$entry->att('x_siz
    +e'), $entry->att('y_size')], $entry->att('style') );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found