framework-widget icon indicating copy to clipboard operation
framework-widget copied to clipboard

added support for shape (currently rounded rectangle)

Open atanasster opened this issue 12 years ago • 1 comments

usage : local button = widgetExt:newButton( { x = xButton, y = yButton, width = buttonsWidth, height = buttonsHeight, labelAlign = “center”, labelAlignY = “center”, shape = { cornerRadius = 10, strokeWidth = 2, strokeColor = {default = {0.5,0.5,0.5,1}, over = {0,0,0,1}}, fillColor = {default = {0.8,0.9,0.8,1}, over = {0.6,0.7,0.6,1}}, },

      labelColor = { default=myApp.textButtonColor, over=

myApp.textOverColor }, onRelease = onRelease, label = btn.caption, font = myApp.font; fontSize = fontSizeButtons, onRelease = onRelease, });

atanasster avatar Dec 01 '13 00:12 atanasster

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

:x: atanasster
:x: Renato Cordeiro


Renato Cordeiro seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Mar 09 '20 13:03 CLAassistant