From 43a8725044470e75248c8457a1c918a477316fe4 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 28 Oct 2017 11:05:29 -0400 Subject: [PATCH] comment --- src/ShuttleGui.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ShuttleGui.h b/src/ShuttleGui.h index 97b5ca455..63fc9364c 100644 --- a/src/ShuttleGui.h +++ b/src/ShuttleGui.h @@ -184,8 +184,11 @@ public: wxNotebook * StartNotebook(); void EndNotebook(); + + // IDs of notebook pages cannot be chosen by the caller wxNotebookPage * StartNotebookPage( const wxString & Name ); void StartNotebookPage( const wxString & Name, wxNotebookPage * pPage ); + void EndNotebookPage(); wxPanel * StartInvisiblePanel(); void EndInvisiblePanel();