Re: BadDrawable or BadWindow error

2007-06-13 Thread omar . crea
Fixed... The problem is that the GStreamer pipeline don't free properly when the window's exit button was pressed: it can be fixed using a quit function that frees the pipeline prior to close the GTK main loop. GstElement *pipeline; // global now // prototype void destroy (GtkWidget *,

Drag and drop on tables and notebooks

2007-06-13 Thread Yann Renard
Chears people, I would like to implement drag and drop of objects. The destination of the dropped objects is either a table, either a notebook. My wish would be to know the row/column index in the destination table or the tab index/out-of-tab status for the notebook (out of tab status means in

How to Customize buttons in gtk

2007-06-13 Thread p z
Hello, I am developing a application in gtk and would like to change shape of buttons to oval or round of the edges.How is this possible in gtk...? Do i need to use styles or gtk_window_shape Thanks and Cheers, Prashant ___

Re: How to build a GtkTree?

2007-06-13 Thread Michelle Konzack
Hello Guenther, I have read the thread and I have the same proble, since YOUR structure is exactly the same as the Maildir format :-) I have problems getting the parent itter... ...and then, if a tree is there and in the server sice appear a new directory HOW to add this to the existing tree?

Re: How to build a GtkTree?

2007-06-13 Thread JAMES SCOTT
Guenther Michelle, Here is the tutorial for TreeViews, which explains how to create, add/remove, and destroy a treeview. Not to mention the gtk-demo program contains examples and source. http://scentric.net/tutorial/treeview-tutorial.html James, - Original Message From: Michelle