GtkItemFactory::get_item_by_action

GtkItemFactory::get_item_by_action

GtkWidget get_item_by_action(int action);

Obtains the item which was constructed from the GtkItemFactoryEntry with the given action. If there are multiple items with the same action, the result is undefined. It is NOT an array as you may have assumed - it is probably one of the items found.

The difference between item and widget is explained in get_item() .

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.