OT: tutorials for writing x programs?

2003-01-09 Thread JacobRhoden
Hi,

Does anyone here know of any web pages which show how to make an x application 
(apart from the couple I found which allow you to print hello world or draw a 
line in a blank window)?

Thanks,
Jacob
 
Jacob RhodenPhone: +61 3 8344 6102
ITS DivisionEmail: [EMAIL PROTECTED]
Melbourne University   Mobile: +61 403 788 386

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: OT: tutorials for writing x programs?

2003-01-09 Thread Gary W. Swearingen
JacobRhoden [EMAIL PROTECTED] writes:

 Does anyone here know of any web pages which show how to make an x application 
 (apart from the couple I found which allow you to print hello world or draw a 
 line in a blank window)?

Presuming that that means basic low-level X stuff, here's my (fairly
old) X programming links.  Try the last one first.

lia href=http://www.pconline.com/~erc/xprog.htm;Programming X APIs/a/li

lia href=http://www.cco.caltech.edu/~jafl/xdnd/;XDND - X Drag 'N Drop/a 
(proposed standard
protocol)/li

lia href=http://synergy.caltech.edu/~john/computer/mxt/;John Meacham's mxt/a a 
fast and simple
X toolkit for C++ (for building into a program)/li

lia href=http://www.pconline.com/~erc/xprog.htm;Eric Foster-Johnson's Programming 
X
APIs/anbsp;/li

lia href=http://www.hex.net/~cbbrowne/xlibs.html;Christopher B. Browne's X 
Development
Tools/anbsp;/li

lia href=http://www.cuj.com/link/subject75.html;X Windows Programming/anbsp; 
Article at C/C++
Users Journal/li

But if you want to use a high-level GUI library, find the web sites for
those which should tell you how to use them.  That's a good, easy(est)
way to make a (big, slow) X program.  Qt, OpenMotif, etc...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message