gambas-source-code/gb.qt5
gambas aefee813e2 Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl.
[GB.GTK]
* BUG: Fix DrawingArea and UserControl painting.
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.

[GB.GTK3]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.

[GB.QT4]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.

[GB.QT5]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.
2021-03-06 13:17:35 +01:00
..
src Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-06 13:17:35 +01:00
acinclude.m4 [CONFIGURATION] 2015-05-08 17:40:28 +00:00
AUTHORS [CONFIGURATION] 2015-05-08 17:40:28 +00:00
ChangeLog [CONFIGURATION] 2015-05-08 17:40:28 +00:00
component.am [CONFIGURATION] 2015-05-08 17:40:28 +00:00
configure.ac Merge branch 'wayland' of https://gitlab.com/gambas/gambas into wayland 2020-12-21 05:19:07 +01:00
COPYING [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gambas.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.draw.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.eval.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.geom.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.gl.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.image.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.paint.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb.qt.am [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb_common.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
INSTALL [CONFIGURATION] 2015-05-08 17:40:28 +00:00
m4 [CONFIGURATION] 2015-05-08 17:40:28 +00:00
Makefile.am [CONFIGURATION] 2015-05-08 17:40:28 +00:00
NEWS [CONFIGURATION] 2015-05-08 17:40:28 +00:00
README [CONFIGURATION] 2015-05-08 17:40:28 +00:00
reconf [CONFIGURATION] 2015-05-08 17:40:28 +00:00
share [CONFIGURATION] 2015-05-08 17:40:28 +00:00