From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b8ad2904aca9adba,start X-Google-Attributes: gid103376,public From: "Stephen Davies" Subject: Unmapping iconified windows in X-windows Date: 1999/05/27 Message-ID: #1/1 X-Deja-AN: 482508109 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Complaints-To: abuse@plus.net.uk X-Trace: stones 927760399 212.56.114.42 (Thu, 27 May 1999 00:13:19 BST) X-MSMail-Priority: Normal NNTP-Posting-Date: Thu, 27 May 1999 00:13:19 BST Newsgroups: comp.lang.ada Date: 1999-05-27T00:00:00+00:00 List-Id: The problem: I'm using Xlib to map and unmap windows, but if the window has been iconified, a call to unmap has no affect. My current workaround is to map the window before unmapping it, but I'm sure there must be a better way. The setup: DEC Ada 3.0 on VAX/VMS and Alpha/VMS Motif (can't remember the version) The apology: I know this would be better directed to an X-windows newsgroup, but I thought I'd start with a newsgroup I actually read. Sorry. Stephen Davies