Re: Help removing GtkListStore rows
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: LordGolem <lordgolem golemgraphics com>
- Cc: gtk-list gnome org
- Subject: Re: Help removing GtkListStore rows
- Date: Sun, 2 May 2004 05:09:51 +0200 (CEST)
Hi
1. You have a memory leak: The string from gtk_tree_path_to_string must be
g_free()'d.
2. I think you can't cast a "store" ("model") into a "view", otherwise
using one store for multiple views wouldn't be possible.
HTH
Jan-Marek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]