Searched refs:SlotType (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Ddock-item.cpp519 typedef sigc::slot<bool, GdkEventAny *> SlotType; typedef
524 return static_cast<int>( (*static_cast<SlotType*>(slot))(event) );
538 typedef sigc::slot<void, bool> SlotType; typedef
543 (*static_cast<SlotType *>(slot))(cancelled);

Completed in 14 milliseconds