Re: making a window transient
- From: "Grace K. Yeung" <yeung mrcmry com>
- To: Iago Rubio <iago rubio hispalinux es>
- Cc: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: making a window transient
- Date: Sat, 28 Feb 2004 13:04:13 -0800
How do I go about locating the source code for gtk_file_selection? ÂI believe
I only have the executables...
Thanks.
Iago Rubio wrote:
Sorry, I reply again privately.
I must not trust in the evolution's reply button anymore :)
El vie, 27 de 02 de 2004 a las 21:45, Grace K. Yeung escribiÃ:
Thanks. B How do I override the "clicked" signal for the CreateDir
button in gtk_file_selection?
Look at the code what function is called when you click that button.
Then try g_signal_disconnect_by_func(), and then g_signal_connect() to
your own callback.
Regards
NOTE: thinking a bit about it, you can also hide those buttons with
gtk_file_selection_hide_fileop_buttons and provide your own buttons.
You can add them to the file selector on
(GtkFileSelection*)->button_area
This way you can control the behaviour of the signal at those buttons
providing your own callbacks.
Regards
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]