After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 87540 - Two members in Gtk::Notebook take a GtkNotebookPage as argument
Two members in Gtk::Notebook take a GtkNotebookPage as argument
Status: RESOLVED WONTFIX
Product: gtkmm
Classification: Bindings
Component: general
2.0
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-07-07 02:15 UTC by Morten Brix Pedersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Brix Pedersen 2002-07-07 02:15:49 UTC
signal_switch_page() and on_switch_page() takes GTK-types as their
arguments. I believe this is a bug.

In gtkmm 1.2, the switch_page() signal used a Gtk::Notebook_Helpers::Page type.
Comment 1 Murray Cumming 2002-07-07 11:00:18 UTC
It's an undefined type, that's not even used in GTK+. I don't think
it's worth the effort to write special code to change the number of
signal arguments seen in C++.