Selection in Radiobutton

2006-03-02 Thread sadhees kumar
Friends, In my GTK application I am using five Radiobuttons. At any point of time, only one will be selected. How to identify the selected Radiobutton? Can anyone help me? Thanks in advance. -- _ Regards, K.Sadheeskumar. ___ gtk-a

Fwd: GTK and KDE compatibility

2006-03-02 Thread Daniel Espinosa
-- Forwarded message -- From: Daniel Espinosa <[EMAIL PROTECTED]> Date: 02-mar-2006 22:16 Subject: Re: GTK and KDE compatibility To: Santhosh <[EMAIL PROTECTED]> Have any check the freedesktop.org specification about drag and drop? 2006/3/2, Santhosh <[EMAIL PROTECTED] >: > > > >

Re: GSList and g_filename_from_uri free memory problem

2006-03-02 Thread Freddie Unpenstein
On Thu 02/23, Colossus wrote: > > you must pass the list's head node pointer to g_slist_free(), which > > you will lost if you use Files_to_Add directly (in fact, it will > > always be null after the while loop) > Thank you all, I discovered a memory leak in my code. I was not > freeing the data

error in GtkTreeView using GtkTreeModelFilter

2006-03-02 Thread Ignacio Martín
Hi, Sometimes GtkTreeView throws this error when I use a GtkTreeModelFilter when I add a new element to the child model (a GtkTreeStore). Gtk-CRITICAL **: file gtktreeview.c: line 3966 (gtk_tree_view_bin_expose): assertion `has_next' failed. There is a disparity between the internal view of the Gt

Re: tooltips

2006-03-02 Thread Freddie Unpenstein
Original message written by someone, somewhen... > I wish it was possible to control tooltips position (they are > always at the bottom of the widget an I cannot visually tie them > to the appropriate `area') and use marked up text, like bold and > stuff. The tooltips code is really quite straig

Re: mapping keys to functions

2006-03-02 Thread Christian Neumair
Am Donnerstag, den 02.03.2006, 17:23 -0600 schrieb Matt Hull: > is it possible to get an integer from a key press ? are there any > standard integers for common keys ? like enter, arrowup ? > > working on a game and want the user to be able to map keys to > functions > using an array. seems li

mapping keys to functions

2006-03-02 Thread Matt Hull
is it possible to get an integer from a key press ? are there any standard integers for common keys ? like enter, arrowup ? working on a game and want the user to be able to map keys to functions using an array. seems like the keys are enumerated. matt _

Re: new GNOME Developers forum

2006-03-02 Thread Calum Benson
On 24 Feb 2006, at 18:49, Hayri Cicek wrote: Hi I have made a new forum for all GNOME developers and I'm wondring how can we make the site better Well, I guess one question to ask is what value you're hoping to offer to GNOME developers that they can't already get from the mailing

Re: GTK and KDE compatibility

2006-03-02 Thread Santhosh
> > Somebody (was it Ross Burton ?) had a useful little app to help > debugging this kind > of stuff, by listing the targets which are offered/accepted. I don't > have a link though. > If you find it, please post the link so that we can add it to www.gtk.org. > The following pygtk program does the

Re: GTK and KDE compatibility

2006-03-02 Thread Matthias Clasen
On 3/2/06, Colossus <[EMAIL PROTECTED]> wrote: > Chris Vine wrote: > > > In fact any byte-stream can be dragged as text/plain but you will need to > > know > > how to interpret it at the receiving end if it is not in fact plain text. > > The main point is that the source mime type and the target m

Re: GTK and KDE compatibility

2006-03-02 Thread Colossus
Chris Vine wrote: In fact any byte-stream can be dragged as text/plain but you will need to know how to interpret it at the receiving end if it is not in fact plain text. The main point is that the source mime type and the target mime type must match for the drag to successfully register itse

Re: GTK and KDE compatibility

2006-03-02 Thread Chris Vine
On Thursday 02 March 2006 11:01, Colossus wrote: > Chris Vine wrote: > > You probably haven't set the drag target correctly. > > Chris, thank you so much for replying me. Could you give me some > examples, source code or a gtk program you know whose drag and drop > works from KDE ? You can just ma

Re: GTK and KDE compatibility

2006-03-02 Thread Chris Vine
On Thursday 02 March 2006 09:30, Chris Vine wrote: > On Wednesday 01 March 2006 01:33, Daniel Espinosa wrote: > > GTK and KDE has it's own bucle to manage events, there a project working > > around it at: > > > > http://gparts.blogspot.com/ > > > > 2006/2/27, Colossus <[EMAIL PROTECTED]>: > > > Hi,

Re: GTK and KDE compatibility

2006-03-02 Thread Chris Vine
On Wednesday 01 March 2006 01:33, Daniel Espinosa wrote: > GTK and KDE has it's own bucle to manage events, there a project working > around it at: > > http://gparts.blogspot.com/ > > 2006/2/27, Colossus <[EMAIL PROTECTED]>: > > Hi, > > > > I connected the signal "drag_data_received" to the window