Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 183bb68fc639350d8d4d99989ee9b34aa4339c00
Ticket: d01ec103c0a87efb1ea6204eb9a7c0be4c981d0d
After "wm withdraw .;wm state . iconic", "wm state ." always returns "withdrawn"
User & Date: oehhar 2014-01-25 16:25:25
Changes

  1. icomment:
    Thank you, Joe, for the quiestions:
    
    <H1>What window manager are you using?</H1>
    
    I tested it on two systems
    <H2>Thin Client with Ubuntu and Openbox and TCL 8.6.0</H2>
    <H2>Virtual PC with CentOS and Gnome and TCL 8.5.7 and 8.6.1</H2>
    When I click "About" in the gnome desktop, it returns:
      *   CentOS 6.5
      *   Kernel 2.6.32
      *   Gnome 2.28.2
    CentOS is often quite old. TCL is at 8.5.7 (why I also tested on 8.5.7).
    TCL/Tk 8.6.1 is compiled by me.
    
    <H1>After [wm state . iconic], does the window actually reappear iconified (in the task bar, usually), or does the WM leave it withdrawn?</H1>
    
    The window appears iconified.
    
    The issue is that "wm state ." returns "withdrawn" but it should return "iconified".
    
  2. login: "oehhar"
  3. mimetype: "text/x-fossil-wiki"
  4. username: "oehhar"