GNOME Bugzilla – Bug 335388
Example submission: IconView
Last modified: 2006-03-22 13:41:33 UTC
Please describe the problem: I have written two examples: one is a simple version which just loads a set of icons (they come from free projects, so I think those images should be okay to use, but IANAL). The second app, directory, loads files in a local directory and allows you to double-click into subdirs. You can find the source here: http://www.dooglio.net/source/iconview.tar.gz Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 61712 [details] Tarball of IconView example project Here is the tarball in case my webserver is unavailable.
I have added the simple example to cvs HEAD, with some formatting changes to match the existing examples. Please avoid these unnecessary changes: - please avoid tabs - please put public stuff before protected and private stuff in the header. - please put methods and functions before member variables. I also removed the unnecessary use of TreeModelSort. I'd prefer not to put the other example in right now, because it doesn't seem to demonstrate anything extra, and it might make people use it instead of FileChooserDialog. Many thanks.