summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-10-03 13:11:49 +0000
committeradam <adam@pkgsrc.org>2005-10-03 13:11:49 +0000
commit3bdc6518c3361fded522e245f532fbedc91cf01d (patch)
tree1d26892d36be8917a0a3fdd89eaa8b8f9901a00b /x11/gtkmm/Makefile
parent169ebe56dadcc3170eb3497be7b9dcdf86265745 (diff)
downloadpkgsrc-3bdc6518c3361fded522e245f532fbedc91cf01d.tar.gz
Changes 2.8.0:
API additions since 2.6: Gtk: * AboutDialog: Added set/get_wrap_license() and property. * CellRenderer: Added "sensitive" property. * ComboBoxText, ComboBoxEntryText: - Deprecated clear() in favour of new clear_items() method, because clear() exists in the base CellLayout class and is very different. - Added remove_text() to remove items one at a time. * Dialog: Added get_response_for_widget(). * EntryCompletion: Added properties, get/set_popup_set_width(), get/set_popup_single_width(). * FileChooser: Added get/set_do_overwrite_confirmation( * Iconview: Added get_item_at_pos(), get_visible_range(), get/set_cursor(), scroll_to_path(). * TreeRowReference: Added get_model(). * TreeView: - Added unset_model(). - Added const versions of get_path_at_pos(), get_cell_area(), get_background_area(), get_visible_rect(), widget_to_tree_coords(), tree_to_widget_coords(). - Added get_visible_range(). * TreeView::Column: Added queue_resize(). * Sizegroup: Added ignore_hidden property. * Stock: Added FULLSCREEN, LEAVE_FULLSCREEN, and INFO stock items. * Widget: Added drag_source_set_icon(const Glib::ustring& icon_name). * Window: - Added urgency_hint property, and get/set_urgency_hint(). Added present(timestamp) overload. Gdk: * Colormap: Deprecated alloc_colors() and free_colors(). Add free_color() for use with alloc_color(). * Cursor: Added get_image() and a Cursor(name) constructor. * DragContext:Added set_icon(const Glib::ustring& name). * Pixbuf: Added a save_to_buffer() overload without the options parameters. * Window: Added move_region().
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index a3b5563dc1f..50b02709baf 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2005/08/10 20:56:29 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2005/10/03 13:11:49 adam Exp $
-DISTNAME= gtkmm-2.6.4
+DISTNAME= gtkmm-2.8.0
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org