initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
12
libs/wxWidgets-3.3.1/misc/schema/xrc_schema_builtin_only.rnc
Normal file
12
libs/wxWidgets-3.3.1/misc/schema/xrc_schema_builtin_only.rnc
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# RELAX NG schema for XRC files.
|
||||
#
|
||||
# Super-strict variant that only accepts wx's builtin classes.
|
||||
#
|
||||
# See https://docs.wxwidgets.org/trunk/overview_xrcformat.html for freeform
|
||||
# description of the format.
|
||||
#
|
||||
|
||||
include "xrc_schema.rnc" {
|
||||
customClasses = notAllowed
|
||||
}
|
||||
Reference in New Issue
Block a user