FramePadding sets button's frame padding (set 0 to fit image to the frame).
(padding int)
| 287 | |
| 288 | // FramePadding sets button's frame padding (set 0 to fit image to the frame). |
| 289 | func (b *ImageButtonWidget) FramePadding(padding int) *ImageButtonWidget { |
| 290 | b.framePadding = padding |
| 291 | return b |
| 292 | } |
| 293 | |
| 294 | var _ Widget = &ImageButtonWithRgbaWidget{} |
| 295 |
no outgoing calls
no test coverage detected