On Mon, Dec 07, 2009 at 02:00:16PM +0000, Colin Guthrie wrote: > 'Twas brillig, and Jo?o Paulo Rechi Vita at 07/12/09 11:32 did gyre and > gimble: > > I've been thinking to add PA volume control to the enlightenment > > volume manager, so +1 for this refactor :) > > I'm beginning to work on kmix support too, so probably something we > should hash out sooner rather than later. > > Just so I know, is enlightenment and the OSX preferences pane stuff > C/Objective C or C++? > > Some kind of C++ structure would probably be quite attractive (tho' > ideally without any other toolkit level requirements). In OS X, userlevel applications are usually ObjectiveC, but with the ability to freely mix code with C/C++ parts. I would, however, prefer plain C for maximum compatability. On OS X, I will most probably wrap thing into a thin Objective-C layer eventually, depending on what we end up with. Daniel