Re: GtkTreeStore and row deletion

2009-09-02 Thread pwieser
- "Kristian Rietveld" a écrit : > I don't fully get the problem you are describing. If I understand it > correctly, you have a tree model where each node points to a GObject. > Isn't it the case that when a row is destroyed that contains a > G_TYPE_OBJECT column, this will unref the value i

GtkTreeStore and row deletion

2009-09-02 Thread pwieser
Hi guys In a GtkTreeView, I used to maintain in parallel the GtkTreeModel and a GSList of objects. In this mode, the object reference was owned by the GSList, while the row only had a pointer to the object. At each edition operation, I first edited the GSList object, then duplicated the operation

GtkAssistant flow question

2009-07-12 Thread pwieser
Hi, I have a simple GtkAssistant with : - one intro page - two content pages - one confirm page - one summary page. All works fine : the confirm page has 'Cancel' and 'Apply' buttons, and the summary page has only a 'Close' button. Of course (or is it only obvious for me ?), I'd wish display on