HwGUI is a GUI library for Harbour, it is written on C and Harbour.
HwGUI has two versions - for Windows and Linux. Windows version is based on direct calls of Win API - this allows to keep it fast and compact. Linux version is based on GTK, it supports the reduced set of classes, commands and functions as the Win32 version. Thus, using some base subset of HwGUI, you can create cross-platform GUI applications.
Visit http://www.kresin.ru/en/hwgui.html to see online documentation and additional downloads.
With Harbour 3.2 + HwGui 2.23 + GTK2 under Windows/Linux:
1 - Is it possible to create a form within a window with horizontal/vertical scrolling that can be navigated using the mouse or navigation keys?
2 - Is it possible to create a window with a Browse function in the background and a small transparent form above and below that allows a view of the rest of the Browse function?
The Browse function has the following syntax:
oTBColumn := HColumn():New( FieldName(i), FieldBlock( FieldName(i) ) )
oBrw:AddColumn( oTBColumn )
The program uses
init window,On Click on Button,Say/Gat/Var.