public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Ian Roxborough <irox@redhat.com>
To: insight@sources.redhat.com
Subject: [RFA] Fix modal dialogs on Windows.
Date: Tue, 11 Dec 2001 01:58:00 -0000	[thread overview]
Message-ID: <20011211015433.48597a6b.irox@redhat.com> (raw)
Message-ID: <20011211015800.xprROxY1OZPcOJJESd1yK_ad0fmOLACMOcSRTLdpLLM@z> (raw)

Hi,

this fixes the vanishing modal dialog problems the Windows
user will currently experence with the CVS versions of
Insight.  You see the dialog flick on to the screen for
a short time then disappear.  (This doesn't fix the Windows
crashing problem.)

Ian.

ChangeLog:
2001-12-11  Ian Roxborough  <irox@redhat.com>

	* library/managedwin.itb (ManagedWin::_create):  When
	making a modal window transient, use the source window
	as the master and not ".".

Index: managedwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/managedwin.itb,v
retrieving revision 1.17
diff -r1.17 managedwin.itb
258c258
<     wm transient $top .
---
>     wm transient $top [winfo toplevel [namespace tail [lindex [ManagedWin::find SrcWin] 0]]]

             reply	other threads:[~2001-12-11  1:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-11 22:11 Ian Roxborough [this message]
2001-10-11 22:21 ` Keith Seitz
2001-12-11  7:17   ` Keith Seitz
2001-12-11  1:58 ` Ian Roxborough

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011211015433.48597a6b.irox@redhat.com \
    --to=irox@redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).