Search found 1 match

by shpolina
Fri Jun 17, 2022 11:02 am
Forum: GTT Designer
Topic: Button Background color (GTT2.5)
Replies: 1
Views: 17968

Button Background color (GTT2.5)

How can I programmatically set the background color for button 2.5?

The output generated by GTT contains methods for setting the button foreground:
gtt_set_buttin_foreground_r()
gtt_set_buttin_foreground_g()
gtt_set_buttin_foreground_b()

but doesn't generate the same for the background.
Any ...