Thank you very much, it seems that there is general purpose grid widget in wxWidget which anything can be shown in tabular form.
I'm almost to finish the configuration of wxWidgets : C::B but this time I face another problem, compiled the 2.8.12 stable version of wxWidgets it all went well (with that command
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport
) , produced the libraries but when I hit run I get the following libraries can not be found message shown below. I used C::B 12.11 automatic template creator for wxWidgets, but it seems that template is a bit old, probably due to that it configures the C::B the wrong way, judging by their "d" suffix I see that -lwxmsw28ud, -lwxpngd, -lwxjpegd| -lwxtiffd|-lwxzlibd|. are for debug mode.
Nowhere in C::B search paths I see those libraries are set, but instead I got each file with "lib" prefix and without "d" suffix e.g. libwxmsw28u.a, libwxjpeg.a etc.. and it's been set accordingly in the linker tab of build options in C::B project.
ld.exe||cannot find -lwxmsw28ud|
ld.exe||cannot find -lwxpngd|
ld.exe||cannot find -lwxjpegd|
ld.exe||cannot find -lwxtiffd|
ld.exe||cannot find -lwxzlibd|
||=== Build finished: 5 errors, 0 warnings (0 minutes, 2 seconds) ===|
So what am I doing wrong here , did I compile with wrong compilation directives or did I set the wrong path/variables in C::B.