GtkPath when a Tree node is deleted

2005-07-24 Thread Deekshit M
information, of the node when it is added to the Tree. Si, If I have say nodes X,Y,Z in the same level in a tree, if I delete node Y, I wanted to know whther the path information fo Y chage ? Will it have the same value when the node was added. Thanks Deekshit M

key_press_event for drawing area.

2005-07-04 Thread Deekshit M
Hi all, Is it possible to attach key_press_event for drawing_rea. That is the key pressed when the drawing_area has the focus. I am asking the same question in this URL http://mail.gnome.org/archives/gtk-app-devel-list/2001-July/msg00180.html Thanks Deekshit M

Delete event.

2005-07-01 Thread Deekshit M
I was doing g_object_ref(vbox). But later I did g_object_unref) still it is not being called. So, I wante dot know, when a widget is destroyed. Thanks Deekshit M ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Yes... That is exactly the problem. I replaced the exsiting engine dll files with the one from 2.4 and everything is fine now. Thank you very much Deekshit M --- Tor Lillqvist <[EMAIL PROTECTED]> wrote: > Deekshit M writes: > > After that I get an error message "The pro

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
instead of include. But the themes found in art.gnome.prg does not work. Thanks Deekshit M --- Carlo Agrusti <[EMAIL PROTECTED]> wrote: > Deekshit M ha scritto lo scorso 19/06/2005 20:17: > > Hi all, > >I wanted to know how do I add a theme to the > > windows applica

Re: GTK themes on windows

2005-06-20 Thread Deekshit M
Hi, I heard a lot about pixmap-engine. Is it a downloadable engine, or available with standard GTK package itself. Thanks Deekshit M --- Carlo Agrusti <[EMAIL PROTECTED]> wrote: > Deekshit M ha scritto lo scorso 19/06/2005 20:17: > > Hi all, > >I wanted to know ho

GTK themes on windows

2005-06-19 Thread Deekshit M
for my application ? 2) How to apply the themes available at art.gnome.org to my application on windows 3) How do I write my own themes? Is therte any document for the same ? Thanks Deekshit M ___ gtk-app-devel-list mailing list gtk-app-devel-list

Window activate

2005-05-02 Thread Deekshit M
Hi all, In my application, I have lot of windows open. I want set the current context, to the window which has the focus(the window which si active now). What event should I use. I tried activate-default and activate-focus. But they didn't work. Thanks Deekshith M

Re: GtkTreeView question.

2005-04-30 Thread Deekshit M
Hi, Thank you very much for the same. I followed the gyrus source code and I could build the tree required for me with a small deviation. I my tree I wanted the Checkboxes should be shown only for some of the nodes, to be specific leaf nodes. Is there any way to do this ? Thanks Deekshit M

GtkTreeView question.

2005-04-29 Thread Deekshit M
associated with it, in the same column. I could not find help on such on searching. I appreciate if I get a working sample. Please help me. Thanks in advance Deekshit M ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: treeview

2005-04-28 Thread Deekshit M
Hi, It looks like you are using gtk-1.2. Try the following command to compile gcc -Wall -g filename.c -o filename $CFLAGS `pkg-config gtk+-2.0 --cflags` `pkg-config gtk+-2.0 --libs` Thanks Deekshit M --- srinivas <[EMAIL PROTECTED]> wrote: > i compiled my pgm using > -&g

Ignore FOCUSOUT

2005-04-18 Thread Deekshit M
focus using gtk_window_set_focus, for the same entry. But again I get the same error message even if I return FALSE. Please help me Thanks Deekshit M ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo

Focusout and Notebook

2005-04-18 Thread Deekshit M
the focus out event, then I switch back to first page. I get a focusout event, But the focus is still on the entry in the first page. Can anybody let me know why I am getting the focus out for the second time. Thanks in advance Deekshit M ___ gtk-app-

Re: GtkCellRendererPixbuf question.

2005-03-19 Thread Deekshit M
OK, now a different problem. I don't want the image and text to appear in different columns, I want them in the same column. I tried the example in http://mail.gnome.org/archives/gtk-app-devel-list/2002-August/msg00334.html In this example Thanks and Regards Deekshit M --- Iago Rubio &l

Re: GtkCellRendererPixbuf question.

2005-03-19 Thread Deekshit M
Thank you very much. Now I got the problem, I was creating model like model = gtk_tree_store_new (1, G_TYPE_STRING); Now I corrected it. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-deve

GtkCellRendererPixbuf question.

2005-03-19 Thread Deekshit M
0,pb,-1); But I get like GLib-GObject-WARNING **: unable to set property `pixbuf' of type `GdkPixbuf' from value of type `gchararray' Can anybody help me to solve the problem Is there any example of using images in TreeStore Deekshit M ___

GtkNoteBook question

2005-03-19 Thread Deekshit M
Hi, I wanted to know, if I remove a page from a notebook will it DESTROY the child for the page also ? Thanks and Regards Deekshit M ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

GtkNotebook question

2005-03-06 Thread Deekshit M
Hi, When I was using GtkNoteBook such that I show the Vbox containing the notebook, before creating the notebook itself. I see the widgets in the second page of notebook on the first page. But this becomes OK, when I switch to second page and back to first page. Here the source code that I was t