/* Public domain */ #ifndef _FREESG_MAP_NODESEL_H_ #define _FREESG_MAP_NODESEL_H_ #include __BEGIN_DECLS void MAP_NodeselBegin(MAP_View *_Nonnull); void MAP_NodeselEnd(MAP_View *_Nonnull); void MAP_NodeselBeginMove(MAP_View *_Nonnull); void MAP_NodeselUpdateMove(MAP_View *_Nonnull, int,int); void MAP_NodeselEndMove(MAP_View *_Nonnull); int MAP_NodeselCopy(MAP_Tool *_Nonnull, AG_KeySym, int, void *_Nullable); int MAP_NodeselPaste(MAP_Tool *_Nonnull, AG_KeySym, int, void *_Nullable); int MAP_NodeselCut(MAP_Tool *_Nonnull, AG_KeySym, int, void *_Nullable); int MAP_NodeselKill(MAP_Tool *_Nonnull, AG_KeySym, int, void *_Nullable); __END_DECLS #include #endif /* _FREESG_MAP_NODESEL_H_ */