Re: [gtkmm] Gtk::Window
- From: Alexander Bussman <buxman telia com>
- To: Chris Vine <chris cvine freeserve co uk>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Gtk::Window
- Date: Wed, 28 Jan 2004 00:13:00 +0100
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]