Re: starting up the app



On Sat, 29 Jan 2005 19:10:05 -0600, Brian Clark <bc viz tamu edu> wrote:

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.

You can emit the "clicked" signal of the button:
http://developer.gnome.org/doc/API/2.0/gobject/gobject-Signals.html#g-signal-emit

or run the open file dialog:
http://developer.gnome.org/doc/API/2.0/gtk/GtkDialog.html#gtk-dialog-run

What's the best way to do this?

I don't know if is the best way but it should work.

Thanks,
bc

cheers
gmt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]