Re: [glade--]Fwd: [gtkmm] Problem with gtkmm handling comboboxes from glade



John Bartelt wrote:

> ----------  Forwarded Message  ----------
>
> Subject: [gtkmm] Problem with gtkmm handling comboboxes from glade
> Date: Thu, 29 Nov 2001 15:25:59 -0800
> From: John Bartelt <bartelt ics uci edu>
> To: gtkmm mailing list <gtkmm-main lists sourceforge net>
>
> After following several suggestions from the #c++ irc (irc.gnome.org) and
> searching the mailing-list archives, I'm still in a quandry about how gtkmm
> handles comboboxes generated by glade(glademm?) Glade generates the following
> code:
> <snip>
>   {
>       const char * const (items[]) = { "", 0 };
>       combo1->set_popdown_strings(items);
>    }
> <snip>

Does it work if you remove the brackets?

  const char * const items[] = { "", 0 };

If so, I believe it is fixed in current CVS Version, can you check it?
If it works for you, I'll pack and ship glade-- 0.6.2b.

   Christof





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