agriggio / wxglade (http://wxglade.sourceforge.net/)
wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces.
| commit 919: | 6115f364f5f0 |
| parent 918: | 08ecf9da3935 |
| branch: | default |
Applied patch by Davorin Kunstelj to fix a tooltip mismatch on bitmap buttons
10 months ago
Changed (Δ4 bytes):
raw changeset »
widgets/bitmap_button/bitmap_button.py (2 lines added, 2 lines removed)
| … | … | @@ -56,8 +56,8 @@ class EditBitmapButton(ManagedBase): |
56 |
56 |
"automatically using the label bitmap only, providing" |
57 |
57 |
" a 3D-look border. If this style is not specified, the " |
58 |
58 |
"button will be drawn without borders and using all " |
59 |
"provided bitmaps. WIN32 only." |
|
60 |
"Left-justifies the bitmap label. WIN32 only."), |
|
59 |
"provided bitmaps. WIN32 only."), |
|
60 |
_("Left-justifies the bitmap label. WIN32 only."), |
|
61 |
61 |
_("Right-justifies the bitmap label. WIN32 only."), |
62 |
62 |
_("Aligns the bitmap label to the top of the button." |
63 |
63 |
" WIN32 only."), |
