X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b8d7ecc39cfc6cce17156b91c6de1cfb56ce5b..df7145da50005a9f512d8f3329b6ed2166e956d0:/include/wx/gtk/notebook.h?ds=sidebyside diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index b211142699..b046c65261 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/notebook.h @@ -39,14 +39,14 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "notebook"); + const wxString& name = wxT("notebook")); // Create() function bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "notebook"); + const wxString& name = wxT("notebook")); // dtor virtual ~wxNotebook(); @@ -127,6 +127,9 @@ protected: virtual wxNotebookPage *DoRemovePage(int nPage); private: + + int m_padding; + DECLARE_DYNAMIC_CLASS(wxNotebook) DECLARE_EVENT_TABLE() };