Re: TreeView/Treestore



/i've saw it , but :

"source/ and /destination/ should be at the same level"

...

Murray Cumming a écrit :
On Tue, 2006-04-04 at 18:36 +0200, Mickael DREAN wrote:
Hi there,

I've done a TreeStore which allow drag and drop. But, i would like to know how to move rows (like drag and drop in a way) without user interaction (just by calling a function)?

 This is what it's look like :

Elem 1 SElem 11
          SSElem 111
          SSElem 112
      SElem 12
         SSElem 121
   Elem2
       SElem 21
...

I would like to move SElem 11 (for example) with its children to Elem2 so SElem 21 become SElem 22 and SElem 11 become SElem 21.

TreeStore::move() looks like it does that:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1TreeStore.html#f1db9129be2cc296e701aa40aff7499c




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