From 6f95508df8dad897ecc5d07490a72aecd07fb525 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 13 Jun 2007 10:45:36 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgViewer/View.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/osgWrappers/osgViewer/View.cpp b/src/osgWrappers/osgViewer/View.cpp index 00813cdf9..acf76f66b 100644 --- a/src/osgWrappers/osgViewer/View.cpp +++ b/src/osgWrappers/osgViewer/View.cpp @@ -233,6 +233,11 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::View) __void__setUpViewAcrossAllScreens, "Convinience method for creating slave Cameras and associated GraphicsWindows across all screens. ", ""); + I_MethodWithDefaults5(void, setUpViewInWindow, IN, int, x, , IN, int, y, , IN, int, width, , IN, int, height, , IN, unsigned int, screenNum, 0, + Properties::NON_VIRTUAL, + __void__setUpViewInWindow__int__int__int__int__unsigned_int, + "Convinience method for a single Camara on a single window. ", + ""); I_MethodWithDefaults1(void, setUpViewOnSingleScreen, IN, unsigned int, screenNum, 0, Properties::NON_VIRTUAL, __void__setUpViewOnSingleScreen__unsigned_int,