Gtkmm-forge digest, Vol 1 #1118 - 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 340048] Printing API (gtkmm (bugzilla.gnome.org))
   2. [Bug 340048] Printing API (gtkmm (bugzilla.gnome.org))

--__--__--

Message: 1
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon,  1 May 2006 10:21:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 340048] Printing API

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D340048
 gtkmm | general | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |murrayc murrayc com




------- Comment #3 from Murray Cumming  2006-05-01 14:21 UTC -------
Glad to hear that you are not suffering too much. Many thanks for taking =
care
of this.

I can't see any big problems with the files so far. But here are some qui=
ck
comments:

1.
For PaperSize, I guess we might want a default constructor that uses the
default paper size, via get_default().

2.
Please remember to pass Glib::RefPtr by const reference. For instance, th=
is is
wrong:
_WRAP_METHOD(void request_page_setup(const Glib::RefPtr<PrintContext> con=
text,
int page_no, const Glib::RefPtr<PageSetup> setup), "request_page_setup")

3.
Please provide "=3D true" default arguments for set*(bool) methods, such =
as=20
set_show_dialog(bool show_dialog =3D true)

4.
I dont' understand this comment:
"
//TODO: for the same reason as above, the internals of this function are
commented
"


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 2
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon,  1 May 2006 12:51:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 340048] Printing API

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D340048
 gtkmm | general | Ver: unspecified





------- Comment #4 from Marko Anastasov  2006-05-01 16:51 UTC -------
1. I agree.
2. I know, missed to do it.
3. Done, like the above.
4. Also done :). While I was working, I updated my local gtk+ from cvs as=
 usual
and somewhere along with the new functions there in printoperation, a gdk
function has been added which doesn't compile for me if it's not protecte=
d with
an #ifdef. I had them in cvs/gnome2, but not in prefix to be able to link=
 and
compile the (gtkmm) source file. So I had to comment one _WRAP_METHOD lin=
e (the
"above") and some code in the ccg file (that comment). Anyway, that's all=
 fixed
now.

You probably noticed that I posted to the gtk-list that I have a problem
building gtk+. That's quite important actually. What's left to be wrapped=
 is
the unix-specific api: GtkPrinter, GtkPrintBsckend, GtkPrintJob,
GtkPrintUnixDialog etc. In order to be able to do this properly I need to=
 be
able to include <gtk-unix-print/some.h>, and right now I can't. I need yo=
ur
advice here, I'm not sure how to solve this. I have gtk-unix-print in my
prefix/include, however pkg-config doesn't list it. Just in case I tried
modifying configure.in to ask for it (gtk-unix-print-2.0 >=3D ...), but i=
t
doesn't work. This definitely wouldn't be happening if I was able to buil=
d gtk+
normally.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
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]