Re: GTK Tutorial

2009-12-30 Thread Tadej Borovšak
Hello. GTK+ tutorial is part of it's sources. You can see the latest version here: http://git.gnome.org/browse/gtk+/tree/docs/tutorial/gtk-tut.sgml Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com __

Re: GTK Tutorial

2009-12-30 Thread Bharathwaaj S
Hi Siddhesh, Thank you for your reply. I am interested in translating the tutorial and not gtk+. Please refer http://library.gnome.org/devel/gtk-tutorial/stable/book1.html I want the latest updated version of this document to translate. Kind regards, Bharath On Wed, Dec 30, 2009 at 8:04 PM

Re: GTK Tutorial

2009-12-30 Thread Siddhesh Poyarekar
On Wed, Dec 30, 2009 at 7:56 PM, Bharathwaaj S wrote: > Hi, > > Can anyone please tell me where can I get the most recent tutorial on gtk+ > > I'm interested in translating it to my mother tongue (Tamil). > It's already done. Maybe you might want to join the team and help maintain it: http://l10

GTK Tutorial

2009-12-30 Thread Bharathwaaj S
Hi, Can anyone please tell me where can I get the most recent tutorial on gtk+ I'm interested in translating it to my mother tongue (Tamil). Kind regards, Bharath ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-l

Updated GTK+ tutorial available

2004-06-17 Thread Roger Leigh
I've updated my small GTK+ introduction/tutorial. It now includes example usage of deriving a new widget using GObject. The tutorial mainly exists to compare different methods of writing GTK+ applications: Â C (plain) Â C (with libglade) Â C (with GObject and libglade) Â C++ (plain, using Gtkmm)

Re: Availability of the GTK+ Tutorial

2002-05-14 Thread Sven Neumann
Hi, Ray Brown <[EMAIL PROTECTED]> writes: > Can you please make available the GTK+ Tutorial in a tarball or zip format. > The online version is a pain to keep going online for. they are part of the source tarballs and will even get installed (and cross-linked) on 'make instal

Availability of the GTK+ Tutorial

2002-05-14 Thread Ray Brown
Can you please make available the GTK+ Tutorial in a tarball or zip format. The online version is a pain to keep going online for. Thanks ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Newbie: Compiler err msg with GTK Tutorial hello code

2002-04-21 Thread David Vestal
With starting with GTK-2.0 gtk-config is not used. You should use pkg-config, run pkg-config --list-all to show all the packages maintained by pkg-config then just use `pkg-config --cflags --libs`. On my system, the GTK module is gtk+-x11-2.0, just for a tip on what to look for. David Joe wrote

Newbie: Compiler err msg with GTK Tutorial hello code

2002-04-21 Thread Joe
Hi, I tried to compile the hello world in the tutorial and I got the error messages (listed below). I used the command "gcc -Wall hello.c `gtk-config --cflags --libs`" I initially compiled with gtk 1.2. After that failed, I installed the gtk 2.0 and got the same error messages. I have re

re: GTK tutorial chapter 6, radio buttons

2002-03-11 Thread Tony Gale
You can send them to me. -tony On Thu, 2002-03-07 at 13:54, mobtek mobtekl wrote: > Hi there have been working through the tutorial on the web site and there > are some errors in the code example at > http://www.gtk.org/tutorial/sec-radiobuttons.html. Who should I email > about this to fix the

re: GTK tutorial chapter 6, radio buttons

2002-03-07 Thread mobtek mobtekl
Hi there have been working through the tutorial on the web site and there are some errors in the code example at http://www.gtk.org/tutorial/sec-radiobuttons.html. Who should I email about this to fix the errors? cheers Peter van der Male -- BOFH Excuse Board: multicasts on broken packets

Scribble in gtk tutorial

2002-02-07 Thread Jyothi
Hi, In the scribble-xinput, when I press on Input-dialog, it say no input devices with a close button. How to solve this problem ??? What are these input devices ? Is it the mouse or stylus ??. If so how do I specify it ??.. Thanks in Advance, Jyothi. _

Re: Using excerpts from the GTK+ Tutorial in a LablGTK tutorial?

2001-12-17 Thread Tony Gale
; > > > But I am not an expert with GTK+, but I am still learning it. > > So I am willing to document what I am learning. > > > > I am considering taking some wordings from the GTK+ tutorial > > > > http://www.gtk.org/tutorial/ > > > > to include

