Re: How to close FileChooserDialog immediately after selection of file?
Gtk::Main::iteration(); >> >> I suspect that after hiding and before the sleep there is no time for >> Gtk+ >> to actually perform the hiding. >> >> >> On Mon, Nov 17, 2008 at 10:00 PM, argnu <[EMAIL PROTECTED]> wrote: >> >>> >>&g
How to close FileChooserDialog immediately after selection of file?
ent which should close the dialog comes into effect after the sleep(3); sleep(3); stands for the routine which takes some time. do you have any suggestions? With best argnu // -- Gtk::Window *win=NULL; Gtk::Label *resultlabel=NULL; Gtk::Toolbar *toolbar1=N