grapa.frontend.widgets_custom.ButtonSmall

class grapa.frontend.widgets_custom.ButtonSmall(frame, text, command, width=16, height=16, **kwargs)

Bases: Frame

fabricate a Button with a tunable size

__init__(frame, text, command, width=16, height=16, **kwargs)

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

Methods

__init__(frame, text, command[, width, height])

Construct a frame widget with the parent MASTER.