I dig the klorofil, and got that the gambart is look like a GUI widget that communicate with phpxlib.
can you help me, explain, how can the phpxlib create a form?
i just see the Form (gambart form) include somewhere the php_xlib,
or may be can tell me what is phpxlib anyway, is there an information to dig this more?
Hi fthamura,
php_xlib and php_gdi are PHP extensions built by Klorofil team in order to access XLIB/GDI interface.
As we already knew, The X Window System provides a low level interface (a.k.a Xlib) which implements low level drawing primitives only. php_xlib was implemented on top of Xlib.
A quick googling gave me this link:
http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html
Hope that helps.
php_xlib was build by klorofil team, in general php_xlib provide communication link between php to xlib library. GambArt create form by calling xlib function, just for drawing primitive. But for widget, everything wrote by klorofil team from stracth.
We dont use existing widget lib like qt, qnome, wx because using those library add a lot of process overhead. You could inspect php_xlib code to see how the communcation works
Recent comments
6 days 18 hours ago
16 weeks 1 day ago
28 weeks 6 days ago
34 weeks 3 days ago
52 weeks 12 hours ago
1 year 5 weeks ago
1 year 8 weeks ago
1 year 10 weeks ago
1 year 13 weeks ago
1 year 13 weeks ago