[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a...



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


Commits:
081765b0 by Benoît Minisini at 2025-04-12T00:22:37+02:00
Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a specific button is pressed and all the others are not.

[GB.GTK]
* NEW: Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a specific button is pressed and all the others are not.

[GB.GTK3]
* NEW: Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a specific button is pressed and all the others are not.

[GB.QT4]
* NEW: Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a specific button is pressed and all the others are not.

[GB.QT5]
* NEW: Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a specific button is pressed and all the others are not.

[GB.QT6]
* NEW: Mouse: Add 'LeftOnly', 'RightOnly', 'MiddleOnly' properties, that return if a specific button is pressed and all the others are not.

- - - - -
b686ed18 by Benoît Minisini at 2025-04-12T00:23:42+02:00
SpinBox: Only the mouse left button can change the value.

[GB.GUI.BASE]
* BUG: SpinBox: Only the mouse left button can change the value.

- - - - -


9 changed files:

- comp/src/gb.gui.base/.app.png
- comp/src/gb.gui.base/.icon.png
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/Message/FMessage.form
- comp/src/gb.gui.base/.src/SpinBox.class
- gb.gtk/src/CMouse.cpp
- gb.gtk/src/gmouse.cpp
- gb.gtk/src/gmouse.h
- gb.qt4/src/CMouse.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc11c2cc6e464c87e151a6713f64963836854d50...b686ed18b53a27910c162dc4172c2978ee1591e6

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/bc11c2cc6e464c87e151a6713f64963836854d50...b686ed18b53a27910c162dc4172c2978ee1591e6
You're receiving this email because of your account on gitlab.com.