Jump to content

[SOLVED] Unigine::Widgets functions


photo

Recommended Posts

Posted

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?

Posted

This function will be added in the next SDK update.

You can access to the missed function via widget.groupbox.setStencil() expression directly.

×
×
  • Create New...