[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Remove the native ComboBox.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Tue Apr 12 13:13:25 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
4b6c6e2d by gambas at 2022-04-12T13:06:38+02:00
Remove the native ComboBox.
[GB.GTK]
* NEW: UserControl._Focus is a new property that defines if a UserControl can take focus.
* BUG: UserControl_Draw() event handler is called before drawing the control children.
* NEW: Remove the native ComboBox.
[GB.GTK3]
* NEW: UserControl._Focus is a new property that defines if a UserControl can take focus.
* BUG: UserControl_Draw() event handler is called before drawing the control children.
* NEW: Remove the native ComboBox.
[GB.QT4]
* NEW: UserControl._Focus is a new property that defines if a UserControl can take focus.
* NEW: Style methods draw focus and tab focus.
* NEW: Remove the native ComboBox.
[GB.QT5]
* NEW: UserControl._Focus is a new property that defines if a UserControl can take focus.
* NEW: Style methods draw focus and tab focus.
* NEW: Remove the native ComboBox.
- - - - -
9dc0a64f by gambas at 2022-04-12T13:10:09+02:00
ComboBox control is now written in Gambas.
[GB.GUI.BASE]
* NEW: ComboBox control is now written in Gambas.
- - - - -
9a39b912 by gambas at 2022-04-12T13:12:10+02:00
The background color of borderless ComboBox must be specified now, when it is not the default color.
[DEVELOPMENT ENVIRONMENT]
* BUG: The background color of borderless ComboBox must be specified now, when it is not the default color.
- - - - -
24 changed files:
- app/src/gambas3/.src/Editor/Form/FMenu.form
- app/src/gambas3/.src/Editor/Form/FProperty.form
- comp/src/gb.gui.base/.project
- + comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- + comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class
- + comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.form
- + comp/src/gb.gui.base/.src/ComboBox/_ComboBox_Item.class
- + comp/src/gb.gui.base/.src/ComboBox/_ComboBox_Selection.class
- comp/src/gb.gui.base/.src/ListBox/ListBox.class
- − comp/src/gb.gui.base/.src/MyComboBox.class
- comp/src/gb.gui.base/.src/Test/FPictureBox.form
- + comp/src/gb.gui.base/.src/Test/FTestMyCombo.class
- + comp/src/gb.gui.base/.src/Test/FTestMyCombo.form
- gb.gtk/src/CContainer.cpp
- gb.gtk/src/gcontainer.cpp
- gb.gtk/src/main.cpp
- gb.gtk3/src/main.cpp
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CStyle.cpp
- gb.qt4/src/CWidget.cpp
- gb.qt4/src/main.cpp
- gb.qt4/src/main.h
- gb.qt5/src/main.cpp
- gb.qt5/src/main.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/26d0949282155e11a18b9d57c4d827a35d8ce7a8...9a39b91297e649a8d228b9da2eb454486bf455bf
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/26d0949282155e11a18b9d57c4d827a35d8ce7a8...9a39b91297e649a8d228b9da2eb454486bf455bf
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220412/a5942f4e/attachment.htm>
More information about the Notification
mailing list