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.