summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
Commit message (Collapse)AuthorAgeFilesLines
* 2.6.7gtk-2-6-macosx-branchpointGTK_2_6_7Matthias Clasen2005-04-131-0/+3
|
* 2.6.5GTK_2_6_5Matthias Clasen2005-04-091-3/+0
|
* 2.6.3GTK_2_6_3Matthias Clasen2005-02-281-0/+3
|
* Make short descriptions a bit more consistent.Matthias Clasen2004-10-111-1/+1
|
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-7/+7
| | | | | | | | | | Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * NEWS: updates * tests/testcombo.c: Fix compilation
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-181-7/+7
| | | | | | | | | | Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an empty target list if targets is NULL. * configure.in: Add check for X11/extensions/sync.h. (#147416, Morten Welinder)
* Add two more folder modes to the enum.Jonathan Blandford2004-02-261-0/+7
| | | | | | | | | | Thu Feb 26 18:25:57 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkfilechooser.h (GtkFileChooserAction): Add two more folder modes to the enum. * gtk/gtkfilechooser.c (gtk_file_chooser_set_folder_mode): Remove. (gtk_file_chooser_get_folder_mode): Remove
* Commit auto-generated changesSoeren Sandmann2004-02-211-0/+29
| | | | | | Sat Feb 21 17:57:35 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/docs: Commit auto-generated changes
* Fix example. (#113604, Julien Moutte)Matthias Clasen2003-05-261-1/+1
| | | | | | | 2003-05-27 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkradiomenuitem.sgml: Fix example. (#113604, Julien Moutte)
* Add some information about group list handling. (#101328, James M. Cape)Matthias Clasen2002-12-161-1/+5
| | | | | | | | 2002-12-16 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkradiomenuitem.sgml: * gtk/tmpl/gtkradiobutton.sgml: Add some information about group list handling. (#101328, James M. Cape)
* Markup fixesMatthias Clasen2002-05-281-1/+1
| | | | | | | | | | | | | | | | * gtk/gtkwindow.c (gtk_window_move): Markup fixes * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes. * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs for Docbook XML. * gtk/*, gdk/*, gdk-pixbuf/*: Create XML, not SGML. * gtk/tmpl/*: Remove property documentation which comes from the source now. * gtk/building.sgml: Remove traces of gxi.
* A bunch of trivial doc fixes.Matthias Clasen2002-04-201-1/+1
|
* Remove references to nonexisting functions.Matthias Clasen2001-12-311-1/+1
| | | | | | | | | | | | * gtk/tmpl/gtkbbox.sgml: Remove references to nonexisting functions. * gtk/tmpl/gtkcolorseldlg.sgml, gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkhseparator.sgml, gtk/tmpl/gtktree.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkradiomenuitem.sgml: Replace references to deprecated functions. * gtk/tmpl/gtkhbbox.sgml,gtk/tmpl/gtkvbbox.sgml: Minor fixes.
* to compare pattern specs, use g_pattern_spec_equal() instead of directTim Janik2001-10-131-2/+5
| | | | | | | | | | | Sat Oct 13 07:09:30 2001 Tim Janik <timj@gtk.org> * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern specs, use g_pattern_spec_equal() instead of direct field accesses. upon compressing two equal paths of the same type, the resulting priority has to be the maximum. * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the GtkPathPriorityType enum and make it a macro.
* Updates.Matthias Clasen2001-10-101-13/+7
| | | | | | | | | | * gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml, gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkradiomenuitem.sgml: Updates. * gdk-pixbuf/gdk-pixbuf-sections.txt, gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes.
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-08 Havoc Pennington <hp@pobox.com> * gtk/gtk-sections.txt: put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put it back in gtk-docs.sgml. Tons of other additions from gtk-unused.txt, but mostly skipping all the tree stuff for now. 2001-09-08 Havoc Pennington <hp@pobox.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute): docs fixes * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes * gtk/gtksocket.c (gtk_socket_steal): docs fixes * gtk/gtkscrolledwindow.h: docs fixes * gtk/gtkimage.c (gtk_image_new): docs fixes
* Fixed typo.Russ Nelson2001-08-201-1/+1
|
* Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)Owen Taylor2001-07-121-2/+3
| | | | | | | | | | Thu Jul 12 18:29:40 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) * gtk/gtkfilesel.c: Indentation fix.
* docs, fixes bug #54144Havoc Pennington2001-05-111-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-11 Havoc Pennington <hp@pobox.com> * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug #54144 * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes bug #54330 2001-05-11 Havoc Pennington <hp@pobox.com> * gtk/tmpl/gtkvruler.sgml, gtk/tmpl/gtkhruler.sgml: fix bug #54431 * gtk/tmpl/gtkdrawingarea.sgml: fix bug #54331 * gtk/tmpl/gtkenums.sgml: fix bug #54329, and update some other random things * gtk/gtk-sections.txt: updates * gtk/tmpl/gtkmenuitem.sgml: fix bug #54277 * gtk/tmpl/gtkradiomenuitem.sgml: fix bug #54323, #54324, #54325
* Move gtk-reference files into GTK+ tree proper.Owen Taylor2000-09-071-1/+0
| | | | | | | | | | | Thu Sep 7 14:15:03 2000 Owen Taylor <otaylor@redhat.com> * gdk/* gtk/*: Move gtk-reference files into GTK+ tree proper. * Update sections.txt files to correspond to current code, tweak .sgml files and Makefiles to correspond. * gtk/tmpl/gtkradiomenuitem.sgml (this): Remove extra <para>
* new menu item sections and minor update to notebook section from NicolasDamon Chaplin2000-02-281-17/+50
| | | | | | | | | | | | | | | | | | | 2000-02-28 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtkradiomenuitem.sgml: * gtk/tmpl/gtkmenuitem.sgml: * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to notebook section from Nicolas GEORGE <nicolas.george@ens.fr>. 2000-02-18 Damon Chaplin <damon@helixcode.com> * gtk/tmpl/gtktooltips.sgml: patch from David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors() does not work. 2000-02-09 Damon Chaplin <damon@helixcode.com> * gdk/tmpl/input_methods.sgml: minor fix.
* ran make templates, to fix problems with structs.Damon Chaplin1999-09-221-2/+0
| | | | | | | | | | | | | | | | | | | | | 1999-09-22 Damon Chaplin <damon@karuna.freeserve.co.uk> * gtk/tmpl/*.sgml: ran make templates, to fix problems with structs. * gtk/gtk-sections.txt: rearranged GtkCombo section. * gtk/tmpl/gtkvseparator.sgml: * gtk/tmpl/gtkhseparator.sgml: * gtk/tmpl/gtkgc.sgml: * gtk/tmpl/gtkfeatures.sgml: * gtk/tmpl/gtktipsquery.sgml: * gtk/tmpl/gtkitem.sgml: * gtk/tmpl/gtkinvisible.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkdata.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkcombo.sgml: * gtk/tmpl/gtkaccellabel.sgml: documented.
* Initial revisionOwen Taylor1999-08-161-0/+61