rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
519 stars 197 forks source link

Can we change position of a LabelButton after it is constructed? #197

Open Katmai6 opened 10 years ago

Katmai6 commented 10 years ago

Is is possible to change position of a LabelButton after it is constructed?

arminbw commented 9 years ago

Yes. e.g.: widget->getRect()->setX

Katmai6 commented 9 years ago

Thanks for your answer.