Re: quick question

2013-02-05 Thread Peter Hurley
On Tue, 2013-02-05 at 07:49 -0500, D.H. Bahr wrote: > is it possible to set an image as a background for a widget, say a > GtkEventBox? Broken since 3.3. See https://bugzilla.gnome.org/show_bug.cgi?id=672858 Regards, Peter Hurley ___ gtk-deve

CSS API needs enumeration methods

2013-01-28 Thread Peter Hurley
which have been registered via gtk_style_properties_register_property(). Enumerating registered property names into a list would be a trivial implementation. Regards, Peter Hurley ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/m

Re: Adding gtkparasite to gtk?

2013-01-28 Thread Peter Hurley
~phurley/+archive/ppa . The retooled version is available here https://launchpad.net/~phurley/+archive/gtkparasite . Regards, Peter Hurley ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Status of bug 672858?

2012-12-25 Thread Peter Hurley
Why does bug 672858 https://bugzilla.gnome.org/show_bug.cgi?id=672858 still have no disposition? It was reported the day of the release of 3.4.0 regarding a commit 18 days prior. It's still broken in 3.6. If it's status is 'won't fix', just say

Re: CSS box model-gtk containers integration

2012-03-20 Thread Peter Hurley
Benjamin Otte wrote: > Peter Hurley hurleysoftware.com> writes: > > > > > Hi, > > > > Is there a plan for implementing the CSS box model into existing > > containers? > > > Yes, the idea is to support the full CSS box model and only the CSS b

CSS box model-gtk containers integration

2012-03-16 Thread Peter Hurley
what about container types where the semantics overlap -- eg, like the padding properties of GtkAlignment? Regards, Peter Hurley ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: How to use gtk_render_handle on patterned widget?

2012-01-23 Thread Peter Hurley
On Mon, 2012-01-23 at 16:13 -0500, Peter Hurley wrote: > Hi all, > > I'm hoping to get some clarification regarding the semantics of > gtk_render_handle. The stock theming engine renders the handle centered > within the rectangle parameters (@x,y width x height). Unfortunat

How to use gtk_render_handle on patterned widget?

2012-01-23 Thread Peter Hurley
set background to the widget pattern render background construct new subpattern from base widget pattern set background to the new subpattern render handle Is this correct? Regards, Peter Hurley ___ gtk-deve