File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ headers = %(cocosdir)s/cocos/ui/CocosGUI.h
30
30
31
31
# what classes to produce code for. You can use regular expressions here. When testing the regular
32
32
# expression, it will be enclosed in "^$", like this: "^Menu*$".
33
- classes = Helper Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField UICCTextField ScrollView PageView ListView LayoutParameter LinearLayoutParameter RelativeLayoutParameter VideoPlayer HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
33
+ classes = Helper Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField UICCTextField ScrollView PageView ListView LayoutParameter LinearLayoutParameter RelativeLayoutParameter HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
34
34
35
- classes_need_extend = Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField ScrollView PageView ListView VideoPlayer HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
35
+ classes_need_extend = Layout Widget Button CheckBox ImageView Text TextAtlas TextBMFont RichText RichElement RichElementText RichElementImage RichElementCustomNode LoadingBar Slider TextField ScrollView PageView ListView HBox VBox RelativeBox Scale9Sprite EditBox$ LayoutComponent
36
36
37
37
# what should we skip? in the format ClassName::[function function]
38
38
# ClassName is a regular expression, but will be used like this: "^ClassName$" functions are also
You can’t perform that action at this time.
0 commit comments