[Gambas-devel-svn] SF.net SVN: gambas:[7051] gambas/trunk/comp/src/gb.form
Brought to you by:
gambas
From: <ga...@us...> - 2015-05-03 19:21:56
|
Revision: 7051 http://sourceforge.net/p/gambas/code/7051 Author: gambix Date: 2015-05-03 19:21:53 +0000 (Sun, 03 May 2015) Log Message: ----------- [GB.FORM] * NEW: New widget SpinBar. It's a Gimp style widget that allow to visualize and modify a value. Unlike spinbox it support float values. It display its definition label in itself. A double click on the value allow to edit manually the value. A click and slide on the upper of the bar set the value according to the cursor position. A click and slide on the mid down of the bar allow to finely set the value by progressing of 1 of the minimal decimal by pixel. The mouse wheel interact with the value too. The number of showed decimals is the greater from MaxValue, MinValue or Step. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project Added Paths: ----------- gambas/trunk/comp/src/gb.form/.hidden/control/spinbar.png gambas/trunk/comp/src/gb.form/.src/SpinBar/ gambas/trunk/comp/src/gb.form/.src/SpinBar/SpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |