Changeset 352 for trunk/src


Ignore:
Timestamp:
Nov 27, 2009, 1:15:54 AM (15 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.

Location:
trunk/src/gui/kernel
Files:
2 edited

Legend:

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

    r115 r352  
    1036010360}
    1036110361#elif defined (Q_WS_PM)
     10362
     10363
     10364
     10365
     10366
     10367
     10368
     10369
     10370
     10371
     10372
     10373
     10374
     10375
     10376
     10377
     10378
     10379
     10380
     10381
     10382
     10383
     10384
     10385
     10386
     10387
     10388
     10389
     10390
     10391
     10392
     10393
     10394
     10395
     10396
     10397
     10398
     10399
    1036210400/*!
    1036310401    Returns the window system handle of the widget, for low-level
  • trunk/src/gui/kernel/qwidget.h

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