~didrocks/+junk/gtkmm2.4

Viewing all changes in revision 14.

  • Committer: Didier Roche
  • Date: 2009-03-16 19:35:49 UTC
  • Revision ID: didrocks@ubuntu.com-20090316193549-4d4p9r6407v8r7x8
* New upstream release: (LP: #343844)
  Gtk:
  + Builder:
    - get_widget_derived(): Reference-counting correction.
    - create_from_file(), add_from_file(), create_from_string(),
      add_from_string(): Add method overloads that take a char* for the object
      ID, to avoid ambiguity with the two other overloads that take ustring or
      StringArrayHandle.
  + Entry:
    - *_icon_* methods(): Rearrange parameters to make these consistent and
      so we can have more default parameter values.
    - Added icon_press and icon_release signals.
  + FileChooserButton: Added the file_set signal, noticed by Damon Register.
  + Stock: Added CAPS_LOCK_WARNING.
  + Style: Added get_style_property_value() and templated get_style_property().
  + Added Orientable and Activatable interfaces, though they cannot be used yet
    because that would break ABI of existing classes.
  Gdk:
  + PixbufAnimation: create_from_file(): Throw an exception when the GError is
    not null. (Murray Cumming)
  Maemo-specific API:
  + TextBuffer: get/set_rich_text_format(), set_rich_text_format_all(),
    get/set_can_paste_rich_text(): Remove these Maemo-specific methods which
    have been superseded by the generic TextBuffer serialization functions.
  + Enums
    - Added Maemo-specific Gtk::HildonSizeType, wrapping HildonSizeType,
      which was inexplicably added to GTK+ in Maemo 5.
    - Likewise added Gtk::Hildon::InputMode, wrapping HildonGtkInputMode.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: