Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - PtToggleButton resize question: (3 Items)
   
PtToggleButton resize question  
I need to increase the size of the button portion of a PtToggleButton.

I have increased the size of the overall widget, I have increased the size of the font used for the label, but I have 
been unable to find a way to increase the actual button part of the widget.

Any pointers are appreciated.

Thank you,
Kendall
Re: PtToggleButton resize question  
Unfortunately the default images do not scale. You need to supply your own images for checked and unchecked states. 
Checked is Pt_ARG_ARM_IMAGE (in phab it appears as ToggleButton Set Image. Unchecked is Pt_ARG_LABEL_IMAGE or 
ToggleButton Unset Image in phab).
Re: PtToggleButton resize question  
Thank you