sergey.pozhidaev Posted January 8, 2014 Share Posted January 8, 2014 Hello! I noticed that some of widgets functions does not exist in Unigine::Widgets. For example, setStencil(int) function, which is described in WidgetGroupBox class, does not exist in Unigine::Widgets::GroupBox class. The same with setBackground(int) function in WidgetEditLine and WidgetEditText. This is a mistake or not? Link to comment
frustum Posted January 9, 2014 Share Posted January 9, 2014 This function will be added in the next SDK update. You can access to the missed function via widget.groupbox.setStencil() expression directly. Link to comment
sergey.pozhidaev Posted January 10, 2014 Author Share Posted January 10, 2014 Thank You! Link to comment
Recommended Posts