diff options
author | Jonathan Blandford <jrb@redhat.com> | 2005-01-04 22:10:56 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2005-01-04 22:10:56 +0000 |
commit | c8bad34dafb19734e0423e91cc02cc6f4324437d (patch) | |
tree | a0a869c0b896189c03f69b52a6c69151759a9e0f /docs | |
parent | 7940c635e4719195bc685a390c6feba7a1184f25 (diff) | |
download | gtk+-c8bad34dafb19734e0423e91cc02cc6f4324437d.tar.gz |
only reorder on button 1, part of #141937
Tue Jan 4 16:52:14 2005 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
only reorder on button 1, part of #141937
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkitemfactory.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkitemfactory.sgml b/docs/reference/gtk/tmpl/gtkitemfactory.sgml index 1195901c39..c018caa96b 100644 --- a/docs/reference/gtk/tmpl/gtkitemfactory.sgml +++ b/docs/reference/gtk/tmpl/gtkitemfactory.sgml @@ -37,8 +37,8 @@ and #GtkActionGroup. @path: The id of the message. In #GtkItemFactory this will be a path from a #GtkItemFactoryEntry, in #GtkActionGroup, it will be a label - or tooltip from a #GtkActionEntry. -@func_data: user data passed in when registering the function + or tooltip from a #GtkActionEntry. +@func_data: user data passed in when registering the function @Returns: the translated message |