Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: multiple method calls against the same object, revisited

by TimToady (Parson)
on Dec 25, 2004 at 18:51 UTC ( [id://417421]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    given Gtk2::Window.new( "toplevel" ) {
        .signal_connect( :delete{ Gtk2.main_quit } );
    ...
        } );
        .show_all;
    }
    
  2. or download this
    Gtk2::Window.new( "toplevel" ) but {
        .signal_connect( :delete{ Gtk2.main_quit } );
    ...
        .show_all;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 17:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found