Re: gtkwindow strange problem

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

 



It is not GtkWindow, But GtkDialog defined:

settings_window = gtk_dialog_new_with_buttons("Settings", NULL,
       GTK_DIALOG_DESTROY_WITH_PARENT , _("OK"), GTK_RESPONSE_ACCEPT,
       _("Cancel"), GTK_RESPONSE_REJECT, NULL);
   gtk_window_set_modal(GTK_WINDOW(settings_window), 0);

Roei Azachi wrote:
Hi,
I have a strange problem. I'm opening a window from my application (win32 application on windows xp), the window is not modal. I recently upgraded my GTK version from 2.14.2 to 2.14.6 and suddenly whenever I open this window, it is always on top. I changed back to version to 2.14.2 and the problem disappeared. I found out that the problem is between version 2.14.2 to 2.14.3 in libgdk-win32-2.0-0.dll
whenever I change this dll the problem appears.
I compared the source code of these two version but found no differences.
can someone help me in this strange behavior?
Thanks,
Roei

_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux