widget_find_by_type  289 lib/widget/buttonbar.c     return BUTTONBAR (widget_find_by_type (CONST_WIDGET (h), buttonbar_callback));
widget_find_by_type  306 lib/widget/group.c             w0 = widget_find_by_type (WIDGET (iter->data), cb);
widget_find_by_type 1064 lib/widget/menu.c     return MENUBAR (widget_find_by_type (CONST_WIDGET (h), menubar_callback));
widget_find_by_type 3328 src/diffviewer/ydiff.c         dview = (WDiff *) widget_find_by_type (CONST_WIDGET (h), dview_callback);
widget_find_by_type 3351 src/diffviewer/ydiff.c     dview = (const WDiff *) widget_find_by_type (CONST_WIDGET (h), dview_callback);
widget_find_by_type 1307 src/editor/editwidget.c     return EDIT (widget_find_by_type (CONST_WIDGET (h), edit_callback));
widget_find_by_type 1349 src/filemanager/tree.c     return (WTree *) widget_find_by_type (CONST_WIDGET (h), tree_callback);
widget_find_by_type  766 src/viewer/actions_cmd.c         view = (WView *) widget_find_by_type (w, mcview_callback);
widget_find_by_type  386 src/viewer/lib.c     view = (const WView *) widget_find_by_type (CONST_WIDGET (h), mcview_callback);