File Selector

2005-04-14 Thread Gabor Szabo
t's OK then someone might want to put in the examples directory in CVS. Gabor #!/usr/bin/perl use strict; use warnings; use Gtk2 '-init'; my $window = Gtk2::Window->new; $window->set_title ("File Selector"); $window->signal_connect (destroy => sub { Gtk2

Re: File Selector

2005-04-14 Thread muppet
Gabor Szabo said: > Thanks for the ointer to the Gtk2::FileChooserDialog. > I am including here a working example so that you can tell me if it is ok that > I used the simple keywords "open", "cancel" and "accept" instead on the > GTK_FILE_CHOOSER_ACTION_OPEN and similar constants. The action con

Re: File Selector

2005-04-14 Thread A. Pagaltzis
* muppet <[EMAIL PROTECTED]> [2005-04-14 20:05]: > In general, you and your users will find it more satifying to > use stock ids for your buttons. In particular, because it gets you visual identity (the stock icons help identify the purpose of a widget before even reading the label) and free local