Add support for id ranges to XRC.
Allow to declare ranges of consecutive IDs in XRC by using the "id[n]" syntax. Show this functionality in the xrc sample and test it in the new unit test. Also show and test the "object reference" XRC functionality. Closes #11431. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
myframe.cpp
|
||||
derivdlg.cpp
|
||||
custclas.cpp
|
||||
objrefdlg.cpp
|
||||
</sources>
|
||||
<headers>
|
||||
derivdlg.h
|
||||
xrcdemo.h
|
||||
myframe.h
|
||||
custclas.h
|
||||
objrefdlg.h
|
||||
</headers>
|
||||
<wx-lib>xrc</wx-lib>
|
||||
<wx-lib>html</wx-lib>
|
||||
@@ -33,6 +35,7 @@
|
||||
derivdlg.xpm derivdlg.xrc fileopen.gif filesave.gif frame.xrc
|
||||
fuzzy.gif menu.xrc platform.xpm platform.xrc quotes.gif
|
||||
resource.xrc toolbar.xrc uncenter.xpm
|
||||
objref.xrc objrefdlg.xpm
|
||||
uncenter.xrc update.gif variable.xpm variable.xrc
|
||||
throbber.gif stop.xpm
|
||||
</files>
|
||||
|
Reference in New Issue
Block a user