X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca8b28f2efff34b9939035a7aeb1de1e3ac98a0c..d7c24517cb80580118ebd4ef1deb526be627c29c:/include/wx/gtk1/notebook.h diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 34e2906a9c..c23be2fe21 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/notebook.h @@ -164,6 +164,9 @@ public: bool DoPhase(int phase); void ApplyWidgetStyle(); + // report if window belongs to notebook + bool IsOwnGtkWindow( GdkWindow *window ); + // common part of all ctors void Init();