git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26656
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
RefDoc(wxSplitterWindow, ""); // turn it off for the ctors
DocCtorStr(
RefDoc(wxSplitterWindow, ""); // turn it off for the ctors
DocCtorStr(
- wxSplitterWindow(wxWindow* parent, wxWindowID id,
+ wxSplitterWindow(wxWindow* parent, wxWindowID id=-1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style=wxSP_3D,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style=wxSP_3D,
- bool , Create(wxWindow* parent, wxWindowID id,
+ bool , Create(wxWindow* parent, wxWindowID id=-1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style=wxSP_3D,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style=wxSP_3D,
struct wxVisualAttributes
{
%extend {
struct wxVisualAttributes
{
%extend {
- wxVisualAttributes() {}
+ wxVisualAttributes() { return new wxVisualAttributes; }
~wxVisualAttributes() {}
}
~wxVisualAttributes() {}
}
RefDoc(wxWindow, ""); // turn it off for the ctors
DocCtorStr(
RefDoc(wxWindow, ""); // turn it off for the ctors
DocCtorStr(
- wxWindow(wxWindow* parent, const wxWindowID id,
+ wxWindow(wxWindow* parent, const wxWindowID id=-1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
- bool , Create(wxWindow* parent, const wxWindowID id,
+ bool , Create(wxWindow* parent, const wxWindowID id=-1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
use EVT_HOTKEY with an id equal to hotkeyId. Returns True if the
hotkey was registered successfully.");
bool RegisterHotKey(int hotkeyId, int modifiers, int keycode) {
use EVT_HOTKEY with an id equal to hotkeyId. Returns True if the
hotkey was registered successfully.");
bool RegisterHotKey(int hotkeyId, int modifiers, int keycode) {
return self->RegisterHotKey(hotkeyId, modifiers, keycode);
return self->RegisterHotKey(hotkeyId, modifiers, keycode);