Re: GtkGC shared auto-release

2008-05-27 Thread Kevin Ryde
muppet <[EMAIL PROTECTED]> writes: > > Did this patch never get applied? Don't think so. I'd suggested hanging the release in the plain Gtk2::Gdk::GC destruction, rather than a subclass. Not terribly encapsulated, but would mean a plain Gtk2::Gdk::GC the same as at the C level, instead of a new

Re: [Fwd: Client Services crash logs]

2008-05-27 Thread Daniel Kasak
On Wed, 2008-05-28 at 08:07 +1000, Kevin Ryde wrote: > Daniel Kasak <[EMAIL PROTECTED]> writes: > > > > The one from my app is an error passed on from the DB server via > > Gtk2::Ex::DBI. Someone tried to apply a record without filling in a > > value that was required. Happens all the time ... >

Re: Label and url link to webpage.

2008-05-27 Thread Kevin Ryde
muppet <[EMAIL PROTECTED]> writes: > > Gtk2::LinkButton->set_uri_hook (sub { > my ($button, $uri) = @_; > system "gnome-open '$uri' &"; I guess there's the gnome library call too. I was on the hunt for something good to plug in there and/or AboutDialog, and for open

Re: [Fwd: Client Services crash logs]

2008-05-27 Thread Kevin Ryde
Daniel Kasak <[EMAIL PROTECTED]> writes: > > The one from my app is an error passed on from the DB server via > Gtk2::Ex::DBI. Someone tried to apply a record without filling in a > value that was required. Happens all the time ... If that's sqlite there may be a bit of dodginess in dbd-sqlite wit

Re: paste the clipboard over gtktreeview

2008-05-27 Thread anguila
Thanks! Is exactly that I wanted :) On Tue, May 27, 2008 at 3:43 AM, muppet <[EMAIL PROTECTED]> wrote: > > On May 25, 2008, at 2:40 PM, anguila wrote: > > How can I paste the clipboard (with Control + V) over a gtktreeview widget >> (list) ? >> Any idea? >> > > So far as i know, you create a k

Putting text with links in a TreeView

2008-05-27 Thread Aristotle Pagaltzis
Hi all, so if one wants to create a Label that contains links, that can easily be done using Gtk2::Sexy. It gives you an expanded form of Pango markup that features `` tags and renders them as your theme demands, and when the user clicks on such a link you get a callback that gets passed the `href