[Mono-osx] [MonoMac] Add a toolbar programatically

Curtis Wensley curtis.wensley at gmail.com
Thu Jul 7 13:09:16 EDT 2011


Hi Alain,

Take a look here: 
https://github.com/picoe/Eto/blob/master/Source/Eto.Platform.Mac/Forms/ToolBar/ToolBarHandler.cs

It implements the toolbar programatically using MonoMac.  I used a delegate
instead of using events, but either way *should* work (but might not).

>From initial inspection, it looks like you're using
SelectableItemIdentifiers incorrectly.  It should only return items that you
wish to have select like a preference pane.  Don't know if this is your
issue or not..

--
View this message in context: http://mono.1490590.n4.nabble.com/MonoMac-Add-a-toolbar-programatically-tp3651044p3652096.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list