Re: [gtkmm] ListStore bug
- From: Todd Fisher <taf2 lehigh edu>
- To: Murray Cumming Comneon com
- Cc: dss home se, gtkmm-list gnome org
- Subject: Re: [gtkmm] ListStore bug
- Date: Mon, 14 Jul 2003 14:37:00 -0400
I'd like to take back my posting it turns out it was a problem with how
i was initializing the store i should not have made that initial posting
without having
spent more time debugging my own application I applogize. And I'd like
to add that I believe clear is a very useful method and I hope it is not
removed
from 2.4 its a convience function that makes life easier.
-todd
Murray Cumming Comneon com wrote:
From: Daniel [mailto:dss home se]
On Sat, 12 Jul 2003 23:12:12 -0400
Todd Fisher <taf2 lehigh edu> wrote:
when i call ListStore::clear() before adding anything into
the store my
application core dumps.
Are you sure that you clear the ListStore and not the RefPtr?
Example:
Gdk::RefPtr<Gtk::ListStore> refListStore;
// Clear the ListStore
refListStore->clear();
// Clear the RefPtr
refListStore.clear();
I would like to remove RefPtr::clear() in glibmm 2.4:
http://cvs.gnome.org/bonsai/cvslog.cgi?file=%2Fglibmm%2Fglib%2Fglibmm%2Frefp
tr.h
Murray Cumming
murrayc usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]