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

Perl Gtk2 AboutDialog's "set_url_hook()" is Not Working as Expected.

by mmartin (Monk)
on Aug 22, 2013 at 17:58 UTC ( [id://1050550]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Create a MessageDialog to display the "About" Info in:
    my $about_window = Gtk2::AboutDialog->new;
    ...
        $about_window->signal_connect('response' => sub { $about_window->h
    +ide; });
        $about_window->show;
    
  2. or download this
    Undefined subroutine &main::0 called at
    
  3. or download this
    Undefined subroutine &main::Hello called at
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-16 08:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found