Thread: Gui

  1. #31
    j_spinto
    Guest
    I will continue in another post with this last question.
    I've concluded that GTK+ is the best GUI for C
    Thanks for u all [ ]

  2. #32
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by CornedBee
    SWT? I only know of AWT and Swing for Java...
    SWT is a widget library for java which provides bindings for the native widget toolkit on whatever platform you run on. So, on windows it will use windows widgets, on linux/gtk it will use gtk, on mac it will use carbon, etc... Its very flexible and because it uses the native widgets, its not ugly like swing

  3. #33
    They are out there! Galo's Avatar
    Join Date
    May 2005
    Location
    Holland
    Posts
    13
    Why dont you first get to know the definition of a GUI, a GUI is something the End-User of a program get's to see, it's a graphical representation for the supposed data that goes within a certain program. Your GUI can be set up in different ways, you could do visual programming but you could write a complete GUI yourself in asy OGL or DX, also even scripting languages can provide you with a GUI and dont even go over there and speak about Java and what that could do for you.

    GUI definition : http://en.wikipedia.org/wiki/GUI
    "If We Are Alone in the Universe,
    Then It Is an Awful Waste of Space
    "
    -Carl sagan

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GUI Programming...
    By ShadeS_07 in forum C++ Programming
    Replies: 12
    Last Post: 12-28-2008, 04:58 PM
  2. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  3. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM
  5. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM