Bassix GTK3 webkit browser Wiki
A very small gtk3-webkit browser that runs well on the raspberry pi3
Brought to you by:
big-bass
it was all coded in c++ so that it gets
auto compiled into the official fltk/fluid
download then extract source
https://www.fltk.org/pub/fltk/1.3.6/fltk-1.3.6-source.tar.gz
you just copy the new function_panel.cxx into the fluid folder in the source code
this overwrites the old original gui code
cp function_panel.cxx ./fltk-1.3.6/fluid/ cd fltk-1.3.6 ./configure --enable-shared --enable-threads --enable-xdbe --enable-xft --enable-cairo --prefix=/usr make clean make sudo make install
select Function
remove the make_window() by just deleting it leaving it blank
a default main will be made if you leave it blank
select Window
resize the window and start having fun
adding any widget you want
screen shots of widgets you can add
this way you see what widget you want
then click the button to the left of it