2.19.7: 2010-03-17 Murray Cumming * gdk/src/screen.hg: Added get_primary_monitor(). 2010-03-17 Murray Cumming Added some methods. * gdk/src/gdk_pixbuf.defs: Regenerated and moved to gdk_pixbuf_methods.defs. * gdk/src/filelist.am: * gdk/src/gdk.defs: Updated appropriately. * gdk/src/gdk_methods.defs: Regenerated with h2defs.py. * gdk/src/window.hg: Added flush(). * gtk/src/statusbar.hg: Added get_message_area(). * gtk/src/toolitem.hg: Added get_ellipsize_mode(). * gtk/src/toolitemgroup.hg: Added get_label_widget(). 2010-03-16 Murray Cumming ToolItem, ToolShell: Wrapped new C functions. * gtk/src/toolitem.hg: Added get_text_alignment(), get_text_orientation(), get_text_size_group(). * gtk/src/toolshell.hg: Added get_text_orientation(), get_text_alignment(), get_ellipsize_mode(), get_text_size_group() * tools/m4/convert_gtk.m4: Added SizeGroup conversions. 2010-03-16 Murray Cumming Fix the build with -DGSEAL_ENABLE. * configure.ac: Add -DGSEAL_ENABLE to the fatal warnings. * gtk/gtkmm/radiobuttongroup.cc: * gtk/src/bin.[hg|ccg]: * gtk/src/box.[hg|ccg]: * gtk/src/buttonbox.ccg: * gtk/src/buttonbox.hg: * gtk/src/colorselection.[hg|ccg]: * gtk/src/fontselection.hg: * gtk/src/handlebox.[hg|ccg]: * gtk/src/inputdialog.hg: * gtk/src/menushell.hg: * gtk/src/messagedialog.ccg: * gtk/src/notebook.hg: * gtk/src/ruler.[hg|ccg]: * gtk/src/scrolledwindow.hg: * gtk/src/selectiondata.ccg: * gtk/src/table.hg: * gtk/src/tearoffmenuitem.hg: * gtk/src/textview.hg: * gtk/src/widget.[hg|ccg]: Replace uses of GSEAL()ed struct fields where possible by using new C functions. But some have no replacement so we must undef GSEAL_ENABLE in the .cpp file to keep our now-deprecated API. * gtk/src/printer.hg: Add get_hard_margins(). * gtk/src/viewport.hg: Added get_bin_window(). * gtk/src/window.[hg|ccg]: Added get_window_type(), deprecating get_is_toplevel() and get_is_popup(). Removed get_is_dialog() because it never had any implmentation, so nobody could be using it. 2010-03-10 Murray Cumming ToolPalette: Make some getter methods const. * gtk/src/toolpalette.hg: get_expand(), get_icon_size(): Make these const. 2010-03-10 Murray Cumming * gtk/src/window.[hg|ccg]: Added unset_transient_for() now that the documentation of the C function says that an arg can be NULL and what it means. 2010-03-10 Murray Cumming * gtk/src/entrybuffer.hg: * gtk/src/range.hg: * gtk/src/toolpalette.hg: * gtk/src/treeview.hg: * gtk/src/widget.hg: Correct @newin2p* to @newin{2,*}.