On Wed, Aug 19, 2009 at 07:53:05AM -0700, Monchai Lertsutthiwong wrote:
> In order to use GTK as a GUI for my existing work in C language, I need
> to add "gtk.h" and "glib.h" to the include files on my existing work.
>
> However, I don't know how to embed these two include files properly
> into t
Hi all,
I have a problem about how to embed "gtk.h" library into existing work. My
existing work is written in C programming language
and I use automake to compile it. At this point, I want to create a
graphical user interface (GUI) with GTK+ for my existing work.
For example, in GTK+, if I wa