Re: [gtkmm] Gtk::Window



Chris Vine wrote:

In the constructor of the new window put something like this (where 'parent' is a reference to the application window):

 set_transient_for(parent);
 parent.set_sensitive(false);
 set_modal(true);

Chris.
Thanks!
I got it to work the way I wanted now.

// Alexander Bussman




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