Re: GtkComboBox popup menu wider than the combobox
- From: Murray Cumming <murrayc murrayc com>
- To: Michael Natterer <mitch gimp org>
- Cc: gtk-list <gtk-list gnome org>
- Subject: Re: GtkComboBox popup menu wider than the combobox
- Date: Wed, 06 Oct 2010 09:55:24 +0200
On Tue, 2010-10-05 at 09:16 +0200, Michael Natterer wrote:
> On Mon, 2010-10-04 at 20:46 +0200, Murray Cumming wrote:
> > Is there any way to make a GtkComboBox's popup menu wider than the
> > GtkComboBox itself, or to disable ellipsizing so that is possible?
>
> No, but the other way around. You initialize the combo with the
> large cells, and then hack around to set smaller cells once
> the widget is constructed.
>
> In GIMP, we do the hack in style_set() because we need a style
> property that scales down font size, but I'm sure you can do
> it in another place too:
>
> layout = GTK_CELL_LAYOUT (gtk_bin_get_child (GTK_BIN (combo)));
> gtk_cell_layout_clear (layout);
>
> Then set something "small".
>
> No a solution, but a hack that has worked for a long time now ;)
I'm glad that I'm not the only one who needs this. Would this patch
(from Tristan) help you too?
https://bugzilla.gnome.org/show_bug.cgi?id=631452#c4
--
murrayc murrayc com
www.murrayc.com
www.openismus.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]