X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5267aefd85739afd26bd19bfba998005119db446..b8737371e220ef1920e6a3d2aed88c4bc2b04daf:/interface/wx/splitter.h diff --git a/interface/wx/splitter.h b/interface/wx/splitter.h index 16b3e22844..bda303b58d 100644 --- a/interface/wx/splitter.h +++ b/interface/wx/splitter.h @@ -3,7 +3,7 @@ // Purpose: interface of wxSplitterWindow // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -37,7 +37,7 @@ @endStyleTable - @beginEventTable{wxSplitterEvent} + @beginEventEmissionTable{wxSplitterEvent} @event{EVT_SPLITTER_SASH_POS_CHANGING(id, func)} The sash position is in the process of being changed. May be used to modify the position of the tracking bar to properly @@ -95,7 +95,7 @@ public: @see Initialize(), SplitVertically(), SplitHorizontally(), Create() */ - wxSplitterWindow(wxWindow* parent, wxWindowID id, + wxSplitterWindow(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxSP_3D, @@ -423,7 +423,7 @@ public: @library{wxcore} @category{events} - @see wxSplitterWindow, @ref overview_eventhandling + @see wxSplitterWindow, @ref overview_events */ class wxSplitterEvent : public wxNotifyEvent {