Atualização Hwgui 20/07/2023
Enviado: 20 Jul 2023 10:58
Olá!
Tomara que ele faça exemplos para demonstrar essas novas opções.
Saudações,
Itamar M. Lins Jr.
Tomara que ele faça exemplos para demonstrar essas novas opções.
Código: Selecionar todos
2023-07-20 16:58 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/hwgextern.ch
* source/gtk/draw.c
* source/winapi/draw.c
* 8-th parameter, hBrush, added to hwg_RoundRect_Filled()
* source/gtk/hdrawn.prg
* source/gtk/hcontrol.prg
* source/winapi/hdrawn.prg
* source/winapi/hcontrol.prg
* HBoard, HDrawn fixes and enhancements
2023-07-20 13:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* include/hwgextern.ch
* source/gtk/draw.c
* source/winapi/draw.c
+ hwg_RoundRect_Filled() added. It draws a rounded rectangle, filled with current brush,
while hwg_RoundRect() draws a border only.
2023-07-20 13:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
+ source/gtk/hdrawn.prg
+ source/winapi/hdrawn.prg
+ HDrawn class added - for items to be drawn on HBoard and working as controls
* source/gtk/hcontrol.prg
* source/winapi/hcontrol.prg
* HBoard fixes and enhancements
* source/gtk/draw.c
* hwg_Roundrect() fixed
* hwgui.hbm
* makedll.bc
* makefile.bc
* makefile.gcc
* makefile.pc
* Makefile.scr
* makefile.vc
* makefile.wc
* source/gtk/Makefile.linux
* source/gtk/Makefile.linux-gtk3
* source/gtk/Makefile.mingw
* source/gtk/Makefile.scr
* Makefiles updated for hdrawn.prg
2023-07-20 09:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/hcontrol.prg
* source/winapi/hcontrol.prg
! Small corrections
* HOwnDrawn is renamed to HBoard
2023-07-19 15:02 UTC+0300 Alexander Kresin <alex@belacy.ru>
* source/gtk/draw.c
! Bug fixed in hwg_EndPaint()
* source/gtk/hcontrol.prg
* source/winapi/hcontrol.prg
* New control added HOwnDrawn as a base for other ownerdrawn controls with mouse events support
Itamar M. Lins Jr.