GtkFileChooserDialog how to ... ?
- From: Nicolas Jäger <jagernicolas legtux org>
- To: gtkmm-list gnome org
- Subject: GtkFileChooserDialog how to ... ?
- Date: Sun, 18 Jan 2015 22:50:24 -0500
Hi people,
I have difficulties to figure how to use the GtkFileChooserDialog.
First In glade I added two buttons, one "OK" with the "response ID" of
"0" and the second "CANCEL" with the "response ID" of "1".
now I want to connect two signals, one for each "response ID". I'm lost
at that point, thx to the documentation :
https://developer.gnome.org/gtkmm-tutorial/stable/sec-writing-signal-handlers.html.en
I have to found some "Glib::SignalProxy" but there is a heck for me,
because I don't know to whom. Is it for a button, for the
GtkFileChooserDialog or for the GTKButtonBox, or something else ? I
didn't found the response so far...
I guess I should have something like :
[? gtk widget ?]->[? the proxy ?].connect( sigc::ptr_fun( MyFunction ));
I also have a second problem, I'm not sure if I should connect a
signal_clicked() for each button to close the GtkFileChooserDialog, or
if there is some functions especialy to close a GtkFileChooserDialog.
For information, I'm using glade3.
Regards,
/nicoo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]