GtkNotebook and firefox like delete button

2006-01-05 Thread Dov Grobgeld
Is there currently any way to add a FireFox like delete button in the right hand corner of a GtkNotebook? It seems not as there is no access to the tab row? Is it at all a separate widget? It seems to me that a reasonable interface would be to put the tab row into a GtkBox container (either HBox o

GLib 2.9.2 released

2006-01-05 Thread Matthias Clasen
GLib 2.9.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.9/ glib-2.9.2.tar.bz2 md5sum: 98a33482d62735ed7e202bbbd5b27851 glib-2.9.2.tar.gz md5sum: 17a76927efd9df931dee1c158bb5b8c8 This is the third development rele

Re: Another DrawingArea puzzle

2006-01-05 Thread Mark Leisher
Pupeno wrote: I have been experiencing similar problems making a widget in PyGTK based on "Writing a Widget Using Cairo and PyGTK 2.8"[1] which is a Python version of "Writing a Widget Using Cairo and GTK+2.8"; I solved them and described my experience on my blog: http://pupeno.com/blog/makin

Re: Another DrawingArea puzzle

2006-01-05 Thread Pupeno
On Thursday 05 January 2006 15:25, Mark Leisher wrote: > Mark Leisher wrote: > > The program at the link below uses a custom widget subclassed from the > > GtkVBox widget. It contains a DrawingArea and a spin button at the > > bottom. The problem is that when more than one is created, only the > >

Re: Possible problem with gdk_selection_get_owner()

2006-01-05 Thread Mark Leisher
Mark Leisher wrote: Attached are two small programs, gtk.c and x11.c. Both are meant to demonstrate how to use a GdkAtom/Atom to determine if an instance of a program is already running (Linux/Unix). I've finally tracked down the problem. When the call to gdk_selection_owner_get() is done, th

RE: Availability LSB specification for GTK toolkit

2006-01-05 Thread Banginwar, Rajesh
Thanks Matthias. Please see my comments in line below: > -Original Message- > From: Matthias Clasen [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 05, 2006 12:47 PM > To: Banginwar, Rajesh > Cc: gtk-list@gnome.org; gtk-devel-list@gnome.org > Subject: Re: Availability LSB specification

Re: Availability LSB specification for GTK toolkit

2006-01-05 Thread Matthias Clasen
On Thu, 2006-01-05 at 12:11 -0800, Banginwar, Rajesh wrote: > Kindly review the specs and give us feedback. Here are some comments from quickly looking through the GLib parts: Matthias Foreword This is version VERSION... ^^^ What version ? Introduction

Availability LSB specification for GTK toolkit

2006-01-05 Thread Banginwar, Rajesh
Hello, Looks like my earlier message got lost during the holidays last month. Anyway, LSB desktop project is announcing the availability of GTK (including Glib, ATK, Pango and GTK) specification at: http://www.linuxbase.org/spec//book/Toolkit_Gtk/Toolkit_Gtk.html. This specification will

Re: Another DrawingArea puzzle

2006-01-05 Thread Mark Leisher
Mark Leisher wrote: Mark Leisher wrote: The program at the link below uses a custom widget subclassed from the GtkVBox widget. It contains a DrawingArea and a spin button at the bottom. The problem is that when more than one is created, only the first drawing area actually appears. Any help

Re: Another DrawingArea puzzle

2006-01-05 Thread Mark Leisher
Mark Leisher wrote: The program at the link below uses a custom widget subclassed from the GtkVBox widget. It contains a DrawingArea and a spin button at the bottom. The problem is that when more than one is created, only the first drawing area actually appears. Any help would be appreciated.

Hide de mouse with gtk+-1.2.0

2006-01-05 Thread Duke Nukem
Hi, I want to know how can I hide the mouse, i want to say the cursor. Is there something like HideCursor or is it necessary several functions?Thanks ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Regarding GLIst Search Function

2006-01-05 Thread John Cupitt
On 1/5/06, V.Ravikumar <[EMAIL PROTECTED]> wrote: > Is there any to search fast in a Glist(if my list is large) , other > than the g_list_find API function. I usually use a combination of a list and a hash for situations like this. Use the list to keep the traverse order for the hash. John

Threading in GTK

2006-01-05 Thread sadhees kumar
Hi Friends,       I have created my GTK application , and implemented threading with Pthread.It is working fine in Host (Pentium 3). Screen is not displayed in the Target(ARM9).     Is GTK is fully supporting threading?   I am using GTK version 2.2.4.      

Hide the mouse with gtk+-1.2.0

2006-01-05 Thread Duke Nukem
Hi, How can I hide the cursor? Is there something like HideMouse or HideCursor?, or is it necessary several functions? Thanks ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list