|
-
September 23rd, 2006, 05:23 PM
#1
Xlib.h
WoW. I never knew the Xlib.h file was that extensive. I just printed it out from and didn't realiaze it was that big. (Probably becuase I printed it out from AIX). The total pages was 62 with 4671 lines.
My question though is this, is this the correct library to create a gui program in linux besides using QT and Wxwidgets?
-
September 24th, 2006, 08:06 PM
#2
Re: Xlib.h
http://en.wikipedia.org/wiki/Xlib
Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits:
* Intrinsics (Xt)
* Athena widget set (Xaw)
* Motif
* GTK+
* Qt (X11 version)
I don't know how to dictate correctness or wrongness, but it is a viable option I'm sure.
Windows XP, Visual Studio 2008, SVN
-
September 24th, 2006, 08:56 PM
#3
Re: Xlib.h
Thanks for the link. It helped out alot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|