Results 1 to 2 of 2

Thread: C++ && GTK

  1. #1

    C++ && GTK

    So I have a script (CLI based) that's in perl, that backups stuff for you.. I wanted it to be a GUI as well (might as well learn some C++) and it would be good for those that are not happy with CLI or just don't like it. So I am using a GTK interface for me to do the work, so I'm using gtkmm and it's fun!

    I was wondering if this was one of the only projects of GTK working with C++. I searched google and this seems to the prominent one.

    Thanks,
    Shebang

  2. #2

    Re:C++ && GTK

    Check out the Glade Interface Designer. You can easily create a graphical front-end (with the point-and-click method) and then write code for the backend (program's own backend or communicate with existing CLI or other GUI software).

Similar Threads

  1. windows c++ pop machine program
    By in forum Windows - General Topics
    Replies: 3
    Last Post: 10-28-2004, 05:40 PM
  2. Slackware && SCSI -- Hate Each Other?
    By shebang in forum Linux - Hardware, Networking & Security
    Replies: 8
    Last Post: 05-12-2004, 07:44 PM
  3. Deleting KDE && GNOME...Good Idea?
    By shebang in forum Linux - Software, Applications & Programming
    Replies: 11
    Last Post: 04-11-2004, 02:34 AM
  4. nvidia && GLX && PCI card && slackware
    By countach44 in forum Linux - General Topics
    Replies: 2
    Last Post: 02-15-2004, 05:40 PM
  5. Wish my LFS try luck
    By mcdougrs in forum Linux - General Topics
    Replies: 32
    Last Post: 03-07-2003, 11:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •