forked from AuroraMiddleware/gtk
Set state of labels back to normal before reparenting back. (#102387)
2003-03-29 Matthias Clasen <maclas@gmx.de> * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state of labels back to normal before reparenting back. (#102387)
This commit is contained in:
parent
b9c6a4fd2a
commit
e042bc63dd
@ -1,5 +1,8 @@
|
|||||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||||
|
of labels back to normal before reparenting back. (#102387)
|
||||||
|
|
||||||
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
||||||
a default window title to match the GtkFontSelectionDialog behavior.
|
a default window title to match the GtkFontSelectionDialog behavior.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||||
|
of labels back to normal before reparenting back. (#102387)
|
||||||
|
|
||||||
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
||||||
a default window title to match the GtkFontSelectionDialog behavior.
|
a default window title to match the GtkFontSelectionDialog behavior.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||||
|
of labels back to normal before reparenting back. (#102387)
|
||||||
|
|
||||||
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
||||||
a default window title to match the GtkFontSelectionDialog behavior.
|
a default window title to match the GtkFontSelectionDialog behavior.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||||
|
of labels back to normal before reparenting back. (#102387)
|
||||||
|
|
||||||
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
||||||
a default window title to match the GtkFontSelectionDialog behavior.
|
a default window title to match the GtkFontSelectionDialog behavior.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
2003-03-29 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
|
||||||
|
of labels back to normal before reparenting back. (#102387)
|
||||||
|
|
||||||
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
|
||||||
a default window title to match the GtkFontSelectionDialog behavior.
|
a default window title to match the GtkFontSelectionDialog behavior.
|
||||||
|
|
||||||
|
@ -841,6 +841,7 @@ gtk_option_menu_remove_contents (GtkOptionMenu *option_menu)
|
|||||||
if (child)
|
if (child)
|
||||||
{
|
{
|
||||||
gtk_widget_set_sensitive (child, TRUE);
|
gtk_widget_set_sensitive (child, TRUE);
|
||||||
|
gtk_widget_set_state (child, GTK_STATE_NORMAL);
|
||||||
gtk_widget_reparent (child, option_menu->menu_item);
|
gtk_widget_reparent (child, option_menu->menu_item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user