Gtkmm-forge digest, Vol 1 #945 - 5 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 309030] Gtk::TreeModelColumn not exported on windows (bugzilla-daemon bugzilla gnome org)
   2. [Bug 309030] Gtk::TreeModelColumn not exported on windows (bugzilla-daemon bugzilla gnome org)
   3. [Bug 309645] Typo in documentation. (bugzilla-daemon bugzilla gnome org)
   4. [Bug 309645] Typo in documentation. (bugzilla-daemon bugzilla gnome org)
   5. [Bug 304103] Gtk::Widget:"popup_menu" and "show_help" signals not wrapped (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu,  7 Jul 2005 01:43:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 309030] Gtk::TreeModelColumn not exported on windows

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D309030
 gtkmm | TreeView | Ver: 2.6





------- Additional Comments From ishmal  2005-07-07 05:43 -------
That _declspec() declaration worked for me just great!  Thanks.  But I th=
ink
that maybe the proper way would be to have -DGLIBMM_DLL as a CFLAG and th=
e line
read as:
class GTKMM_API TreeViewColumn : public Gtk::Object


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


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu,  7 Jul 2005 04:02:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 309030] Gtk::TreeModelColumn not exported on windows

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D309030
 gtkmm | TreeView | Ver: 2.6





------- Additional Comments From haleykd users sf net  2005-07-07 08:02 -=
------
The best solution is to only use CFLAG when building gtkmm.  Since gtkmm =
is
currently using --export-all it would be some thing like:

CFLAGS+=3D -DGTKMM_DLL  ; when BUILDING gtkmm.dll

#ifndef GTKMM_DLL
#define GTKMM_API __declspec(dllimport)
#else
#define GTKMM_API
#endif

or the other case could be dllexport.  This would need to be done separat=
ely for
each dll glibmm, gdkmm, atkmm, pangomm, gtkmm.  The ?MM_API would need to=
 be
applied to both data & classes.  Hmm, isn't this already needed for vc++?

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


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu,  7 Jul 2005 06:00:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 309645] Typo in documentation.

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D309645
 gtkmm | reference documentation | Ver: unspecified





------- Additional Comments From Murray Cumming  2005-07-07 10:00 -------
Yes, please go ahead, if you also edit the ChangeLog. Thanks.

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


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu,  7 Jul 2005 12:34:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 309645] Typo in documentation.

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D309645
 gtkmm | reference documentation | Ver: unspecified

Claudio Saavedra changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Claudio Saavedra  2005-07-07 16:34 -----=
--
2005-07-06  Claudio Saavedra  <csaavedra alumnos utalca cl>

        * docs/tutorial/gtkmm-tut.xml: Fixed typo in title of chapter abo=
ut
        constructors.

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


--__--__--

Message: 5
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Thu,  7 Jul 2005 19:11:46 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 304103] Gtk::Widget:"popup_menu" and "show_help" signals not wrapped

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D304103
 gtkmm | general | Ver: 2.6.x





------- Additional Comments From haleykd users sf net  2005-07-07 23:11 -=
------
Murray, GTK+ dicumentation is quite clear on this.  The popup_menu is sup=
posed
to be used by applications.  It's part of the migration check list.

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