summaryrefslogtreecommitdiff
path: root/docs/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* docs: Drop the old tutorialMatthias Clasen2010-10-1565-175532/+0
| | | | | The tutorial is outdated, essentially stuck at GTK+ 2.0. At this point, it is more misleading than helpful.
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-32/+28
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
* Use G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC()Javier Jardón2010-09-081-9/+9
|
* Do not use deprecated API in docs and examplesJavier Jardón2010-09-081-11/+3
| | | | | gtk_calendar_display_options() was deprecated and removed. Use gtk_calendar_set_display_options() instead
* Completely remove any use of GtkWindow allow-grow and allow-shrink propertiesJavier Jardón2010-08-071-1/+0
| | | | | | | | These have been deprecated and removed from master. GtkWindow:resizable should be used instead. This completes commit 1a03a65e36b6288f7854da30bf89b86ad3592726 Reported by Benjamin Otte
* Actually build the tutorial if enabledColin Walters2010-07-091-2/+4
| | | | | | Previously we required an explicit "make html" in this subdirectory for no reason. Just build it if make is invoked at the toplevel and we have docbook.
* [docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()Javier Jardón2010-06-251-2/+0
| | | | This completes commit 947cde30d9e214ea01d286dd09acc5a5d62aba11
* [docs] Fix a typo in the tutorialJavier Jardón2010-05-201-1/+0
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=412331
* Remove GTK_WIDGET_* macrosJavier Jardón2010-05-031-2/+2
|
* Remove gtk_fixed_get_has_window() and gtk_fixed_set_has_window()Javier Jardón2010-05-031-4/+4
|
* Remove GtkCurve completelyJavier Jardón2010-05-031-12/+0
|
* Remove GtkGammaCurve completelyJavier Jardón2010-05-031-2/+1
|
* Remove gtkmain stuff from docs and tutorial.Javier Jardón2010-05-031-4/+4
| | | | | Also, substitue the deprecated functions with the new ones in documentation and in tests code
* Remove remaining GtkWindow deprecated documentationJavier Jardón2010-05-031-1/+1
| | | | This completes commit 89e3ec8c3d766c333f6e67764ebd7633d61e21cd
* Remove remaining GtkButtonBox deprecated stuffJavier Jardón2010-05-031-1/+0
| | | | This completes commit b1b986cc604bffd924a13fbcb180dd234a0b8d14
* Revert "Make GTK+ Tutorial gnome-doc-utils compliant"Claude Paroz2010-04-2266-245/+411
| | | | | | This reverts commit 4d1cf25080c2208936580667df544e14638db06f. GTK+ maintainers should first approved the gnome-doc-utils dependency before this migration.
* Make GTK+ Tutorial gnome-doc-utils compliantClaude Paroz2010-04-2266-411/+245
|
* Remove most G_OBJECT casts in the tutorialChristian Dywan2010-03-121-139/+139
| | | | This fixes bug 605333.
* Reword explanation of delete-event and destroyChristian Dywan2010-03-121-4/+4
|
* Spell delete-event with hyphen and don't cast to G_OBJECTChristian Dywan2010-03-121-36/+36
|
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-8/+8
| | | | | | Use gtk_widget_get/set_state() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-2/+2
| | | | | | Use new API instead: gtk_widget_set_realized () https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
| | | | | | Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
| | | | | | Use gtk_widget_get_mapped() instead. https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-6/+6
| | | | Use new API instead: gtk_widget_set_can_default ()
* [docs] Remove GTK+ 1.2 tutorial from masterJavier Jardón2010-01-1214-68826/+0
| | | | The tutorial it's still inside the gtk-1-2 branch if It's needed
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-3/+3
| | | | | | | | | Either g_type_register_static_simple (used by G_DEFINE_TYPE_EXTENDED) and G_IMPLEMENT_INTERFACE use automatic variables for GTypeInfo and GInterfaceInfo structs, while tutorials and source code often use static variables. This commit consistently adopts the former method. https://bugzilla.gnome.org/show_bug.cgi?id=600158
* Substitute gtk_widget_ref/unref with g_object_ref/unrefJavier Jardón2009-10-142-4/+4
| | | | | | | Substitute the use of gtk_widget_ref/unref in documentation examples and in internal gtk+ code https://bugzilla.gnome.org/show_bug.cgi?id=598218
* Substitute gtk_style_unref for g_object_unref in documentation exampleJavier Jardón2009-10-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=598218
* Use g_object_ref/unref instead deprecated gdk_*_ref/unref functionsJavier Jardón2009-10-142-7/+7
| | | | | | | Substitute deprecated reference counting functions for g_object_ref/unref in documentation and in internal code https://bugzilla.gnome.org/show_bug.cgi?id=598217
* Update some links in the tutorialMatthias Clasen2009-06-201-5/+5
| | | | This fixes bug 585953.
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
| | | | Add four new doc templates that were not in repository.
* small fix for "Paned Window Widgets" exampleRyan Lortie2008-12-291-2/+1
| | | | | | | | | | | | | | 2008-12-28 Ryan Lortie <desrt@desrt.ca> small fix for "Paned Window Widgets" example * docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than add_with_viewport for putting a GtkTreeView into a ScrolledWindow Spotted by Benjamin Herrenschmidt svn path=/trunk/; revision=21958
* Fix a typo in the tutorial.Christian Dywan2008-09-301-1/+1
| | | | | | | | | | 2008-09-30 Christian Dywan <christian@imendio.com> Fix a typo in the tutorial. * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'. svn path=/trunk/; revision=21549
* Revert name changeCody Russell2008-07-015-34/+34
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-305-34/+34
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Remove an extra space and swap word order (#518166, Matt Kraai)Johan Dahlin2008-03-031-2/+2
| | | | | | | | | | 2008-03-02 Johan Dahlin <johan@gnome.org> * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order (#518166, Matt Kraai) svn path=/trunk/; revision=19692
* Add a missing space (#517954, Matt Kraai)Johan Dahlin2008-03-031-1/+1
| | | | | | | | | | 2008-03-02 Johan Dahlin <johan@gnome.org> * docs/tutorial/gtk-tut.sgml: Add a missing space (#517954, Matt Kraai) svn path=/trunk/; revision=19691
* Fix tutorial documentation to say 'gtk_main_quit()' instead ofCody Russell2008-02-291-1/+1
| | | | | | | | | | 2008-02-29 Cody Russell <bratsche@gnome.org> * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai) svn path=/trunk/; revision=19676
* Remove all .cvsignore files.Michael Natterer2007-12-131-19/+0
| | | | svn path=/trunk/; revision=19169
* Use gtk_widget_get_parent_window() instead of widget->parent->window.Stefan Kost2007-12-101-3/+3
| | | | | | | | * docs/tutorial/gtk-tut.sgml: Use gtk_widget_get_parent_window() instead of widget->parent->window. svn path=/trunk/; revision=19152
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-22 15:39:40 Tim Janik <timj@imendio.com> * gtk/gtktestutils.c: call g_test_init() from gtk_test_init(). * gtk/tests/testing.c: use g_test_add_func() to register tests and use g_test_run() to run the tests to integrate with the testing framework. * gtk/tests/Makefile.am: removed exemplary testing rules. * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am: * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am: * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am: * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am: * docs/reference/Makefile.am, docs/tools/Makefile.am: * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am: * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am: * demos/gtk-demo/Makefile.am, demos/Makefile.am: * modules/input/Makefile.am, modules/printbackends/file/Makefile.am: * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am: * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am: * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am: * modules/engines/ms-windows/Theme/Makefile.am: * modules/engines/ms-windows/Makefile.am: * modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am: * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am: * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am: * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am: * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am: * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am: include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments. svn path=/trunk/; revision=19033
* removed unbalanced tag that broke the XML.Tim Janik2007-05-081-1/+0
| | | | | | | | | | Tue May 8 23:06:38 2007 Tim Janik <timj@gtk.org> * docs/tutorial/gtk-tut.sgml: removed unbalanced tag that broke the XML. svn path=/trunk/; revision=17802
* fixed buglet from #351759.Tim Janik2006-08-171-1/+1
| | | | | | Thu Aug 17 16:19:35 2006 Tim Janik <timj@imendio.com> * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
* Remove outdated lists of authors and maintainers. (#348538, Owen Taylor)Matthias Clasen2006-08-061-26/+2
| | | | | | | 2006-08-05 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: Remove outdated lists of authors and maintainers. (#348538, Owen Taylor)
* Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)Matthias Clasen2005-01-242-7/+7
| | | | | | | | | | | | | 2005-01-24 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: * docs/tutorial/gtk_tut.sgml: * docs/reference/gtk/tmpl/gtkliststore.sgml: * gtk/gtkactiongroup.c: * gtk/gtksizegroup.c: * gtk/gtksizegroup.h: * gtk/gtktogglebutton.c: Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)
* Re-extract.Matthias Clasen2005-01-031-1/+2
| | | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * examples/*: Re-extract. * docs/tutorial/gtk-tut.sgml: Small corrections.
* Some updates for the drawing section. (#161414, Robert Ancell)Matthias Clasen2005-01-031-21/+35
| | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: Some updates for the drawing section. (#161414, Robert Ancell)
* Make it build.Matthias Clasen2005-01-031-2/+2
| | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: Make it build.
* Clarify section on g_signal_connect_swapped. (#120543, David Bourguignon)Matthias Clasen2005-01-031-14/+15
| | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: Clarify section on g_signal_connect_swapped. (#120543, David Bourguignon)