From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-10-17 23:28:42
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified Summary: GdkCairo docs Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: us...@zi... QAContact: gtk...@li... GNOME target: --- GNOME version: --- Created an attachment (id=172572) View: https://bugzilla.gnome.org/attachment.cgi?id=172572 Review: https://bugzilla.gnome.org/review?bug=632413&attachment=172572 doc patch Are the Gtk2::Gdk::Cairo::Context methods meant to be used with all kinds of Cairo::Context objects too? Is that in fact the usual way to draw from a pixbuf or pixmap onto a printer (Gtk2::PrintOperation stuff) etc? Perhaps a bit for the docs as attached. The args listed for ->rectangle come out in reverse order with current GenPod.pm, but I think that might be down to it rather than the pod. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-08-16 19:47:57
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2011-08-16 19:47:46 UTC --- Yes, this is indeed how these xsubs can also be used. The second way of calling ->rectangle(), however, is just for compatibility with Cairo::Context::rectangle(), and I thus prefer it not appearing in the docs. With this tweak made, I commited the patch. Thanks! -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-08-16 19:48:03
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172572|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-08-30 23:46:38
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified --- Comment #2 from Kevin Ryde <us...@zi...> 2011-08-30 23:46:24 UTC --- Created an attachment (id=195264) View: https://bugzilla.gnome.org/attachment.cgi?id=195264 Review: https://bugzilla.gnome.org/review?bug=632413&attachment=195264 4-arg rectangle docs I think it'd be good to show the x,y,width,height too, so it's clear that can still be used on the gdk subclass. (It all gets pretty confusing, and the fact the superclass calling style still works in the subclass isn't supposed to be a secret is it :-) -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-08-30 23:47:35
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified Kevin Ryde <user42> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED Resolution|FIXED |INCOMPLETE -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-09-30 21:11:50
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195264|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-09-30 21:11:55
|
https://bugzilla.gnome.org/show_bug.cgi?id=632413 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |RESOLVED Resolution|INCOMPLETE |FIXED --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2011-09-30 21:11:37 UTC --- Alright, convinced. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |