Re: colors and tool buttons/menu items
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: Marisa DeMeglio <marisa dinf ne jp>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: colors and tool buttons/menu items
- Date: Sun, 1 Aug 2004 23:53:05 +0200 (CEST)
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]