summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2.1.0, binary, interface age 0.Matthias Clasen2002-05-052-0/+8
| | | | | | | | | | | * configure.in: Bump version to 2.1.0, binary, interface age 0. * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): (gtk_container_class_find_child_property): Document. * gtk/gtkwidget.c: * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties and gtk_widget_class_find_child_property. (#80652)
* Doc updates.Matthias Clasen2002-05-025-27/+30
|
* set these.Matthias Clasen2002-05-013-2/+28
| | | | | | | * gdk/Makefile.am (GTKDOC_CFLAGS, GTKDOC_LIBS): set these. * gdk/gdk.types: Add types derived from GObject, so that they get an object hierarchy section.
* Move GdkScreen struct to the GdkScreen section.Matthias Clasen2002-05-016-41/+68
| | | | | | | | | | | | * gdk/gdk-sections.txt: Move GdkScreen struct to the GdkScreen section. * gdk/tmpl/gdkscreen.sgml: * gdk/tmpl/gdkdisplay.sgml: Typo and markup fixes. * gdk/gdk-docs.sgml: Reorder display and screen sections. * gdk/multihead.sgml: Remove references to GdkDisplayManager, typo and markup fixes.
* Update for multihead.Owen Taylor2002-04-3014-11/+251
| | | | | | Tue Apr 30 14:16:12 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Update for multihead.
* Update for multihead.Owen Taylor2002-04-3023-51/+1200
| | | | | | | | | | | | Tue Apr 30 12:26:31 2002 Owen Taylor <otaylor@redhat.com> * gdk-sections.txt: Update for multihead. * multihead.sgml gtk-docs.sgml: Add overview of multihead from multihead branch. * tmpl/gdkdisplay.sgml tmpl/gdkscreen.sgml: New sections from multihead branch.
* half-finished docs on merging GTK with existing hunks of code (event loopHavoc Pennington2002-04-302-0/+213
| | | | | | | | 2002-04-30 Havoc Pennington <hp@redhat.com> * gtk/other_software.sgml: half-finished docs on merging GTK with existing hunks of code (event loop integration, using threads vs. processes, blah blah)
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-292-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Apr 29 18:28:00 2002 Owen Taylor <otaylor@redhat.com> Integrate Erwann Chenede's multihead changes for the gtk/ directory. * gtk/gtkclipboard.[ch]: Add gtk_clipboard_get_for_display(), make internals multihead aware. * gtk/gtkcolorsel.[ch]: Add gtk_color_selection_set_change_palette_with_screen_hook () [ugh!] make up for non-multihead safety of gtk_color_selection_set_change_palette_hook() * gtk/gtkinvisible.[ch] gtk/gtkmenu.[ch] gtkwindow.[ch]: Add gtk_{invisible,menu,window}_set_screen(); add "screen" properties for GtkWindow and GtkMenu. * gtk/gtkplug.[ch]: Add gtk_plug_construct_for_display(), gtk_plug_new_for_display(). Multihead fixes. * gtk/gtkselection.[ch]: Add gtk_selection_owner_set_for_display(), make internals multihead aware. * gtk/gtksettings.[ch]: Add gtk_settings_get_for_screen(), get rid of now-useless gtk_settings_constructor(). * gtk/gtkstyle.[ch]: Add gtk_style_get_font_for_display(), fix check/radio button indicators bitmap handling to be multihead safe. * gtk/gtkwidget.[ch]: Add gtk_widget_get_screen(), gtk_widget_has_screen(), gtk_widget_get_display(), gtk_widget_get_clipboard(), gtk_widget_get_root_window(). * gtk/gtkbindings.c gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkctree.c gtk/gtkdnd.c gtk/gtkfilesel.c gtk/gtkgamma.c gtk/gtkhandlebox.c gtk/gtkhsv.c gtk/gtkimcontext.c gtk/gtklabel.c gtk/gtklist.c gtk/gtkmain.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.c gtk/gtkoldeditable.c gtk/gtkoptionmenu.c gtk/gtkpaned.c gtk/gtkpreview.c gtk/gtksocket.c gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextview.c gtk/gtktipsquery.c gtk/gtktooltips.c gtk/gtktreeview.c gtk/gtktreeviewcolumn.c: misc mechanical multihead-safety fixes. * gtk/gtkclipboard.c: Use a GtkImage rather than a pixmap for the dropper, look up the color palette only at realization time, other multihead fixes. * gtk/gtkcombo.c (gtk_combo_unrealize): Popdown the list when unrealizing. * gtk/gtkentry.c: Only claim ownership of the primary selection when realized, misc multihead fixes. * gtk/gtkfontsel.c: Only fill in fonts when attached to a screen, fix gtk_font_selection_get_font() for multihead. * gtk/gtkgc.c: make the depth => drawable hash per-screen. * gtk/gtkinvisible.c: Add a constructor that realizes the widget, so we get a realized widget with g_object_new() as well gtk_invisible_new() as before. * gtk/gtkmain.c: Get rid of unused gtk_visual/gtk_colormap variables. * gtk/gtktextdisplay.c: Add warnings if stipple bitmaps are used on the wrong screen. * gtk/gtktoolbar.c: Make handling of GtkSettings-based layout read properties and connect to settings when the screen is changed, rather than on init/finalize. * gtk/gtkwindow.c: Fix icon handing to be multihead safe ... default icon pixmaps/mask are only shared between windows on the same screen. Misc multihead fixes. Sat Apr 27 13:49:53 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkclipboard.c (gtk_clipboard_get_for_display): Update docs to reference GDK_SELECTION_CLIPBOARD rather GDK_NONE. 2002-04-29 Alex Larsson <alexl@redhat.com> * gdk/linux-fb/gdkproperty-fb.c (gdk_property_get): Fix silly bug, noticed by Sven Neumann. Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix so that you can set a new sort func.
* Fix some docs duplicated between templates and inline.Owen Taylor2002-04-265-107/+39
| | | | | | | Thu Apr 25 22:37:58 2002 Owen Taylor <otaylor@redhat.com> * gdk/tmpl/{events,input_devices,region,x_interaction}.sgml: Fix some docs duplicated between templates and inline.
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-259-43/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Apr 25 16:51:40 2002 Owen Taylor <otaylor@redhat.com> Start of integration of Erwann Chenede's multihead work from the gtk-multihead branch. * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch] gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkscreen-x11.[ch] New classes representing a set of screens with attached input devices and a single contiguous area, respectively. * gdk/gdk.[ch] gdk/gdkinternals.h gdk/x11/gdkmain-x11.c: gdk/x11/gdkprivate-x11.h: Make the initialization interface simple _gdk_windowing_init() and do the rest in gdk_open_display() calls. * gdk/gdk.[ch]: Add gdk_parse_args() which can be used to do the display-independent part of initialization instead of gdk_init_[check]. * gdk/gdkcursor.h gdk/gdkfont.h gdk/gdkkeys.h gdk/gdkpixmap.h gdk/gdkproperty.h gdk/gdkselection.h gdk/gdkwindow.h: Add multihead variants (_for_display(), for_screen()) of functions getting information specific to a particular screen screen or display. * gdk/gdkscreen.[ch]: Add gdk_screen__* variants of functions like gdk_rgb_get_colormap() that used to get/list global objects. * gdk/x11/gdkx.h: Add functions for converting GdkScreen and GdkDisplay into the X equivalents. * gdk/x11/gdkwindow-x11.c: Removed gdk_window_xid_at_coords() not in the headers and unused. * configure.in gdk/x11/{gxid.c,gxid_lib.[ch],gdkinput-gxi.c}: Remove gxid support ... has not been tested for a long time... "xfree" support is more portable to non XFree86. * gdk/**.h: Add a GDK_MULTIHEAD_SAFE define that can be used to turn off functions that are inherently non-multihead safe. * gdk/**.c: add GDK_NOTE(multihead, ...) calls when functions are used in non-multihead-safe ways. * gdk/*.c gdk/x11/*.c: Changes to make the internals of GDK multihead safe.
* Remove GTK_OBJECT_CONNECTED.Matthias Clasen2002-04-242-1/+2
| | | | | | | * gtk/gtk-sections.txt: Remove GTK_OBJECT_CONNECTED. * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc comment markers on freeform comments.
* Fix file corruption that got accidentally delivered.Matthias Clasen2002-04-241-2474/+1543
|
* Formatting fix.Matthias Clasen2002-04-232-2/+2
| | | | * gtk/tmpl/gtksocket.sgml: Formatting fix.
* Improve docs. (#62359)Matthias Clasen2002-04-235-22/+36
| | | | | | | | | | | | | * gtk/gtktextview.c (gtk_text_view_buffer_to_window_coords): (gtk_text_view_window_to_buffer_coords): Improve docs. (#62359) * gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml: Updates. (#79001) * gtk/tmpl/gtksocket.sgml: Add link to XEmbed draft. (#67818) * gtk/tmpl/gtkdrawingarea.sgml: Fix a typo. * gtk/text_widget.sgml: Complete the fix for #79080.
* Fix typo in "Simple Example". (#78661)Matthias Clasen2002-04-212-2/+6
| | | | * gtk/tree_widget.sgml: Fix typo in "Simple Example". (#78661)
* A bunch of trivial doc fixes.Matthias Clasen2002-04-208-1543/+2503
|
* Remove some files whose content is either obsolete or has been movedMatthias Clasen2002-04-194-989/+0
| | | | | | | | | | * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt, docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt, gdk/TODO: Remove some files whose content is either obsolete or has been moved elsewhere. * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references to these files.
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-1818-28/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gtk/gtkitemfactory.c: * gtk/gtkiconfactory.c: * gtk/gtkwidget.c: * gtk/gtkstyle.c: * gtk/gtkrc.c: * gtk/gtktreeviewcolumn.c: * gtk/gtkdialog.c: * gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the documentation to bring the produced Docbook closer to XML. * gdk/tmpl/rgb.sgml: * gdk/tmpl/general.sgml: * gtk/tmpl/gtktogglebutton.sgml: * gtk/tmpl/gtkaccellabel.sgml: * gtk/tmpl/gtkradiobutton.sgml: * gtk/tmpl/gtktreemodel.sgml: * gtk/tmpl/gtkwidget.sgml: * gtk/tmpl/gtkimage.sgml: * gtk/tmpl/gtktooltips.sgml: * gtk/tmpl/gtksignal.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkdnd.sgml: * gtk/tmpl/gtksocket.sgml: * gtk/tmpl/gtkdrawingarea.sgml: * gtk/tmpl/gtkobject.sgml: * gtk/tmpl/gtkpaned.sgml: * gtk/tmpl/gtkmain.sgml: s/<!>/<!-- -->/g throughout the documentation to bring the produced Docbook closer to XML.
* UpdatesOwen Taylor2002-03-291-0/+1
| | | | | | | | | | | | | | Fri Mar 29 00:19:41 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Updates * configure.in: Version 2.0.1, binary, interface age 1. * configure.in (GDK_PIXBUF_VERSION): Up required versions of dependencies. * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: Add stock_add/remove_16.
* Add a mention of running ldconfig. (#76126, Bill Nayland.)Owen Taylor2002-03-262-1/+10
| | | | | | | Tue Mar 26 15:41:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/building.sgml: Add a mention of running ldconfig. (#76126, Bill Nayland.)
* fix bugs in the code.Jonathan Blandford2002-03-252-24/+42
| | | | | | Mon Mar 25 11:31:41 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tree_widget.sgml: fix bugs in the code.
* Much expanded overview docs for GtkTreeView and related objects.Cody Russell2002-03-212-39/+263
|
* add example to docs, as people are seeming to have trouble with thisJonathan Blandford2002-03-1510-168/+143
| | | | | | | | | | Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_new_with_attributes): add example to docs, as people are seeming to have trouble with this function. Remake docs as well.
* new FAQ.GTK_MULTIHEAD_MERGEPOINT_12_03_02Jonathan Blandford2002-03-123-28/+43
| | | | | | | | Tue Mar 12 00:29:31 2002 Jonathan Blandford <jrb@redhat.com> * gtk/question_index.sgml: new FAQ. * gtk/tmpl/gtktreemodel.sgml: clean up example
* Document GdkScreen.Matthias Clasen2002-03-127-30/+85
| | | | | | | | | | | * gdk/tmpl/windows.sgml: Document GdkScreen. * gtk/gtk-sections.txt: Move a few Class structs to Standard sections. * gtk/tmpl/gtktreemodel.sgml, gtk/tmpl/gtkprogress.sgml, gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkimage.sgml: Generate proper markup for format strings in examples, also fix an oversight in the GtkTreeModel example. (#74213)
* Add interfaces to get docs on their signals.Matthias Clasen2002-03-112-0/+10
| | | | * gtk/gtk.types: Add interfaces to get docs on their signals.
* Lots of docs.Jonathan Blandford2002-03-095-16/+218
| | | | | | Sat Mar 9 13:00:38 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Lots of docs.
* List -I/opt/gtk/include not -I /opt/gtk/include.Owen Taylor2002-03-082-3/+10
| | | | | | | | | Fri Mar 8 15:14:32 2002 Owen Taylor <otaylor@redhat.com> * gtk/building.sgml: List -I/opt/gtk/include not -I /opt/gtk/include. * gtk/building.sgml: Add a gloss for XIM.
* Add some ids which are referenced from the object hierarchy.Matthias Clasen2002-03-078-50/+58
| | | | | | | | | | * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktextview.sgml, gtk/tmpl/gtkiconfactory.sgml, gtk/tmpl/gtkaccelgroup.sgml: Add some ids which are referenced from the object hierarchy. * gtk/gtk-docs.sgml: Use parts as top-level division (#61575), include gtkaccessible docs.
* Some typo and markup fixes.Matthias Clasen2002-03-072-15/+19
| | | | * gtk/building.sgml: Some typo and markup fixes.
* start implementingJonathan Blandford2002-03-073-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Mar 7 02:58:16 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtkliststore.sgml: start implementing * gtk/question_index.sgml: "I can set with the tree, but not get???!?!" Wed Mar 6 23:20:51 2002 Jonathan Blandford <jrb@redhat.com> and Kristian Rietveld <kris@gtk.org> Finishing touch for 2.0.0 release, fixes #70782, #72729, the 'stealth' bug and other last-minute minor issues. * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set dnd dest line drawing right. We can't draw the line at the position of the next row, because that one still has to be drawn. So draw everthing at a -1 offset. (validate_visible_area): add check for invalid descendants and NULL scroll_to_path path, get scrolling right. Also, fix the area_above value. Pretty amazing I got it wrong. (get_logical_dest_row): add gtk-tree-model-drop-append magic, so dragging a row to the end of the model works right. (gtk_tree_view_get_dest_row_at_pos): minor floating point fix (gtk_tree_view_start_editing): add call to validate_row (gtk_tree_view_tree_to_widget_coords): Never subtract HEADER_HEIGHT from y values anymore!!! (gtk_tree_view_widget_coords_to_tree): ditto. (gtk_tree_view_scroll_to_point): allow -1 as values for the scroll_to coords (gtk_tree_view_move_cursor_page_up_down): Don't need scroll_to_y as clamp_node_visible will make it work. * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): also check path depth, as we can't get iters from empty paths * gtk/gtkliststore.c (gtk_list_store_drag_data_received): handle gtk-tree-model-drop-append * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): free path_str * tests/testtreeflow.c (main): select path where we are scrolling to
* Mention the need to subscribe to the GTK+ mailing lists.Owen Taylor2002-03-063-48/+350
| | | | | | | | | | | | | | Wed Mar 6 18:11:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/resources.sgml: Mention the need to subscribe to the GTK+ mailing lists. * gtk/building.sgml: Go into much more details about building the entire set of GTK+ libraries and about the dependencies that are required. * gtk/building.sgml: Add docs for --enable-explicit-deps, --with-xinput.
* fix tyopJonathan Blandford2002-03-061-1/+1
|
* docsJonathan Blandford2002-03-063-19/+67
| | | | | | | | Wed Mar 6 14:12:34 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtktreeselection.sgml: docs * gtk/tree_widget.sgml: clean up docs
* GTK+-2.0.0 rc1GTK_2_0_0_RC1Owen Taylor2002-03-062-0/+5
| | | | | | | | | | | Tue Mar 5 22:16:58 2002 Owen Taylor <otaylor@redhat.com> * GTK+-2.0.0 rc1 * docs/tutorial,faq/Makefile.am: Deal with the html directory already being there. * docs/faq/Makefile.am (EXTRA_DIST): Add gtk-faq.sgml to EXTRA_DIST.
* Fix docs.Matthias Clasen2002-03-052-1/+4
| | | | | | | | | | | | | | | | | * gtk/gtktreemodel.c (gtk_tree_row_reference_deleted): Fix docs. * gtk/gtkwindow.c (gtk_window_remove_mnemonic): (gtk_window_add_mnemonic): (gtk_window_mnemonic_activate): Add docs. * gtk/gtktreeview.c (gtk_tree_view_get_search_equal_func): Fix typo in docs. * test-loaders.c, test-images.h: More random tests. * io-bmp.c (DecodeHeader): Fail gracefully on OOM here. * gtk/gtk-sections.txt: Remove gtk_win32_get_installation_directory.
* s/menu_new/menu_item_new/. (#69199, Akira Tagoh.)Owen Taylor2002-03-051-1/+1
| | | | | | | Tue Mar 5 17:02:59 2002 Owen Taylor <otaylor@redhat.com> * docs/tutorial/gtk-tut.sgml: s/menu_new/menu_item_new/. (#69199, Akira Tagoh.)
* Build the docbook version, not the old linuxdoc version.Owen Taylor2002-03-051-35/+21
| | | | | | | Tue Mar 5 16:53:05 2002 Owen Taylor <otaylor@redhat.com> * docs/faq/Makefile.am: Build the docbook version, not the old linuxdoc version.
* Update version to 2.0.0Owen Taylor2002-03-058-21/+33
| | | | | | | | | | | | | | | | Tue Mar 5 15:47:54 2002 Owen Taylor <otaylor@redhat.com> * configure.in test/makefile.msc **.pc.in **/*.am: Update version to 2.0.0 * gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp files. * configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0, Pango, Atk, 1.0.0. * m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum version.
* Make color selection and selection examples work.Matthias Clasen2002-03-041-50/+49
| | | | | | | | | * docs/tutorial/gtk-tut.sgml: Make color selection and selection examples work. * tests/testselection.c (selection_toggled, selection_clear): Use selection_widget as selection owner - otherwise clearing the selection doesn't work.
* Move GtkOldEditable to the "Deprecated" section. (#68408)Matthias Clasen2002-03-043-2/+10
| | | | | | | * gtk/gtk-docs.sgml: Move GtkOldEditable to the "Deprecated" section. (#68408) * gtk/tmpl/gtktreeview.sgml: Close linkend attribute. (#73364)
* Write documentation Write documentationJonathan Blandford2002-03-033-28/+51
| | | | | | | Sun Mar 3 01:36:21 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tmpl/gtktreeviewcolumn.sgml: Write documentation * gtk/tmpl/gtktreeview.sgml: Write documentation
* Move a couple of function docs into the C file.Owen Taylor2002-03-022-18/+9
| | | | | | | Sat Mar 2 15:46:29 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkentry.sgml: Move a couple of function docs into the C file.
* Default to --disable-gtk-doc (avoid Jade breakage) and --disable-staticOwen Taylor2002-03-023-3/+32
| | | | | | | | | | | | | | | | | | | | Sat Mar 2 14:32:50 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static (static linking causes problems with Xft changes.) * autogen.sh: Add --enable-gtk-doc by default. * Makefile.am: Add a 'mydistcheck' rule that passes --enable-gtk-doc to the configure since that is needed for 'make dist'. * docs/tutorial/Makefile.am (dist-hook): Don't distribute the PDF file. (Rule doesn't work on my system, plus it's big.) * gtk/Makefile.am: 'make dist' fixes.
* Add note about gtk_notebook_reorder_child().Owen Taylor2002-03-012-0/+13
| | | | | | Fri Mar 1 10:35:15 2002 Owen Taylor <otaylor@redhat.com> * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child().
* Clean up the code so < 0 == end wasn't just a side effect, remove most ofOwen Taylor2002-02-272-3/+7
| | | | | | | | | | | | | | Tue Feb 26 22:22:37 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkbox.c (gtk_box_reorder_child): Clean up the code so < 0 == end wasn't just a side effect, remove most of the manual linked list manipulation code in favor of g_list_* functions. Tue Feb 26 22:01:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code - negative @position indicates the end of the list.
* Fix typos in pkg-config invokations. (#72476)Matthias Clasen2002-02-264-88/+112
| | | | | | | | | | | | | * docs/tutorial/gtk-tut.sgml: Fix typos in pkg-config invokations. (#72476) Fixes for #72478: * gtk/tmpl/gtkprogressbar.sgml: Add note about new GtkProgressBar API to introduction. * gtk/gtk-sections.txt: Reorder GtkProgressBar functions to move undeprecated API to top.
* More GTK+ 2.0 updates.Matthias Clasen2002-02-253-1511/+654
| | | | | | | | * docs/tutorial/gtk-tut.sgml, docs/tutorial/images/*, examples/*: More GTK+ 2.0 updates. * docs/tutorial/Makefile.am: build and dist the new tutorial, not the old Linuxdoc one.
* Document gtk_tree_path_new_root(), gtk_tree_model_get_iter_root() asOwen Taylor2002-02-243-2/+34
| | | | | | | | | Sat Feb 23 23:39:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Document gtk_tree_path_new_root(), gtk_tree_model_get_iter_root() as compatibility macros. * gtk/gtk-sections.txt: Updates.
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-0/+5
| | | | | | | | | Sat Feb 23 20:59:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkstyle.c gtk/gtkrc.[ch]: gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a gtk-font-name GtkSetting. * gdk/x11/gdkevents-x11.c: Add Gtk/FontName XSETTING.