]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.hxx
replace depreciated plib symbols with their new forms
[flightgear.git] / src / GUI / new_gui.hxx
index 2d00adfcc2a82bb6c3f14653ecd7e4c562b3671b..980b7871f86d2420e812f5bcc4a442c82831bdb0 100644 (file)
@@ -133,6 +133,13 @@ public:
      */
     virtual bool closeDialog (const string &name);
 
+    /**
+     * Get dialog property tree's root node.
+     * @param name The name of the dialog box.
+     * @return node pointer if the dialog was found, zero otherwise.
+     */
+    virtual SGPropertyNode_ptr getDialog (const string &name);
+
     /**
      * Return a pointer to the current menubar.
      */