Ignore:
Timestamp:
Nov 27, 2009, 1:15:54 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/kernel: Added QWidget::internalFrameWinId() and effectiveFrameWinId() non-portable OS/2-specific functions for easy access to the frame window of top-level widgets which may sometimes be necessary for tighter integration with the platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget.h

    r115 r352  
    584584    void releaseDC(HDC) const;
    585585#elif defined(Q_WS_PM)
     586    WId internalFrameWinId() const;
     587    WId effectiveFrameWinId() const;
    586588    HPS getPS() const;
    587589    void releasePS(HPS) const;
Note: See TracChangeset for help on using the changeset viewer.