mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5757 from samuele3hu/develop_new_fix
Update `bindings-generator` submodule and add auto-binding for the `RichText`
This commit is contained in:
commit
3f3831f0ac
|
@ -1 +1 @@
|
|||
Subproject commit cd30a5b87d5c9b6fdbd57cdc5a9213bcb975f65b
|
||||
Subproject commit f2e408f1ce29df573b0ed6bbcc83cf9fd7a795d5
|
|
@ -30,7 +30,7 @@ headers = %(cocosdir)s/cocos/ui/CocosGUI.h
|
|||
|
||||
# what classes to produce code for. You can use regular expressions here. When testing the regular
|
||||
# expression, it will be enclosed in "^$", like this: "^Menu*$".
|
||||
classes = Helper Widget Layer Layout RootWidget Button CheckBox ImageView Text TextAtlas TextBMFont LoadingBar Slider Switch TextField ScrollView ListView PageView LayoutParameter LinearLayoutParameter RelativeLayoutParameter
|
||||
classes = Helper Widget Layer Layout RootWidget Button CheckBox ImageView Text TextAtlas TextBMFont LoadingBar Slider Switch TextField ScrollView ListView PageView LayoutParameter LinearLayoutParameter RelativeLayoutParameter Rich.*
|
||||
|
||||
# what should we skip? in the format ClassName::[function function]
|
||||
# ClassName is a regular expression, but will be used like this: "^ClassName$" functions are also
|
||||
|
|
Loading…
Reference in New Issue