[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: UserContainer now can declare the same special event handlers as UserControl.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Fri Mar 17 15:59:34 CET 2023



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
d42b432d by Benoît Minisini at 2023-03-17T15:57:48+01:00
UserContainer now can declare the same special event handlers as UserControl.

[GB.GTK]
* NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore.
* NEW: UserContainer now can declare the same special event handlers as UserControl.

[GB.GTK3]
* NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore.
* NEW: UserContainer now can declare the same special event handlers as UserControl.

[GB.QT4]
* NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore.
* NEW: UserContainer now can declare the same special event handlers as UserControl.

[GB.QT5]
* NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore.
* NEW: UserContainer now can declare the same special event handlers as UserControl.

- - - - -
c5ef568a by Benoît Minisini at 2023-03-17T15:59:01+01:00
ScrollArea: Implement the Border property with the new 'UserContainer_Draw' special event handler, so that DnD is not broken on GTK+2.

[GB.GUI.BASE]
* NEW: ScrollArea: Implement the Border property with the new 'UserContainer_Draw' special event handler, so that DnD is not broken on GTK+2.

- - - - -


16 changed files:

- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ScrollArea.class
- comp/src/gb.gui.base/.src/Separator.class
- comp/src/gb.gui.base/.src/Test/FTestGridView.class
- comp/src/gb.gui.base/.src/Test/FTestGridView.form
- gb.gtk/src/CContainer.cpp
- gb.gtk/src/CContainer.h
- gb.gtk/src/CStyle.cpp
- gb.gtk/src/cpaint_impl.cpp
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gcontainer.cpp
- gb.gtk/src/gcontainer.h
- gb.gtk/src/gpanel.cpp
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CContainer.h
- gb.qt4/src/cpaint_impl.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8d7b541421241a2640f8df369a2a6d0335f5892e...c5ef568a0308f3ce59a311964117bf401e2abff3

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8d7b541421241a2640f8df369a2a6d0335f5892e...c5ef568a0308f3ce59a311964117bf401e2abff3
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/20230317/740a6db6/attachment.htm>


More information about the Notification mailing list