Re: gtk_window_set_default does not work (for me)

2005-09-19 Thread Christian Neumair
Am Montag, den 19.09.2005, 10:33 +0530 schrieb Deekshit Mantampady: Does it mean, I cannot do this on a window. I mean do I need to use GtkDialog instead of window.. Having windows with OK buttons that are not dialogs sounds heavily broken. However, you can either connect to the activate

Re: gtk_window_set_default does not work (for me)

2005-09-18 Thread Deekshit Mantampady
Does it mean, I cannot do this on a window. I mean do I need to use GtkDialog instead of window.. Thanks Deekshith M On 9/13/05, Christian Neumair [EMAIL PROTECTED] wrote: Am Montag, den 12.09.2005, 18:11 +0530 schrieb Deekshit Mantampady: Hi all, I have a window where I want to make

gtk_window_set_default does not work (for me)

2005-09-12 Thread Deekshit Mantampady
Hi all, I have a window where I want to make the OK button to repond to enter keys. I used gtk_window_set_default(window, okbtn); I also set GTK_CAN_DEFAULT flag before using that. But pressing the entre key does not work. Any help...? I am using GTK 2.4.x on windows. Xp Thanks Deekshit M