0031687: Draw Harness, ViewerTest - extend command vrenderparams with option updating...
[occt.git] / src / WNT / WNT_Window.lxx
index 8bd80f5..ca2184d 100644 (file)
@@ -27,3 +27,13 @@ inline Aspect_Handle WNT_Window::HParentWindow() const
 {
   return myHParentWindow;
 }
+
+inline Aspect_Drawable WNT_Window::NativeHandle() const
+{
+  return (Aspect_Drawable )myHWindow;
+}
+
+inline Aspect_Drawable WNT_Window::NativeParentHandle() const
+{
+  return (Aspect_Drawable )myHParentWindow;
+}