rezaali / ofxUI

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

Is it possible to change a LabelButton's Text after LabelButon is constructed? #195

Closed Katmai6 closed 10 years ago

Katmai6 commented 10 years ago

In ofxUI,is it possible to change a LabelButton's Text after LabelButton is constructed?How can I do it?

rezaali commented 10 years ago

Yes, the code: button->getLabelWidget()->setLabel("KEEPCALMANDKEEPCODING")

Reza

On Wed, Apr 23, 2014 at 3:33 PM, Katmai6 notifications@github.com wrote:

In ofxUI,is it possible to change a LabelButton's Text after LabelButton is constructed?How can I do it?

— Reply to this email directly or view it on GitHubhttps://github.com/rezaali/ofxUI/issues/195 .

Skype: syedrezaali Cell: +1.305.773.5983 Site: www.syedrezaali.com

Katmai6 commented 10 years ago

Thank you.