summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cnxtkwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cnxtkwindow.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cnxtkwindow.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/NxWidgets/libnxwidgets/include/cnxtkwindow.hxx b/NxWidgets/libnxwidgets/include/cnxtkwindow.hxx
index 32d634182..4c379754a 100644
--- a/NxWidgets/libnxwidgets/include/cnxtkwindow.hxx
+++ b/NxWidgets/libnxwidgets/include/cnxtkwindow.hxx
@@ -112,7 +112,7 @@ namespace NXWidgets
* @param widgetControl Controlling widget for this window.
*/
- CNxTkWindow(NXHANDLE hNxServer, CWidgetControl *pWidgetControl);
+ CNxTkWindow(NXHANDLE hNxServer, CWidgetControl *widgetControl);
/**
* Destructor.
@@ -143,10 +143,15 @@ namespace NXWidgets
* the toolbar object AND calls the INxWindow::open() method to
* create the toolbar. The toolbar is ready for use upon return.
*
+ * @param height. The height in rows of the tool bar
+ * @param widgetControl. The controlling widget for this window. If
+ * none is provided, then a new, vanilla CWidgetControl will be created
+ * for the tool bar.
* @return True if the toolbar was successfully created.
*/
- CNxToolbar *openToolbar(nxgl_coord_t height);
+ CNxToolbar *openToolbar(nxgl_coord_t height,
+ CWidgetControl *widgetControl = (CWidgetControl *)0);
/**
* Detach the toolbar. This should *ONLY* be called by the toolbar