Gtkmm-forge digest, Vol 1 #802 - 1 msg



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 157744] New: free_colors (Color& colors, int ncolors) - ncolors seems to make no sence (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue,  9 Nov 2004 07:14:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 157744] New: free_colors (Color& colors, int ncolors) - ncolors seems to make no sence

http://bugzilla.gnome.org/show_bug.cgi?id=157744
gtkmm | general | Ver: 2.4

           Summary: free_colors (Color& colors, int ncolors) - ncolors seems
                    to make no sence
           Product: gtkmm
           Version: 2.4
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: noche suapie reflex at


just look at
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGdk_1_1Colormap.html#a6.
how can one Color& be ncolors Colors, if ncolors > 1 ?

indeed

some_colormap->alloc_colors(some_color);
....
some_colormap->free_colors(some_color, 1);

compiles and run's without errors, but the same is true for

some_colormap->alloc_color(some_color);
....
some_colormap->free_colors(some_color, 5);

so, what is ncolors all about ?

note that there isn't a free_color(Gdk::Color&) method ....

------- You are receiving this mail because: -------
You are the assignee 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]