Re: colors and tool buttons/menu items



Hi Marisa

MAybe you should set you own label widget via
gtk_tool_button_set_label_widget?

Be sure to use the real button an not a container widget, e.g. get the
real button via GTK_BIN(my_gtk_tool_button)->child.

gtk_tool_button_[get|set]_label_widget() provides a way to customize a
label widget - as long as you don't set one, it returns NULL and uses the
provided text.

I guess it's the same for GtkMenuItems

HTH

Jan-Marek



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]