Gtkmm-forge digest, Vol 1 #811 - 2 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 118922] TreeModel columns can't be of type "short" (bugzilla-daemon bugzilla gnome org)
   2. [Bug 118922] TreeModel columns can't be of type "short" (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 20 Nov 2004 08:37:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 118922] TreeModel columns can't be of type "short"

http://bugzilla.gnome.org/show_bug.cgi?id=118922
gtkmm | reference documentation | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|TreeModelColumns cannot be  |TreeModel columns can't be
                   |of type "UNSIGNED SHORT"    |of type "short"



------- Additional Comments From murrayc murrayc com  2004-11-20 08:37 -------
I did some reasearch, and I have a possible solution:

We could use g_value_register_transform_func() to register a new transformation
from the Value<short>::value_type() to gchararray. glib already registers a
transformation func for int to gchararray. We would do this in our
Value<>::value_type() specialization.

Alternatively, we could persuade the glib developers to do it in glib.

However, all of these number-to-string conversions are arbitrary and probably
not often what is needed, so people often use set_cell_data_func(). Maybe an
append_column_numeric(model_column, numeric_format) would be better, if we can
think of a sensible way to represent the format.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 20 Nov 2004 08:46:39 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 118922] TreeModel columns can't be of type "short"

http://bugzilla.gnome.org/show_bug.cgi?id=118922
gtkmm | reference documentation | Ver: 2.4

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |158818



------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.



--__--__--

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