Atualizações Hwgui 23/04/2021
Enviado: 23 Abr 2021 16:45
Olá!
Mais um controle "Lent" e OwnerButton com time, mas achei um bug no linux, já avisei no SVN.
Esse "LENT" pelo que pude entender, é como uma marcha de carro.
Deve ser para usar em programas de som por exemplo, que ele está fazendo.
1 = 1 segundo de velocidade, 2 = 2 segundos de velocidade, para tocar a música.
Saudações,
Itamar M. Lins Jr.
Mais um controle "Lent" e OwnerButton com time, mas achei um bug no linux, já avisei no SVN.
Esse "LENT" pelo que pude entender, é como uma marcha de carro.
Deve ser para usar em programas de som por exemplo, que ele está fazendo.
1 = 1 segundo de velocidade, 2 = 2 segundos de velocidade, para tocar a música.
Código: Selecionar todos
2021-04-23 16:54 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/winapi/hlenta.prg
* source/gtk/hlenta.prg
! propset added, minor fix.
2021-04-23 15:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/winapi/hlenta.prg
* source/gtk/hlenta.prg
* header added
* include/hwgextern.ch
* HLenta item added.
* makefile.bc
* makefile.wc
! Typo fixed.
* utils/tutorial/tutor_eng.xml
* Small sample of using HLenta added. Will be extended.
2021-04-23 15:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
+ source/winapi/hlenta.prg
+ source/gtk/hlenta.prg
+ New control added, class HLenta.
* source/gtk/Makefile.linux
* source/gtk/Makefile.mingw
* source/gtk/Makefile.scr
* hwgui.hbm
* makedll.bc
* makefile.bc
* makefile.gcc
* makefile.pc
* Makefile.scr
* makefile.vc
* makefile.wc
* Makefiles updated.
2021-04-23 13:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/winapi/drawwidg.prg
* :nTransparent property added to HBitmap, :Draw() is changed to respect the
:nTransparent value
* source/gtk/drawwidg.prg
* HBitmap():Draw() method added for compatibility with winapi version
* include/guilib.ch
* Version number is returned to an old scheme, "dev" added to the number.
2021-04-20 13:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/gtk/drawwidg.prg
* source/winapi/drawwidg.prg
! Small fixes.
2021-04-20 11:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/gtk/hownbtn.prg
* source/winapi/hownbtn.prg
* SetTimer() method added and some other code to allow the ownerbutton
to do :bClick action multiple times while it is pressed.
* source/gtk/htimer.prg
* source/winapi/htimer.prg
* The timer procedure passes a parent window/control object.
* source/gtk/htrackbr.prg
* source/winapi/htrackbr.prg
* Clenup and fixes.
* include/hwgextern.ch
* HTrack item added.
* utils/tutorial/tutor_eng.xml
* "Ownerbutton with timer" module added.
* "Let create new control" has been deleted since the HTrack code copied into HwGUI.
"Track bar" module added instead.
2021-04-19 11:52 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/gtk/hgraph.prg
* Synched with winapi version.
* source/winapi/draw.c
* hwg_RoundRect() seventh parameter has been made optional for compatibility with gtk version.
* Few fixes in hwg_DrawGradient()
Itamar M. Lins Jr.