Include eventbox for expander. (#137564, reported by Jacques Garrigue)
Thu Mar 18 12:10:45 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtktreeitem.c (gtk_tree_item_forall): Include eventbox for expander. (#137564, reported by Jacques Garrigue)
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Thu Mar 18 12:10:45 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeitem.c (gtk_tree_item_forall): Include
|
||||||
|
eventbox for expander. (#137564, reported by
|
||||||
|
Jacques Garrigue)
|
||||||
|
|
||||||
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||||
|
|
||||||
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Thu Mar 18 12:10:45 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeitem.c (gtk_tree_item_forall): Include
|
||||||
|
eventbox for expander. (#137564, reported by
|
||||||
|
Jacques Garrigue)
|
||||||
|
|
||||||
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||||
|
|
||||||
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Thu Mar 18 12:10:45 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeitem.c (gtk_tree_item_forall): Include
|
||||||
|
eventbox for expander. (#137564, reported by
|
||||||
|
Jacques Garrigue)
|
||||||
|
|
||||||
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||||
|
|
||||||
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Thu Mar 18 12:10:45 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeitem.c (gtk_tree_item_forall): Include
|
||||||
|
eventbox for expander. (#137564, reported by
|
||||||
|
Jacques Garrigue)
|
||||||
|
|
||||||
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||||
|
|
||||||
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
Thu Mar 18 12:10:45 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeitem.c (gtk_tree_item_forall): Include
|
||||||
|
eventbox for expander. (#137564, reported by
|
||||||
|
Jacques Garrigue)
|
||||||
|
|
||||||
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
2004-03-18 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||||
|
|
||||||
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
* mr.po: Added "mr" for Marathi to ALL_LINGUAS.
|
||||||
|
|||||||
@ -1036,4 +1036,6 @@ gtk_tree_item_forall (GtkContainer *container,
|
|||||||
(* callback) (bin->child, callback_data);
|
(* callback) (bin->child, callback_data);
|
||||||
if (include_internals && tree_item->subtree)
|
if (include_internals && tree_item->subtree)
|
||||||
(* callback) (tree_item->subtree, callback_data);
|
(* callback) (tree_item->subtree, callback_data);
|
||||||
|
if (include_internals && tree_item->pixmaps_box)
|
||||||
|
(* callback) (tree_item->pixmaps_box, callback_data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user