gwymodule-tool
gwymodule-tool — Interactive tool modules
|
|
Includes
#include <libgwymodule/gwymodule.h>
Description
Tool modules implement interactive tools that work directly on data
windows.
Functions
gwy_tool_func_register ()
gboolean
gwy_tool_func_register (GType type
);
Registeres a tool function (tool type).
gwy_tool_func_foreach ()
void
gwy_tool_func_foreach (GFunc function
,
gpointer user_data
);
Calls a function for each tool function.