starting up the app

2005-01-29 Thread Brian Clark
When my application runs, after it sets up all the windows, et cetera, I want it to go directly to the "Open File" dialog box, as if the button to trigger this was pressed. What's the best way to do this? Thanks, bc ___ gtk-app-devel-list mailing list

Re: starting up the app

2005-01-30 Thread Brian Clark
again. But that's REALLY cheesy. Is there some kind of signal or event that happens when the gtk app is finished setting up that says "ok. ready to go" ? Thanks, bc On Jan 30, 2005, at 3:16 AM, Gian Mario Tagliaretti wrote: On Sat, 29 Jan 2005 19:10:05 -0600, Brian Cl

Re: starting up the app

2005-01-30 Thread Brian Clark
On Jan 30, 2005, at 11:44 AM, Paul Pogonyshev wrote: Essentially, gtk_control_center_present() creates one instance of main window and calls gtk_window_present() on it, and run_main_loop() calls gtk_main(). So, if I wanted to open a file chooser, I'd just make it look like ... gtk_control_cent

Re: Problem with glade

2005-10-14 Thread Brian Clark
hat part is probably C++ specific). I'm also passing --export-dynamic to gcc for linking. I hope this helps you out. --Brian Clark ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list