M
Mark Volkmann
I'm trying to learn how to use TkOptionButtonmenu and haven't found
sufficient documentation yet. I know that I can specify the items to add to
the TkOptionButtonmenu using constructor parameters. I can also add them one
at a time using the add method.
Is there a method I can invoke after the constructor to add more than one? I
can call the menu method on the TkOptionButtonmenu to get the OptionMenu.
Other kinds of menus support a menuitems option for adding all the items at
once, but it doesn't seem that TkOptionButtonmenu or OptionMenu support
this.
sufficient documentation yet. I know that I can specify the items to add to
the TkOptionButtonmenu using constructor parameters. I can also add them one
at a time using the add method.
Is there a method I can invoke after the constructor to add more than one? I
can call the menu method on the TkOptionButtonmenu to get the OptionMenu.
Other kinds of menus support a menuitems option for adding all the items at
once, but it doesn't seem that TkOptionButtonmenu or OptionMenu support
this.