Add XRC handler for wxInfoBar
Update the schema and the sample to show it in action. Closes https://github.com/wxWidgets/wxWidgets/pull/1564
This commit is contained in:
committed by
Vadim Zeitlin
parent
68b36aed6d
commit
7f91481294
@@ -2911,6 +2911,7 @@ set(XRC_SRC
|
||||
src/xrc/xh_grid.cpp
|
||||
src/xrc/xh_html.cpp
|
||||
src/xrc/xh_hyperlink.cpp
|
||||
src/xrc/xh_infobar.cpp
|
||||
src/xrc/xh_listb.cpp
|
||||
src/xrc/xh_listbk.cpp
|
||||
src/xrc/xh_listc.cpp
|
||||
@@ -2984,6 +2985,7 @@ set(XRC_HDR
|
||||
wx/xrc/xh_grid.h
|
||||
wx/xrc/xh_html.h
|
||||
wx/xrc/xh_hyperlink.h
|
||||
wx/xrc/xh_infobar.h
|
||||
wx/xrc/xh_listb.h
|
||||
wx/xrc/xh_listbk.h
|
||||
wx/xrc/xh_listc.h
|
||||
|
Reference in New Issue
Block a user