[gtkmm] Gtkmm-forge digest, Vol 1 #596 - 3 msgs



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 124297] Changed - Need a custom TreeModel example (bugzilla-daemon widget gnome org)
   2. [Bug 124297] Changed - Need a custom TreeModel example (bugzilla-daemon widget gnome org)
   3. [Bug 108971] Changed - Deriving from Glib::Object produces debug spew (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc: 
Date: Mon, 12 Jan 2004 16:21:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 124297] Changed - Need a custom TreeModel example

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=124297

Changed by murrayc usa net 

--- shadow/124297	Mon Jan 12 16:20:36 2004
+++ shadow/124297.tmp.25018	Mon Jan 12 16:21:18 2004
@@ -30,6 +30,11 @@
 
 (a.out:24508): GLib-GObject-WARNING **: cannot add interface type
 `GtkTreeModel' to type `GObject', since type `GtkListStore' already
 conforms to interface
 
 But we don't mention ListStore anywhere in the example.
+
+------- Additional Comments From murrayc usa net  2004-01-12 16:21 -------
+Created an attachment (id=23281)
+gtkmm_custom_treemodel2.cc
+


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc: 
Date: Mon, 12 Jan 2004 17:10:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 124297] Changed - Need a custom TreeModel example

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=124297

Changed by murrayc usa net 

--- shadow/124297	Mon Jan 12 16:21:18 2004
+++ shadow/124297.tmp.26846	Mon Jan 12 17:10:50 2004
@@ -35,6 +35,17 @@
 But we don't mention ListStore anywhere in the example.
 
 ------- Additional Comments From murrayc usa net  2004-01-12 16:21 -------
 Created an attachment (id=23281)
 gtkmm_custom_treemodel2.cc
 
+
+------- Additional Comments From murrayc usa net  2004-01-12 17:10 -------
+I just checked in a fix to both branches that makes
+gtkmm_custom_treemodel2.cc work. It properly implements the
+Glib::Object default constructor so that it generates a custom
+on-the-fly derived GType (derived from GObject) when you have already
+called teh ObjectBase(typeid(MyCustomClass)) constructor.
+
+So, now the nasty GType stuff is gone, and we just need to tidy this
+example up (Separate files for each class. No method implementation in
+a .h file.) and add some comments.


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Mon, 12 Jan 2004 17:15:41 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108971] Changed - Deriving from Glib::Object produces debug spew

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=108971

Changed by murrayc usa net 

--- shadow/108971	Wed Jul 16 11:29:57 2003
+++ shadow/108971.tmp.30420	Mon Jan 12 17:15:41 2004
@@ -1,13 +1,13 @@
 Bug#: 108971
 Product: gtkmm
 Version: 2.4
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: trivial
 Priority: Low
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: seth gnome org               
 TargetMilestone: ---
@@ -46,6 +46,11 @@
 opinion about this.
 
 ------- Additional Comments From murrayc usa net  2003-07-16 11:29 -------
 At the least we should put a bit more information in that warning,
 such as "You probably have no reason to derive directly from
 Glib::Object."
+
+------- Additional Comments From murrayc usa net  2004-01-12 17:15 -------
+This has been fixed as part of bug #124297. The Glib::Object default
+constructor is now known to be useful for implementing custom
+TreeModels, because they need a GType.



--__--__--

_______________________________________________
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]