CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Xlib.h

  1. #1
    Join Date
    Sep 2006
    Posts
    74

    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?

  2. #2
    Join Date
    Aug 2005
    Posts
    478

    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

  3. #3
    Join Date
    Sep 2006
    Posts
    74

    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
  •  





Click Here to Expand Forum to Full Width

Featured