mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Use correct doc parameter
(cherry picked from commit 643c1290af4c5213efbbf34686deb101b669116c)
This commit is contained in:
@@ -44,9 +44,9 @@ def run():
|
||||
method.ignore()
|
||||
c.addCppMethod('void', 'DrawTitleBarBitmap',
|
||||
'(wxWindow* win, wxDC& dc, const wxRect& rect, wxTitleBarButton button, int flags = 0)',
|
||||
doc=draw_tb_bmp_doc,
|
||||
doc=doc,
|
||||
isVirtual=True,
|
||||
isPureVirtual=isPureVirtual,
|
||||
isPureVirtual=isPureVirtual,
|
||||
body="""\
|
||||
#ifdef wxHAS_DRAW_TITLE_BAR_BITMAP
|
||||
self->DrawTitleBarBitmap(win, *dc, *rect, button, flags);
|
||||
@@ -67,7 +67,7 @@ def run():
|
||||
|
||||
draw_tb_bmp_doc = c.find('DrawTitleBarBitmap').briefDoc
|
||||
_addDrawTitleBarBitmap(c, True, draw_tb_bmp_doc)
|
||||
|
||||
|
||||
|
||||
c = module.find('wxDelegateRendererNative')
|
||||
c.mustHaveApp()
|
||||
|
||||
Reference in New Issue
Block a user