Re: GTK Tree



malo p wrote:
> 
> Hi everyone
> 
> I'm trying to code an explorer of directories and file and i want 
> to do it with a gtk tree. Could someone explain me how it works, and 
> how can i do ?

How it works is roughly this - 
http://developer.gnome.org/doc/API/2.0/gtk/TreeWidgetObjects.html

Data 
----

GtkTreeModel
 - GtkTreeStore


Presentation
------------

GtkTreeView
 - GtkTreeViewColumn
 - GtkCellRenderer
    - GtkCellRendererText
    - GtkCellRendererPixbuf
 - GtkTreeSelection
 - GtkTreeIter

The documentation expains it better than I can.

Cheers,
Dave.

--
       David Neary,
    Marseille, France
  E-Mail: bolsh gimp org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]