
On Fri, 2006-01-13 at 03:09 +0300, Alexandre Prokoudine wrote:
On 1/13/06, Marco Scholten wrote:
Todo: -Add access keys to all labels and widgets (HIG chapter 10)
Do you need help with this one?
Alexandre
Sure, it should be quite simple really This function adds a widget to a page:
void DialogPage::add_line(bool indent, const Glib::ustring label, Gtk::Widget& widget, const Glib::ustring suffix, const Glib::ustring& tip, bool expand = true);
Just add an underscore to the string of the second argument, that's all, the widget in the third argument will automatically be set as the mnemonic widget for that label.
-- Marco