gtktreeview question

2010-02-13 Thread Alexander Nagel
Hi, I have a working gtktreeview in a scrolledwindow and i can scroll by mouse and even the iteration trough the list works, but i can't scroll automatically with this code snippet: path = gtk_tree_model_get_path (GTK_TREE_MODEL (store), &itern); gtk_tree_view_scroll_to_cell (GTK_TREE_VI

GtkTreeView Question

2008-03-27 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Hopefully this is a simple question. I have a GtkTreeView and I would like to set the lest two columns in my view to always be on the right side of the view and allow the other columns to be resizeable. So far I have not found how to to do thi

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 ---

Re: GtkTreeView question.

2005-04-29 Thread Claudio Saavedra V.
On Fri, 2005-04-29 at 11:08 -0700, Deekshit M wrote: > Hi all, >Is there any application with source code available > that uses GTKTreeView and creates a Tree like windows > explorer or directory browsing in X11amp. > My intention is to use create a TreeView with a > column having Tree and oth

GtkTreeView question.

2005-04-29 Thread Deekshit M
Hi all, Is there any application with source code available that uses GTKTreeView and creates a Tree like windows explorer or directory browsing in X11amp. My intention is to use create a TreeView with a column having Tree and other having check-boxes. Each node in th e tree has a pixmap associ