2.3.7: 2004-03-28 Bryan Forbes * gtk/src/action.[hg|ccg]: * tools/m4/convert_gtk.m4: changed Action::create_menu_item(), create_tool_item(), and create_icon() to return Gtk::MenuItem*, Gtk::ToolItem*, and Gtk::Image respectively, rather than Gtk::Widget*. 2004-03-28 Murray Cumming * gtk/src/uimanager.ccg: Fix typo to fix the build. * */src/*_methods.defs: Regenerated with h2defs.py. 2004-03-28 Murray Cumming * *_docs_override.xml: Added several overrides to remove references to 0 parameters and freeing of strings. * atk/src/table.hg: Added const versions of some get_*() methods. 2004-03-25 Andrew E. Makeev * gtk/src/treeview.hg, gtk/src/treeview.ccg: Added move_column_to_start(), which uses gtk_tree_view_move_column_after() with a 0 parameter. 2004-03-26 Elijah Newren * docs/tutorial/gtkmm-tut.xml: Several simple fixes. 2004-03-27 Murray Cumming * example/book/: Added menus_and_toolbars example that uses UIManager. The book should probably stop using the other menu and toolbar examples and they should be moved away. 2004-03-27 Murray Cumming * gtk/src/action.ccg, toggleaction.ccg, radioaction.ccg: Constructor: Give GTK+ 0 instead of "" for default labels and tooltips, so that the stock ones are used. 2004-03-25 Murray Cumming * gtk/src/filefilter.[hg|ccg]: Wrapped filefilter as a GtkObject instead of a GObject, because it is a GtkObject. * examples/book/dialogs/filechooserdialog/: Used filefilter. 2004-03-25 Bryan Forbes * gtk/src/messagedialog.[hg|ccg]: removed use_separator parameter from constructor as GtkMessageDialog gets its separator setting from the style now. 2004-03-24 Bryan Forbes * gtk/src/uimanager.hg: fixed typo in disconnect_proxy signal. 2004-03-21 Elijah Newren * doc/FAQ/gtkmm-faq.xml: Updated to mention gtkmm2 more than gtkmm 1.2. 2004-03-20 Murray Cumming * demos/gtk-demo/demowindow.cc: Use sigc::ptr_fun() instead of giving the set_select_function function pointer directly to connect. 2004-03-20 Murray Cumming * ActionGroup::get_action(), Clipboard::get_owner(), ComboBox::get_model(), Entry::get_layout(), get_completion(), EntryCompletion::get_model(), FileChooser::get_filter(), IconInfo::get_builtin_pixbuf(), IconSource::get_pixbuf(), Image::get_pixbuf(), get_animation(), Menu::get_accel_group(), Scale::get_layout(), TreeModelFilter::get_model(), UIManager::get_accel_group(), get_action(), Widget::drag_begin(): Use refreturn. * Entry::get_layout(), IconInfo::get_builtin_pixbuf(): IconSource::get_pixbuf(), Image::get_pixbuf(), Menu::get_accel_group(): Added const versions. (Thanks to Bryan Forbes for finding the missing refreturns.) 2004-03-18 Murray Cumming * gtk/src/icontheme.hg: Wrapped changed signal.