Discussion:
How to make a button/checkbox etc. in xlib APIs?
(too old to reply)
modemer
2003-12-09 14:24:57 UTC
Permalink
Hi folks,

I want to use xlib APIs to implement a button/checkbox etc. directly,
rather than GTK+/Motif etc. What's the principal or anywhere I can
find a reference or example?

Thanks,

Al
Ken Lee
2003-12-09 15:44:39 UTC
Permalink
Post by modemer
I want to use xlib APIs to implement a button/checkbox etc. directly,
rather than GTK+/Motif etc. What's the principal or anywhere I can
find a reference or example?
You can look at the source code for Gtk or Motif. Unless you have extremely
simple GUI requirements, using a ready made toolkit is a very good idea.

Ken Lee, http://www.rahul.net/kenton/

Loading...