you can use SGK_Container
to represent some widgets in a specific layout,
we have defined some Widgets:
SGK_Button
, SGK_InputBox
, SGK_RadioButton
, SGK_CheckBox
library is still under development and testing, so you can read the header files, it's still easy to understand with comments.
also you can read test files from test
directory, it will help a lot.
to compile the library, just simply type :
make
make intall
to test the library type for example:
make test/system-test.out # or another target
cd test # because ttf file is inside the test directory, we will fix it later
./system-test.out
read Makefile
to get the target available
- Add events structure and event handler.
- Add and Update more Containers Layout.
- Add System global variable to save current Data like Active input texts and running states.