Re: Changing the style of a scrollbar

2007-06-07 Thread Paul Davis
On Thu, 2007-06-07 at 16:18 -0700, konton wrote: > How do you change the look and size of a scroll bar? I have a > GtkScrolledWindow that holds a GtkTreeView, and I want the scroll bars > to have different images and be thinner. I tried setting the style in > .gtkrc for *GtkScrolledWindow* and I

Changing the style of a scrollbar

2007-06-07 Thread konton
How do you change the look and size of a scroll bar? I have a GtkScrolledWindow that holds a GtkTreeView, and I want the scroll bars to have different images and be thinner. I tried setting the style in .gtkrc for *GtkScrolledWindow* and I can get the color to change sort of and even have somewha

Re: GObject question.

2007-06-07 Thread Alexandre Moreira
On 6/7/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > On Thu, Jun 07, 2007 at 07:17:42PM -0300, Alexandre Moreira wrote: > > > > So, just to check if I understand it right. What you're saying is that > > the best approach would be to have something like (in my file buffer > > case) a FileBuffe

Re: GObject question.

2007-06-07 Thread Yeti
On Thu, Jun 07, 2007 at 07:17:42PM -0300, Alexandre Moreira wrote: > > So, just to check if I understand it right. What you're saying is that > the best approach would be to have something like (in my file buffer > case) a FileBuffer class which I could do something like: > > g_object_new(X_TYPE_

Re: GObject question.

2007-06-07 Thread Alexandre Moreira
On 6/7/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: [long snip] > > Thus, the natural approach is to create the objects already > in failed state if the underlying resource is so unusable > that even its initialization fails. As a big bonus you get > something (i.e. the object) to *query* abo

Re: GObject question.

2007-06-07 Thread Yeti
On Thu, Jun 07, 2007 at 04:43:33PM -0300, Alexandre Moreira wrote: > I don't know if this is the right place to ask, ... Yes, it is. > I am writing a class and would like to know if there is anyway that I > can prevent the object from being created (or deleting it right after > it, if the first a

GObject question.

2007-06-07 Thread Alexandre Moreira
Hello, everyone. I don't know if this is the right place to ask, but I tried and couldn't find a gobject specific mail-list. Don't know where else to ask so here it goes. I am writing a class and would like to know if there is anyway that I can prevent the object from being created (or deleting i

Re: Trouble Installing

2007-06-07 Thread Tor Lillqvist
Scott Peterson writes: > I have Cygwin on Windows. I downloaded the 2.10.9 source. When I configured > it, it said, "target: win32." So is that what you want to build then, GTK+ with the Win32 (GDI) backend? (But still as a Cygwin DLL?) Any idea where do the -lfreetype -lfontconfig come from? W

Re: Trouble Installing

2007-06-07 Thread Scott Peterson
I have Cygwin on Windows. I downloaded the 2.10.9 source. When I configured it, it said, "target: win32." When I make, I get this error. On 6/7/07, Tor Lillqvist <[EMAIL PROTECTED]> wrote: Scott Peterson writes: > I'm building gtk+-2.10.9 on Cygwin and I've hit a bit of a snag. > -lglib-2.0 -l

Some questions of a novice

2007-06-07 Thread eldruida
Hello, fist question: Its possible sent multiples widgets to a function with g_signal_connect, for exemple: ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Regarding GTK

2007-06-07 Thread Ritesh Khadgaray
On Thu, 2007-06-07 at 09:41 +0530, Sashi Kiran Akella wrote: > Hi, > >I've installed gtk+-2.6 RPM into my Fedora 3 Box. I've > uninstalled any previous versions of gtk. Now after installing one > application it is again asking gtk+-2.0>=gtk+-2.4. > > Please help me come

Re: Trouble Installing

2007-06-07 Thread Robert Pearce
On Wed, 6 Jun 2007 18:48:02 -0400 "Scott Peterson" <[EMAIL PROTECTED]> wrote: > I'm building gtk+-2.10.9 on Cygwin and I've hit a bit of a snag. > Here's the error: > There's some potentially important information missing here - we've only got the tail end of whatever (libtool) command is failing.