Results 1 to 8 of 8

Thread: suggesting a book or tutorial for learning gtkmm 3.0

  1. #1
    Join Date
    Jan 2012
    Beans
    123
    Distro
    Ubuntu 13.04 Raring Ringtail

    suggesting a book or tutorial for learning gtkmm 3.0

    hey guys
    does anybody know a book or tutorial for learning gtkmm 3.0
    except Programming with gtkmm3 and it`s websile http://developer.gnome.org/gtkmm-tut.../index.html.en

    i`ve started to learning programming with gtkmm but there are not some books. i just found a book that i mentioned at top

  2. #2
    Join Date
    Jan 2012
    Beans
    123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    isn`t there someone gtkmm programmer

  3. #3
    Join Date
    May 2007
    Location
    Leeds, UK
    Beans
    1,675
    Distro
    Ubuntu

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    I think the Gnome Developer Center tutorials are excellent and you'll struggle to find better for gtkmm. The gtkmm tutorials have screenshots and examples for most of the controls, which is the bulk of what you need really.

    You'll probably find GTK2 books but GTK3 is relatively new. GTK is almost a programming language in it's own right, so any GTK2/GTK3 tutorials will give you useful techniques in any language. You just need to validate any deprecated controls against the GTK3 reference.
    Please create new threads for new questions.
    Please wrap code in code tags using the '#' button or enter it in your post like this: [code]...[/code].

  4. #4
    Join Date
    Jan 2012
    Beans
    123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    Gnome Developer Center tutorial is good but not excellent.
    it is not complete and have described the gui programing not all the widgets
    i`m looking for something else even worse but there is just one source to learn gtkmm. why?
    does anybody have had wrote any program in gtkmm?

  5. #5
    Join Date
    Mar 2008
    Location
    Ireland
    Beans
    838
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    I have but it was a long and difficult journey. I wouldn't have gotten anywhere if the kind people on this forum had not helped me on many occasions. There is a lack of really good tutorials for Gtkmm (imo), so I think you will find it tough regardless.

    Best thing to do is start on a couple of mini projects and ask questions if you are stuck on something.
    Projects - PhotoFlare Image Editor | Xwii | URT-2D | BHR
    Hardware - System 76 - Galago UltraPro

  6. #6
    Join Date
    Jan 2012
    Beans
    123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    thank you dear fallenshadow
    i started learning gtkmm last weak but i got some problem and i stopped studding but tonight i will start again
    in your opinion is gtkmm a good framework ?
    i just want to write application for gnu/linux specially gnome desktop

  7. #7
    Join Date
    Dec 2007
    Location
    Gainesville, Florida
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    Looking at other peoples code is one way to learn. If there are any opensource programs/applications that are similar to what you want to do you should be able to get the source code to study and learn from.

    I have written an application called gbzadmin, it's a gtkmm gui for bzflag server administration. You are welcome to view the source code here:
    https://github.com/m1k3s/gbzadmin3

    As r-senior pointed out the Gnome Developer Center tutorials are excellent, but they won't teach you everything. DevHelp has support for gtkmm and is an excellent resource. You can get it from the ubuntu repos if you don't already have it. I find that once you have an idea of how gtk/gtkmm works you can code most anything you need to with the DevHelp reference and Google.

  8. #8
    Join Date
    Jan 2012
    Beans
    123
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: suggesting a book or tutorial for learning gtkmm 3.0

    thanks pbrane
    i find your description so helpful
    i`m at the beginning and need more information
    i have installed Devhelp already. i`m sure it will help me
    i think the best way is the first step.
    i will ask more in future

    thanks anyone who commented

Tags for this Thread

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
  •