sergey.pozhidaev Posted January 8, 2014 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?
frustum Posted January 9, 2014 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.
Recommended Posts