CVSROOT:        /cvs/gnome
Module name:    gtkmm
Changes by:     murrayc 06/06/08 16:39:39

Modified files:
        .              : ChangeLog 
        examples/book/custom/custom_widget: custom_gtkrc mywidget.cc 
                                            mywidget.h 
        gtk/src        : notebook.ccg printoperation.hg 
        pango/src      : font.ccg font.hg fontdescription.hg layout.hg 
        tools/m4       : convert_pango.m4 

Log message:
2006-06-08  Murray Cumming  <[EMAIL PROTECTED]>

* examples/book/custom/custom_widget/custom_gtkrc:
* examples/book/custom/custom_widget/mywidget.cc:
* examples/book/custom/custom_widget/mywidget.h: Make the RC file stuff
work - the secret is that the style value is only available when the
widget has been realized. However, this only works at the moment when
hacking glibmm to change the gtkmm_ prefix to Gtkmm_, due to bug #343012 
[http://bugzilla.gnome.org/show_bug.cgi?id=343012].
* gtk/src/notebook.ccg: set_window_creation_hook(): Adapt to the changed GTK+ C
API, supplying the destroy notification.
* gtk/src/printoperation.hg: Removed set_show_dialog(), set_pdf_target(),
set_track_print_status(), run_async().
Added set_export_filename(), set_track_print_status(),
set_show_progress(), set_allow_async(), set_custom_tab_label().
This is to match the C API.
* pango/src/font.ccg:
* pango/src/font.hg: Added describe_with_absolute_size(), get_font_map().
* pango/src/fontdescription.hg: Added set_absolute_size(), 
get_size_is_absolute().
* pango/src/layout.hg: Added get_font_description(), index_to_line_x().
* tools/m4/convert_pango.m4: Added necessary conversion.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gtkmm&who=murrayc&date=explicit&mindate=2006-06-08%2016:38&maxdate=2006-06-08%2016:40

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to