[Gambas-Notification] [Git][gambas/gambas][master] PictureBox now uses the new UserControl Draw pseudo-event and Frame container...

Benoît Minisini gitlab at mg.gitlab.com
Sat Jan 23 23:33:16 CET 2021



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


Commits:
f588c83f by gambas at 2021-01-23T23:30:36+01:00
PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas.

[GB.DRAW]
* NEW: Add PaintExtents W and H properties as synonymous of Width and Height.

[GB.GUI.BASE]
* NEW: PictureBox now uses the new UserControl Draw pseudo-event.
* NEW: Frame container in now implemented in Gambas.

[GB.GTK]
* NEW: Frame container in now implemented in Gambas.
* BUG: Style drawing routines now work correctly on UserControl.

[GB.GTK3]
* NEW: Frame container in now implemented in Gambas.

[GB.QT4]
* NEW: Frame container in now implemented in Gambas.

[GB.QT5]
* NEW: Frame container in now implemented in Gambas.
* BUG: Do not activate windows on Wayland, this is not supported.

- - - - -


30 changed files:

- comp/src/gb.gui.base/.project
- + comp/src/gb.gui.base/.src/Frame.class
- comp/src/gb.gui.base/.src/PictureBox.class
- comp/src/gb.gui.base/.src/Test/FScrollArea.form
- + comp/src/gb.gui.base/.src/Test/FTestFrame.class
- + comp/src/gb.gui.base/.src/Test/FTestFrame.form
- gb.gtk/src/CContainer.cpp
- gb.gtk/src/CFrame.cpp → gb.gtk/src/CPanel.cpp
- gb.gtk/src/CFrame.h → gb.gtk/src/CPanel.h
- gb.gtk/src/CStyle.cpp
- gb.gtk/src/CWidget.cpp
- gb.gtk/src/Makefile.am
- gb.gtk/src/cpaint_impl.cpp
- gb.gtk/src/cpaint_impl.h
- gb.gtk/src/gframe.cpp → gb.gtk/src/gpanel.cpp
- gb.gtk/src/gframe.h → gb.gtk/src/gpanel.h
- gb.gtk/src/main.cpp
- − gb.gtk3/src/CFrame.cpp
- − gb.gtk3/src/CFrame.h
- + gb.gtk3/src/CPanel.cpp
- + gb.gtk3/src/CPanel.h
- gb.gtk3/src/Makefile.am
- − gb.gtk3/src/gframe.cpp
- − gb.gtk3/src/gframe.h
- + gb.gtk3/src/gpanel.cpp
- + gb.gtk3/src/gpanel.h
- gb.gtk3/src/main.cpp
- gb.qt4/src/CWindow.cpp
- gb.qt4/src/CWindow.h
- gb.qt4/src/Makefile.am


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f588c83fda40d0427f4e1ccc41a8d4d0f068904b

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f588c83fda40d0427f4e1ccc41a8d4d0f068904b
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/20210123/5e0d7f83/attachment.htm>


More information about the Notification mailing list