* main.cs: TreeNodeValue works on fields yay.
2005-09-02 Ben Maurer <bmaurer@ximian.com> svn path=/trunk/msdn-browse/; revision=49375
This commit is contained in:
Родитель
0a4e28371e
Коммит
73318dfb4c
|
@ -1,3 +1,7 @@
|
|||
2005-09-02 Ben Maurer <bmaurer@ximian.com>
|
||||
|
||||
* main.cs: TreeNodeValue works on fields yay.
|
||||
|
||||
2005-09-02 Ben Maurer <bmaurer@ximian.com>
|
||||
|
||||
* main.cs: Use my new nodestore helper api
|
||||
|
|
5
main.cs
5
main.cs
|
@ -146,10 +146,7 @@ public class TreeNode : Gtk.TreeNode {
|
|||
|
||||
[XmlAttribute]
|
||||
[TreeNodeValue (Column=0)]
|
||||
public string Title {
|
||||
get { return title; }
|
||||
set { title = value; }
|
||||
}
|
||||
public string Title;
|
||||
|
||||
[XmlAttribute]
|
||||
public string Href;
|
||||
|
|
Загрузка…
Ссылка в новой задаче