On Mon, 2008-07-07 at 14:46 -0700, Newell Jensen wrote: > > This actually brings up something I was going to ask. Since I am in > the middle of creating/finding bitmaps for each of the file types, > what are all the file types that one would want in their project in > addition to the ones that Kai mentioned with his tree hierarchy? I > also have verilog and vhdl files at the moment but it would be nice to > have different icons for all the different types. Also as in my other > post, please vote on whether or not you are for the default directory > structure for the project.
For file-type icons, we can look them up from the gtk icon theme. They follow the naming convention of the mime-type, e.g.: application-x-excellon application-x-geda-gsch2pcb-project application-x-geda-schematic application-x-geda-symbol application-x-gerber application-x-pcb-footprint application-x-pcb-layout application-x-pcb-netlist Take a look at the API: gtk_icon_theme_lookup_icon () Best wishes, -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
