Updates for new wxToolBar API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -206,8 +206,8 @@ public:
|
||||
const wxString& label,
|
||||
const wxBitmap& bitmap,
|
||||
const wxBitmap& bmpDisabled = wxNullBitmap,
|
||||
const wxString& shortHelp = wxEmptyString,
|
||||
const wxString& longHelp = wxEmptyString,
|
||||
const wxString& shortHelp = wxPyEmptyString,
|
||||
const wxString& longHelp = wxPyEmptyString,
|
||||
PyObject *clientData = NULL)
|
||||
{
|
||||
wxPyUserData* udata = NULL;
|
||||
@@ -223,8 +223,8 @@ public:
|
||||
const wxString& label,
|
||||
const wxBitmap& bitmap,
|
||||
const wxBitmap& bmpDisabled = wxNullBitmap,
|
||||
const wxString& shortHelp = wxEmptyString,
|
||||
const wxString& longHelp = wxEmptyString,
|
||||
const wxString& shortHelp = wxPyEmptyString,
|
||||
const wxString& longHelp = wxPyEmptyString,
|
||||
PyObject *clientData = NULL)
|
||||
{
|
||||
wxPyUserData* udata = NULL;
|
||||
@@ -242,8 +242,8 @@ public:
|
||||
const wxBitmap& bitmap,
|
||||
const wxBitmap& bmpDisabled = wxNullBitmap,
|
||||
wxItemKind kind = wxITEM_NORMAL,
|
||||
const wxString& shortHelp = wxEmptyString,
|
||||
const wxString& longHelp = wxEmptyString,
|
||||
const wxString& shortHelp = wxPyEmptyString,
|
||||
const wxString& longHelp = wxPyEmptyString,
|
||||
PyObject *clientData = NULL)
|
||||
{
|
||||
wxPyUserData* udata = NULL;
|
||||
@@ -259,8 +259,8 @@ public:
|
||||
const wxString& label,
|
||||
const wxBitmap& bitmap,
|
||||
wxItemKind kind = wxITEM_NORMAL,
|
||||
const wxString& shortHelp = wxEmptyString,
|
||||
const wxString& longHelp = wxEmptyString)
|
||||
const wxString& shortHelp = wxPyEmptyString,
|
||||
const wxString& longHelp = wxPyEmptyString)
|
||||
{
|
||||
return self->InsertTool(pos, id, label, bitmap, wxNullBitmap, kind,
|
||||
shortHelp, longHelp);
|
||||
|
||||
Reference in New Issue
Block a user