On Fri, 2006-01-27 at 13:47 +0100, Bernhard Reiter wrote: > BTW, could somebody tell me what' s wrong with Gtk::Combo? Sometimes it > just won't display its model's entries at all -- that's one reason why I > moved on to ComboBoxText, though at first I didn't feel like creating a > widget manually, i.e. outside of glade... Gtk::ComboBoxText is a convenience class derived from Gtk::ComboBox, most of the time it's more convenient if you don't need anything but flat text in the combo. If it doesn't display anything at all that may be because there is no CellRenderer packed into it.
> Plus, John, could you point me to the Gnome HIG part about spacing so > you perhaps don't have to mend every single glade file I post? http://developer.gnome.org/projects/gup/hig/2.0/design-window.html#layout-callouts-figure http://developer.gnome.org/projects/gup/hig/2.0/design-window.html#window-layout-spacing > As I did again some tweaking to the citation dialog (set some shortcut > targets correctly, added 3 or so new shortcuts and improved the > "bc().valid()" behavior [any synonym for that?] once again...) Patch from other email looks good, I'll apply it this evening. > Next on my list would be GExternal, if that doesn't interfere with > anyone... Cool, no complaints from me. John