Changeset 102 for trunk/include


Ignore:
Timestamp:
Jul 24, 2006, 11:11:03 PM (19 years ago)
Author:
dmik
Message:

Widgets: Improved min/max/fullscreen handling:

  • Layout management now works correctly when the window is minimized;
  • Fixed duplicate WindowStateChange events;
  • WindowMinimized, WindowMaximized, WindowFullScreen are mutually exclusive (note: this fetaure is experimental, since it is partly incompatible with the weird non-exclusive Qt behavior on other platforms).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qwidget.h

    r75 r102  
    985985    HSWITCH  swEntry;                           // window list entry handle
    986986    HPOINTER pmIcon;                            // internal OS/2 icon
     987    uint     in_sendWindowState : 1;            // used by QWidget::setWindowState()
     988    uint     reserved : 7;                      // reserved for future binary compatibility
    987989#endif
    988990    QRect    normalGeometry;                    // used by showMin/maximized/FullScreen
Note: See TracChangeset for help on using the changeset viewer.