Speech Bubble: a little speech bubble !

Speech Bubble: a little speech bubble !

class pymt.ui.widgets.speechbubble.MTSpeechBubble(**kwargs)

Bases: pymt.ui.widgets.label.MTLabel

A little speed bubble !

Parameters :
multiline : bool, default to True

Make label multiline

bgcolor : list, default to (183./255, 224./255, 1)

Background color of bubble

bordercolor : list, default to (1, 1, 1)

Border color of bubble

bordersize : int, default to 2

Size of border

radius : int, default to 8

Size of radius box

padding : int, default to 5

Padding inside label

relpos : list, default to (-30, 20)

Relative position of the bubble

trisize : int, default to 8

Size of triangle

trirelpos : list, default to (0, 0)

Relative position of the triangle

Previous topic

Slider package: provide multiple slider implementation (simple, xy, boundary...)

Next topic

Stencil container: clip drawing of children to his container

This Page