[gtkmm] Gtkmm-forge digest, Vol 1 #419 - 3 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #419 - 3 msgs
- Date: Fri, 02 May 2003 20:08:19 -0700
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 109972] Changed - reference docs should explain properties. (bugzilla-daemon widget gnome org)
2. [Bug 111184] Changed - compile fails in "examples" directory (bugzilla-daemon widget gnome org)
3. [Bug 112090] New - Adjustment after spinbutton causes segfault (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Fri, 2 May 2003 12:11:57 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109972] Changed - reference docs should explain properties.
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=109972
Changed by murrayc usa net
--- shadow/109972 Mon Apr 7 05:06:13 2003
+++ shadow/109972.tmp.19910 Fri May 2 12:11:56 2003
@@ -23,6 +23,9 @@
And while we're at it, let's add some text to each and every gobj()
method to raise the % of documented methods. People seem to like that
even for stuff that doesn't need it.
------- Additional Comments From murrayc usa net 2003-04-07 05:06 -------
For the gobj() stuff, see the .m4 files.
+
+------- Additional Comments From murrayc usa net 2003-05-02 12:11 -------
+The gobj() bit is done.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, michael trollope org
Cc:
Date: Fri, 2 May 2003 12:10:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111184] Changed - compile fails in "examples" directory
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=111184
Changed by murrayc usa net
--- shadow/111184 Wed Apr 30 09:35:02 2003
+++ shadow/111184.tmp.19118 Fri May 2 12:10:38 2003
@@ -1,13 +1,13 @@
Bug#: 111184
Product: gtkmm
Version: 2.2
OS: Linux
OS Details: Linux version 2.4.5 (root bigkitty) (gcc version 2.95.3 20010315 (release)) #6 Fri Jun 22 01:38:20 PDT 2001
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: michael trollope org
TargetMilestone: ---
@@ -58,6 +58,9 @@
This might be helpful:
http://groups.google.de/groups?hl=de&lr=&ie=UTF-8&oe=UTF-8&threadm=m2bshw8ntz.fsf%40karfiol.glp.de&rnum=1&prev=/groups%3Fq%3Dstd::right%2Bgcc%26hl%3Dde%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dm2bshw8ntz.fsf%2540karfiol.glp.de%26rnum%3D1
------- Additional Comments From murrayc usa net 2003-04-30 09:35 -------
Please do try this. I'd like to release a new version soon.
+
+------- Additional Comments From murrayc usa net 2003-05-02 12:10 -------
+Fixed, by removing the std::right. Everything builds.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Fri, 2 May 2003 12:41:09 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112090] New - Adjustment after spinbutton causes segfault
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=112090
Changed by line72 postmark net
--- shadow/112090 Fri May 2 12:41:09 2003
+++ shadow/112090.tmp.1722 Fri May 2 12:41:09 2003
@@ -0,0 +1,48 @@
+Bug#: 112090
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: redhat 7.2
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: line72 postmark net
+TargetMilestone: ---
+URL:
+Summary: Adjustment after spinbutton causes segfault
+
+In my class, I declare both a Gtk::Adjustment and a Gtk::SpinButton. If I
+declare the Gtk::SpinButton before I declare a Gtk::Adjustment, I get a
+segfault. But if I reverse them (declare the adjustment first), then the
+program runs fine:
+
+This below causes a segfault, but like I said, in the class, declaring the
+Adjustment first causes this to work.
+
+class PTab : public Gtk::VBox
+{
+ public:
+ PTab();
+ virtual ~PTab();
+ protected:
+ Gtk::SpinButton m_SButton;
+ Gtk::Adjustment m_Adjust;
+};
+
+PTab::PTab()
+ :
+ m_Adjust(0.0, -360.0, 360.0, 1.0, 10.0, 0.0),
+ m_SpinButton(m_Adjust)
+{
+
+}
+
+//
+Running RedHat 7.2 with custom built:
+gtk+-2.2.1
+gtkmm-2.2.0
+
+/Line72
--__--__--
_______________________________________________
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]