Integration of OCCT 6.5.0 from SVN
[occt.git] / src / WNT / WNT_Window.lxx
1 // GG RIC120302 Add a NEW HParentWindow method which enable
2 //                      to retrieve the parent of the actual Hwindow handle.
3
4 inline Standard_Address WNT_Window :: WndProc () const {
5
6  return myWndProc;
7
8 }  // end WNT_Window :: WndProc 
9
10 inline Standard_Boolean WNT_Window :: DoubleBuffer () const {
11
12  return myDoubleBuffer;
13
14 }  // end WNT_Window :: DoubleBuffer
15
16 inline Aspect_Handle WNT_Window :: HWindow () const {
17
18  return myHWindow;
19
20 }  // end WNT_Window :: HWindow
21
22 inline Aspect_Handle WNT_Window :: HParentWindow () const {
23
24  return myHParentWindow;
25
26 }  // end WNT_Window :: HWindow
27
28 inline Aspect_Handle WNT_Window :: HPixmap () const {
29
30  return myHPixmap;
31
32 }  // end WNT_Window :: HPixmap
33
34 inline Handle_WNT_ImageManager WNT_Window :: ImageManager () const {
35
36  return myImages;
37
38 }  // end WNT_Window :: ImageManager