GtkUIManagerClass.getWidget

struct GtkUIManagerClass
extern (C)
GtkWidget* function(GtkUIManager* manager, const(char)* path) getWidget;

Return Value

the widget found by following the path, or %NULL if no widget was found

Meta