Hi
this week i try to set some texture as background of GtkWindow .
i use css provider and bottom line as css source
background-image: url("/home/bijan/Pictures/texture/bg2.png") ;
the problem is that gtk+ not support repeat attribute so the texture fill
instead of repeat in background
does
On Sun, Feb 19, 2012 at 04:26:37PM -0700, Michael Torrie wrote:
> Date: Sun, 19 Feb 2012 16:26:37 -0700
> From: Michael Torrie
> Subject: Re: "HELP/About" was :: [Re: suggestions on user config?]
> CC: gtk-app-devel-list@gnome.org
>
> On 02/19/2012 02:25 PM, Gary Kline wrote:
> > i've been lookin
On 02/19/2012 02:25 PM, Gary Kline wrote:
> i've been looking for code to learn from. i spotted this botton
> layout from the game 'Iagno' but could only find part of its source.
> lucky for me that i know c++. be nice if there were some macro like
> "GTK_BUTTONBOX_LEFT"!
GtkButtonBox is just a
On Sun, Feb 19, 2012 at 07:40:23AM -0700, Michael Torrie wrote:
> Date: Sun, 19 Feb 2012 07:40:23 -0700
> From: Michael Torrie
> Subject: Re: "HELP/About" was :: [Re: suggestions on user config?]
> To: gtk-app-devel-list@gnome.org
>
> On 02/19/2012 06:38 AM, Tadej Borovšak wrote:
> > Hi
> >
> >>
On 02/19/2012 06:38 AM, Tadej Borovšak wrote:
> Hi
>
>>the dialoh has a "Close" button in the lower right. In the
>>lower left are two buttons. one is labeled "Credits"; next
>>to it is a button labeled "License" that displays the GNU
>>copyright. can somebody cl
Hi
> the dialoh has a "Close" button in the lower right. In the
> lower left are two buttons. one is labeled "Credits"; next
> to it is a button labeled "License" that displays the GNU
> copyright. can somebody clue me in on how to add the two
> buttons s on