[gtkmm] Gtkmm-forge digest, Vol 1 #299 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #299 - 5 msgs
- Date: Thu, 28 Nov 2002 12:01:17 -0800
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-admin lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.
Today's Topics:
1. [Bug 99788] New - Toolbar icons all the same (bugzilla-daemon widget gnome org)
2. [Bug 99788] Changed - Toolbar icons all the same (bugzilla-daemon widget gnome org)
3. [Bug 99835] New - virtual member functions not called in Gtk::Notebook (bugzilla-daemon widget gnome org)
4. [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook (bugzilla-daemon widget gnome org)
5. [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Nov 2002 01:04:09 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99788] New - Toolbar icons all the same
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99788
Changed by sarrazip sympatico ca
--- shadow/99788 Thu Nov 28 01:04:09 2002
+++ shadow/99788.tmp.19463 Thu Nov 28 01:04:09 2002
@@ -0,0 +1,32 @@
+Bug#: 99788
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: RedHat 7.2, GNOME 1.4/2.0
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: sarrazip sympatico ca
+TargetMilestone: ---
+URL:
+Summary: Toolbar icons all the same
+
+Compile and run the gnome-hello example in libgnomeuimm-1.3.11.
+The three toolbar buttons have the same icon. It is the icon
+of the last element added to the vector<Info> before it is
+passed to create_toolbar() [in file application.cc].
+
+My system:
+
+RedHat 7.2
+gcc 2.96-112.7.2
+glib2 2.0.7.0.200210290744-0.snap.ximian.1
+gtk2 2.0.6.0.200209270739-0.snap.ximian.1
+libgnome 2.0.2.0.200208181945-0.snap.ximian.1
+libgnomeui 2.0.3.0.200208181945-0.snap.ximian.1
+gtkmm 2.0.0
+libgnomemm 1.3.7
+libgnomeuimm 1.3.11
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, sarrazip sympatico ca
Cc:
Date: Thu, 28 Nov 2002 06:25:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99788] Changed - Toolbar icons all the same
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99788
Changed by murrayc usa net
--- shadow/99788 Thu Nov 28 01:04:09 2002
+++ shadow/99788.tmp.7699 Thu Nov 28 06:25:51 2002
@@ -1,16 +1,16 @@
Bug#: 99788
-Product: gtkmm
+Product: gnomemm
Version: 2.0
OS: Linux
OS Details: RedHat 7.2, GNOME 1.4/2.0
Status: NEW
Resolution:
Severity: normal
Priority: Normal
-Component: general
+Component: libgnomeuimm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: sarrazip sympatico ca
TargetMilestone: ---
URL:
Summary: Toolbar icons all the same
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Nov 2002 13:09:35 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99835] New - virtual member functions not called in Gtk::Notebook
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99835
Changed by morten wtf dk
--- shadow/99835 Thu Nov 28 13:09:35 2002
+++ shadow/99835.tmp.28170 Thu Nov 28 13:09:35 2002
@@ -0,0 +1,21 @@
+Bug#: 99835
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: morten wtf dk
+TargetMilestone: ---
+URL:
+Summary: virtual member functions not called in Gtk::Notebook
+
+In a Gtk::Notebook, I'm trying to override the on_select_page() and
+on_change_current_page virtual functions. But they aren't called when I
+change tabs.
+
+Attachment follows.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Nov 2002 13:10:38 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99835
Changed by morten wtf dk
--- shadow/99835 Thu Nov 28 13:09:35 2002
+++ shadow/99835.tmp.28762 Thu Nov 28 13:10:38 2002
@@ -16,6 +16,11 @@
In a Gtk::Notebook, I'm trying to override the on_select_page() and
on_change_current_page virtual functions. But they aren't called when I
change tabs.
Attachment follows.
+
+------- Additional Comments From morten wtf dk 2002-11-28 13:10 -------
+Created an attachment (id=12624)
+Sample test-case
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 28 Nov 2002 13:25:17 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=99835
Changed by morten wtf dk
--- shadow/99835 Thu Nov 28 13:10:38 2002
+++ shadow/99835.tmp.2199 Thu Nov 28 13:25:17 2002
@@ -21,6 +21,10 @@
Attachment follows.
------- Additional Comments From morten wtf dk 2002-11-28 13:10 -------
Created an attachment (id=12624)
Sample test-case
+
+------- Additional Comments From morten wtf dk 2002-11-28 13:25 -------
+I tried connecting to the signal_select_page() signal, but the
+connected function doesn't get called either.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]