0

Does anyone have a Gnome GDK example code or tutorials?

I know that this is getting annoying, considering so many people ask this but I've tried and tried finding a Gnome GDK tutorial, for like an hour or so and I still don't have any luck, I'm using only C programming language, thank you.

user.dz
  • 962
  • 2
  • 19
  • 39
Myrl
  • 17
  • 1
  • 2
    Not everything has a tutorial. Sometimes you will need to find some sample code and dig through a reference instead. Seems that way for GDK. Unfortunately. I wonder why you are choosing GDK though? Maybe there would be a better, and more well documented library for your project? – Thomas Dignan Jun 29 '13 at 08:52
  • @TomDignan: GDK _is_ well documented IMHO. – legends2k Jun 29 '13 at 09:03
  • @legends2k You are right, the reference manual is good. I didn't mean to say it that way. – Thomas Dignan Jul 03 '13 at 09:35

1 Answers1

2

Probably you have stumbled over the GDK Reference Manual already but did not scroll down far enough to realize that there are actually many examples in there:

https://developer.gnome.org/gdk/2.22/

E.g. click on windows then scroll down to example 7.

113 line tutorial right there, hope this helps.

Bernd Elkemann
  • 23,242
  • 4
  • 37
  • 66