|
|
Choosing A Webhost: |
Re: Closing a window to trigger the 'delete_event' signal: msg#00181gnome.gtk+.perl
On Wed, 2004-07-28 at 22:52, Francois Marier wrote: > I have also tried : > > $window->signal_emit('delete_event', undef); > > but it doesn't work [...] Well, that approach actually does work for me: > my $w = Gtk2::Window -> new(); > my $b = Gtk2::Button -> new("Quit"); > > $w -> signal_connect(delete_event => sub { > warn "No, I'm not going to go away.\n"; > 1; > }); > > $b -> signal_connect(clicked => sub { > $w -> signal_emit(delete_event => undef); > }); > > $w -> add($b); > $w -> show_all(); > > Gtk2 -> main(); > and I can't find any documentation as to what the second parameter is > supposed to be. signal_emit takes whatever arguments the event in question wants. In this case, it's just the Gtk2::Gdk::Event object, which might well be undef. -- HTH, -Torsten
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Closing a window to trigger the 'delete_event' signal, Francois Marier |
|---|---|
| Next by Date: | Re: Closing a window to trigger the 'delete_event' signal, Francois Marier |
| Previous by Thread: | Closing a window to trigger the 'delete_event' signal, Francois Marier |
| Next by Thread: | Re: Closing a window to trigger the 'delete_event' signal, Francois Marier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |