Eto form with multiple tabs

Following @dale sample scripts I was able to create a form using Eto library and IronPython in Rhino 6.

Now I want to add one more tab to this form. Does anyone have a sample code for a multi-tab form created using Eto?

Hi @Mostapha,

This isn’t anything fancy but you can start with this:

https://github.com/mcneel/rhino-developer-samples/blob/6/rhinopython/SampleEtoTabbedDialog.py

Note, no making fun of my Python coding style. :wink:

– Dale

6 Likes

Beautiful! Thanks. :slight_smile:

Never! :wink: