row editable and row not editable
- From: Akbar <tuxer myrealbox com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: row editable and row not editable
- Date: Mon, 04 Jul 2005 16:03:20 +0700
Hi,
I have treestore. I have two column. Number and String. So the treestore
would be like this:
No String
|>1. Stupid
1. Bo
2. Bee
3. Je
|>2. Idiot
1. Dog
2. Yo
|>3. Dumb
1. Dub
2. Sup
3. Mo
4. Go
I made the String column editable by:
m_TreeView->append_column_editable("String",
m_TreeView->m_Columns.m_col_string);
Ok, I want to make the children node are not editable, but the parent
editable. How? Right now all node are editable.
Thank you.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]