I noticed that my patch that makes Gtk.ListStore implement IEnumerable was commited to Gtk# SVN head (thanks!!) so I figured i’d just mention why it’s useful and how to use it.
Preveously if you wanted to traverse all the rows in a ListStore (used for TreeView, ComboBox, etc.) you would have to do something like:
Gtk.TreeIter iter;
trustedNodesListStore.GetIterFirst(out [...]
April 16, 2005 – 10:05 pm
Hi everyone,
I put up a nice website for the Seattle Mono User’s Group (SMUG) today:
http://www.mono-seattle.org/
The site is powered by Cuyahoga, a very nice (free) asp.net content management system that runs on mono.
And as Chris mentioned, don’t forget that theres a meeting this weekend. Details here.
March 21, 2005 – 10:10 pm
So we had a very impressive turnout of three people last night. I guess everyone around here that uses .NET works at Microsoft, huh?
Anyway we still had a good time, Chris was working on implementing a version control system into monodevelop, Andrew was working on refactoring the information management application he is developing, and I [...]
March 20, 2005 – 12:53 pm
Just a reminder that the next seattle mono user’s group meeting is today at 4:00. Anyone interested in C#, Mono, or .NET in general is invited to come (but if we see you boot windows on your laptop we might chase you out of the room =).
The location and any other comments are on [...]