GTK Popup Menu App
Package:
Summary:
Create GTK popup menus bound to class functions
Groups:
Author:
Description:
This class can be used to create GTK popup menus bound to class functions.
It can retrieve the list of functions of the class and create a popup menu with entries that are handled by the class functions with names which do not start by _ nor are named run.
The menu entry titles are taken from the respective class names after replacing _ characters by spaces.
Applications should extend this class to define their own popup menus from their class function names.
It can retrieve the list of functions of the class and create a popup menu with entries that are handled by the class functions with names which do not start by _ nor are named run.
The menu entry titles are taken from the respective class names after replacing _ characters by spaces.
Applications should extend this class to define their own popup menus from their class function names.
Comments are closed.