When we are using the old API, make all items "is_important". That way
Wed Nov 12 01:29:32 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we are using the old API, make all items "is_important". That way BOTH_HORIZ will continue to show both icon and label in old API mode.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
14c565729f
commit
6c83c38687
@ -1,3 +1,10 @@
|
|||||||
|
Wed Nov 12 01:29:32 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
|
||||||
|
are using the old API, make all items "is_important". That way
|
||||||
|
BOTH_HORIZ will continue to show both icon and label in old API
|
||||||
|
mode.
|
||||||
|
|
||||||
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Wed Nov 12 01:29:32 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
|
||||||
|
are using the old API, make all items "is_important". That way
|
||||||
|
BOTH_HORIZ will continue to show both icon and label in old API
|
||||||
|
mode.
|
||||||
|
|
||||||
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Wed Nov 12 01:29:32 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
|
||||||
|
are using the old API, make all items "is_important". That way
|
||||||
|
BOTH_HORIZ will continue to show both icon and label in old API
|
||||||
|
mode.
|
||||||
|
|
||||||
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Wed Nov 12 01:29:32 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
|
||||||
|
are using the old API, make all items "is_important". That way
|
||||||
|
BOTH_HORIZ will continue to show both icon and label in old API
|
||||||
|
mode.
|
||||||
|
|
||||||
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
||||||
|
|||||||
@ -1,3 +1,10 @@
|
|||||||
|
Wed Nov 12 01:29:32 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
|
||||||
|
are using the old API, make all items "is_important". That way
|
||||||
|
BOTH_HORIZ will continue to show both icon and label in old API
|
||||||
|
mode.
|
||||||
|
|
||||||
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
Mon Nov 10 00:40:41 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
* gtk/gtkeventbox.c (gtk_event_box_set_above_child):
|
||||||
|
|||||||
@ -3457,6 +3457,12 @@ gtk_toolbar_internal_insert_element (GtkToolbar *toolbar,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* When we are using the old API, consider all items "is_important". That
|
||||||
|
* way BOTH_HORIZ will continue to show both icon and label in old API mode
|
||||||
|
*/
|
||||||
|
gtk_tool_item_set_is_important (item, TRUE);
|
||||||
|
|
||||||
gtk_widget_show (GTK_WIDGET (item));
|
gtk_widget_show (GTK_WIDGET (item));
|
||||||
|
|
||||||
if (type == GTK_TOOLBAR_CHILD_BUTTON ||
|
if (type == GTK_TOOLBAR_CHILD_BUTTON ||
|
||||||
|
|||||||
Reference in New Issue
Block a user