Re: Using excerpts from the GTK+ Tutorial in a LablGTK tutorial?

2001-12-17 Thread Ian Main
> > I am considering taking some wordings from the GTK+ tutorial > > http://www.gtk.org/tutorial/ > > to include in my tutorial for things that are already well described > and is not language specific, and adapt it to use with the Objective > Caml language and La

Re: gtk-tutorial: calendar demo broken?

2001-12-12 Thread Caspar Bothmer
Caspar Bothmer wrote: > > Hello, > > did anybody try the calendar demo from the tutorial? I compiled and run > it and it works fine except that it prints out the wrong date, always > one day after - I mark the 20th of a given month and it prints "Signal: > day_selected 19.12.2001". It isn't infl

gtk-tutorial: calendar demo broken?

2001-12-11 Thread Caspar Bothmer
Hello, did anybody try the calendar demo from the tutorial? I compiled and run it and it works fine except that it prints out the wrong date, always one day after - I mark the 20th of a given month and it prints "Signal: day_selected 19.12.2001". It isn't influenced by the "WEEK_START_MONDAY" fla

Using excerpts from the GTK+ Tutorial in a LablGTK tutorial?

2001-11-18 Thread José Romildo Malaquias
LablGTK. But I am not an expert with GTK+, but I am still learning it. So I am willing to document what I am learning. I am considering taking some wordings from the GTK+ tutorial http://www.gtk.org/tutorial/ to include in my tutorial for things that are already well described and is not

Re: GTK- tutorial

2001-06-16 Thread Paul Davis
>DISCLAIMER: I hope this is the right mailing list... wrong list. try [EMAIL PROTECTED] >The first error I got was "libsigc++ : no such file or directory". So I went i've been using libsgic++ for a long time, and i've never used such a header file. try >button.cc:18: implicit declaration of

GTK- tutorial

2001-06-16 Thread Jeff Mullen
Greetings, DISCLAIMER: I hope this is the right mailing list... I am trying to learn gtk-- and downloaded a tutorial from the gtkmm.sourceforge.net website. I have typed in the second example in which you press a button to print "Hello World" in the terminal window. However, the code

Re: gtk tutorial

2001-03-10 Thread Jeff Shipman
The HTML version is at: http://developer.gnome.org/doc/GGAD/ggad.html A tarball of the HTML version is at: http://developer.gnome.org/doc/GGAD/GGAD.tar.gz Regards, Jeff "Shippy" Shipman E-Mail: [EMAIL PROTECTED] Computer Science MajorICQ: 1786493 New Mexico Institute of Mining and Tec

gtk tutorial

2001-03-10 Thread Abhinaba Basu
Would someone please post the URL of the books written by Havoc, especially the one titled "GTK+/Gnome Application Development". Everybody speaks so highly of them I'd really like to take a look. Abhinaba +--+ | __ Abhinaba Basu

Re: gtk tutorial

2001-02-26 Thread Davina Armstrong
I really like "GTK+/Gnome Application Development", by Havoc Pennington (who reads and frequently posts to this list). I was a little offput by the "Gnome" part when I got started, since that's not what I'm using, but I've found that the sections on glib, GDK and GTK+ are invaluable. Raymond Wan

Re: gtk tutorial

2001-02-24 Thread Raymond Wan
On Sun, 25 Feb 2001, Jim M. wrote: > Hi, > I have an old book on writing applications with gtk that is > a very good book with lots if good examples. Has anyone > in here knows of an newly published book that is very > useful for beginners and intermediate programmers in gtk > env.?. Something th

gtk tutorial

2001-02-24 Thread Jim M.
Hi, I have an old book on writing applications with gtk that is a very good book with lots if good examples. Has anyone in here knows of an newly published book that is very useful for beginners and intermediate programmers in gtk env.?. Something that has the modern features of gtk Or, even

Draft GTK+ Tutorial in DocBook

2000-07-21 Thread Trog
e old style version. A packaged version of both is at ftp://ftp.gtk.org/pub/gtk/tutorial db-gtk-tutorial.2721.tar.gz - new DocBook gtk_tutorial.2721.tar.gz - old linuxdoc They both contain lots of different formats. Also, the new version is available at: http://www.gtk.org/~trog/g