Thread: How to create a dialog box.

  1. #1
    Registered User Utopus's Avatar
    Join Date
    Jun 2007
    Location
    beautiful place
    Posts
    26

    Smile How to create a dialog box.

    I like to create a program that pops up an dialog box that has "ok" and "cancel" button. I maid it under winAPI environment using C. Now, I'd like to make a same program but for my Linux Ubuntu.
    I'll be thankful if anyone could give me a help. Because I am totally newbie on Linux and now studying it!

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    One thing you could do if to look into GTK.

    If you want to write GUI apps that are portable, you could look into a library like wxWidgets which covers a heck of a lot of platforms, but if you just want to learn how to write GUI programs for Linux for the fun and learning, then knock yourself out.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 02-13-2008, 02:59 PM
  2. Add a dialog box to a tab
    By axr0284 in forum Windows Programming
    Replies: 0
    Last Post: 01-10-2005, 08:38 AM
  3. problem with the open dialog box
    By stallion in forum Windows Programming
    Replies: 13
    Last Post: 02-19-2003, 08:28 AM
  4. Click button on dialog box to open window.
    By ooosawaddee3 in forum Windows Programming
    Replies: 1
    Last Post: 11-29-2002, 08:53 AM
  5. Dialog box
    By DeanaM in forum Windows Programming
    Replies: 3
    Last Post: 10-16-2002, 12:04 PM