From owner-freebsd-questions Thu Jan 9 18:49:37 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AA8B37B401 for ; Thu, 9 Jan 2003 18:49:36 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D7343F6B for ; Thu, 9 Jan 2003 18:49:35 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003011002493400300ldilge>; Fri, 10 Jan 2003 02:49:34 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.6) with ESMTP id h0A2rhqN008113; Thu, 9 Jan 2003 18:53:44 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.6/Submit) id h0A2rb3S008112; Thu, 9 Jan 2003 18:53:37 -0800 (PST) (envelope-from swear@attbi.com) To: JacobRhoden Cc: freebsd-questions@freebsd.org Subject: Re: OT: tutorials for writing x programs? References: <200301101307.40757.jrhoden@unimelb.edu.au> From: swear@attbi.com (Gary W. Swearingen) Date: 09 Jan 2003 18:53:37 -0800 In-Reply-To: <200301101307.40757.jrhoden@unimelb.edu.au> Message-ID: <0xvg0xg1fy.g0x@localhost.localdomain> Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG JacobRhoden 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.
  • Programming X APIs
  • XDND - X Drag 'N Drop (proposed standard protocol)
  • John Meacham's mxt "a fast and simple X toolkit for C++" (for building into a program)
  • Eric Foster-Johnson's Programming X APIs 
  • Christopher B. Browne's X Development Tools 
  • X Windows Programming  Article at C/C++ Users Journal
  • 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message