Re: [gtkmvc-users] Working with subviews
Brought to you by:
cavada
From: <to...@ce...> - 2012-05-25 20:44:10
|
On 25.05.2012, at 17:26, Steve McGrath wrote: > Is there any published code out there using this pattern? I don't think so. The repository contains a UIManager example, but it's using a new View class we're working on. > This part seems to work alright, And it sounds good! > except that if a subview's controls have accelerator keys defined, I get this warning: "GtkWarning: IA__gtk_window_add_accel_group: assertion `GTK_IS_WINDOW (window)' failed" You used the Common tab in Glade's inspector? Libglade or GtkBuilder? > I'd like to find a way to define pieces of the toolbar/menubar in each subview, and connect their signals directly to handlers in the subcontrollers. That's how examples/converter works. > Does anyone have any insight or examples? If you can show your code I'll write one ;) Tobias |