bug-classpath
[Top][All Lists]
Advanced

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

[Bug awt/23874] implement window placement in the GTK peers


From: fitzsim at redhat dot com
Subject: [Bug awt/23874] implement window placement in the GTK peers
Date: 14 Sep 2005 13:46:34 -0000

------- Additional Comments From fitzsim at redhat dot com  2005-09-14 13:46 
-------
The problem is this in GtkWindowPeer.postConfigureEvent:

    if (frame_x != awtComponent.getX()
        || frame_y != awtComponent.getY())
      {
        // awtComponent.setLocation(frame_x, frame_y);
      }

This is to prevent configure event feedback loops.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fitzsim at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-14 13:46:32
               date|                            |
            Summary|GraphicsDevice and friends  |implement window placement
                   |not fully supported         |in the GTK peers


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23874




reply via email to

[Prev in Thread] Current Thread [Next in Thread]