mojave man page for graphiccomptool

Query: graphiccomptool

OS: mojave

Section: 3u

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GraphicCompTool(3U)					    InterViews Reference Manual 				       GraphicCompTool(3U)

NAME
GraphicCompTool - tool for instantiating graphical components
SYNOPSIS
#include <Unidraw/Tools/grcomptool.h>
DESCRIPTION
A GraphicCompTool lets the user instantiate graphical components by direct manipulation. The GraphicCompTool keeps a prototypical compo- nent that defines the type of component it can instantiate.
PUBLIC OPERATIONS
GraphicCompTool(ControlInfo*, GraphicComp* prototype) GraphicCompTool() Create a new GraphicCompTool, supplying the prototypical GraphicComp. (You should not normally call the parameterless constructor, which Creator requires.) The first constructor creates a graphical view of the prototype for internal use. virtual Manipulator* CreateManipulator( Viewer*, Event&, Transformer* ) virtual void InterpretManipulator(Manipulator*) CreateManipulator clears the editor's selection and delegates manipulator creation and interpretation to the graphical view of the prototype. GraphicComp* GetPrototype() Return the prototypical GraphicComp.
SEE ALSO
GraphicComp(3U), Tool(3U) Unidraw 24 January 1991 GraphicCompTool(3U)
Related Man Pages
ellipsecomp(3u) - debian
polygoncomp(3u) - debian
rectcomp(3u) - debian
graphiccomptool(3u) - opensolaris
movetool(3u) - opensolaris
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
My first PERL incarnation... Audio Oscillograph
Controlling user input
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.