From fe0ee61b27b28d6c7cf80ac8abbdb3af55f43e8b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2022 16:04:25 -0400 Subject: Fix outdated reference in documentation --- doc/cpp/view.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/cpp/view.rst') diff --git a/doc/cpp/view.rst b/doc/cpp/view.rst index 3f5aee8..1b93379 100644 --- a/doc/cpp/view.rst +++ b/doc/cpp/view.rst @@ -92,12 +92,12 @@ To embed the view in another window, you will need to somehow get the :type:`native view handle ` for the parent, then set it with :func:`View::setParentWindow`. If the parent is a Pugl view, -the native handle can be accessed with :func:`View::nativeWindow`. +the native handle can be accessed with :func:`View::nativeView`. For example: .. code-block:: cpp - view.setParentWindow(view, parent.getNativeWindow()); + view.setParentWindow(view, parent.getNativeView()); ***************** Setting a Backend -- cgit v1.2.1