GtkUIManagerClass.getAction

struct GtkUIManagerClass
extern (C)
GtkAction* function(GtkUIManager* manager, const(char)* path) getAction;

Return Value

the action whose proxy widget is found by following the path, or %NULL if no widget was found.

Meta