ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_notebook.cc
Revision: 2514
Committed: Wed Aug 29 06:11:21 2007 UTC (16 years, 8 months ago) by laffer1
File size: 776 byte(s)
Log Message:
bug fixes

File Contents

# Content
1 --- gtk/gtkmm/notebook.cc.orig Sun Jan 14 15:16:24 2007
2 +++ gtk/gtkmm/notebook.cc Sun Jan 14 15:16:33 2007
3 @@ -796,7 +796,7 @@ gboolean Notebook_Class::focus_tab_callb
4 return RType();
5 }
6
7 -void Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0)
8 +gboolean Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0)
9 {
10 CppObjectType *const obj = dynamic_cast<CppObjectType*>(
11 Glib::ObjectBase::_get_current_wrapper((GObject*)self));
12 @@ -829,6 +829,9 @@ void Notebook_Class::change_current_page
13 if(base && base->change_current_page)
14 (*base->change_current_page)(self, p0);
15 }
16 +
17 + typedef gboolean RType;
18 + return RType();
19 }
20
21 void Notebook_Class::move_focus_out_callback(GtkNotebook* self, GtkDirectionType p0)

Properties

Name Value
cvs2svn:cvs-rev 1.1