Re: [gtkmm] How to clear a tree view?
- From: Matthew Walton <matthew alledora co uk>
- To: "Andreas B. Thun" <abt gmx de>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] How to clear a tree view?
- Date: Wed, 07 Jan 2004 11:41:45 +0000
PLEASE read the API documentation at http://www.gtkmm.org/gtkmm2/docs/ -
the answer to this is fairly easy to find there.
Try calling clear() on your ListStore/TreeStore.
Andreas B. Thun wrote:
Hi!
I´ve added some rows with data to a list store tree view
using m_list_store_ref->append().
Later in my application I want to clear the
rows to display completely new values. How can I clear
all rows from the displayed treeView?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]