Re: starting up the app
- From: Gian Mario Tagliaretti <g tagliaretti gmail com>
- To: Brian Clark <bc viz tamu edu>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: starting up the app
- Date: Sun, 30 Jan 2005 10:16:36 +0100
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]