Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple example 6

This example shows you how to implement a Popup Menu for a Control.

self._fullname.addPopupSubMenuOption('Path', 
	{
		'Delete':           self.__dummyEvent, 
		'Edit':             self.__dummyEvent,
		'Interpolate':      self.__dummyEvent
	})

Simple example 6