Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

graphiccomptool(3u) [opensolaris man page]

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)

Check Out this Related Man Page

EllipseComp(3U) 					    InterViews Reference Manual 					   EllipseComp(3U)

NAME
EllipseComp, EllipseView, PSEllipse - ellipse component subject, view, and PostScript external representation SYNOPSIS
#include <Unidraw/Components/ellipse.h> DESCRIPTION
EllipseComp is a GraphicComp that defines an ellipse. It uses an Ellipse graphic to store its graphical attributes. EllipseView is a GraphicView for displaying the ellipse. PSEllipse is a PostScriptView that externalizes the subject's information in PostScript form. ELLIPSECOMP PUBLIC OPERATIONS
EllipseComp(SF_Ellipse* = nil) The constructor takes an optional stroked-filled ellipse that defines the attributes of the ellipse. SF_Ellipse* GetEllipse() Return the SF_Ellipse graphic that defines the ellipse's attributes. GetEllipse is simply a more specific form of the GetGraphic operation. ELLIPSEVIEW PUBLIC OPERATIONS
EllipseView(EllipseComp* = nil) Create an EllipseView, optionally supplying the subject. virtual void Interpret(Command*) EllipseView interprets AlignToGridCmd to align its center to the grid. virtual Manipulator* CreateManipulator( Viewer*, Event&, Transformer*, Tool* ) virtual void InterpretManipulator(Manipulator*) EllipseView redefines its response to manipulation with a GraphicCompTool. The user clicks to specify the center of the ellipse and then drags to vary its axes. The center and the axes will be constrained by gravity, if any. EllipseComp* GetEllipseComp() Return the subject. PSELLIPSE PUBLIC OPERATIONS
PSEllipse(EllipseComp* = nil) Construct a PostScript external representation of the given subject, if any. SEE ALSO
GraphicComp(3U), GraphicCompTool(3U), GraphicView(3U), Grid(3U), PostScriptView(3U), align(3U), ellipses(3U) Unidraw 22 January 1991 EllipseComp(3U)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Another lame 'vi' question......

This is a long shot, but there are many bright folks on here ;) My next vi drama involves a using a prototype file for a makefile. I have an old prototype file but its not in correct format. It's formated as: /the/old/path/file1 <garbage> <garbage> /the/old/path/file2 ... (3 Replies)
Discussion started by: Yinzer955i
3 Replies

2. UNIX and Linux Applications

graphical elements under Control-M

Hello Guys... My customer is trying to use Control-M to schedule a batch file that runs my application and executes one Javascript, but he is facing problems with the graphical ellements from my application, that has a splash screen showing the name of the application, the license used and a... (0 Replies)
Discussion started by: ftrapnell
0 Replies

3. SCO

configuring graphical card

hello everybody, i am a new user for sco OS , i want to know how i can configure a graphical card under this system. and usb DAT plzzz (0 Replies)
Discussion started by: lid-j-one
0 Replies

4. AIX

AIX monitoring tools for graphical output

(6 Replies)
Discussion started by: krishna_vnr`
6 Replies

5. Red Hat

Multiple Users

I need to have more than one user logged into my PC's VMWare Linux virtual simultaneously, each seeing a graphical display, to test my software's ability to affect their displays one by one. I have never done anything like this before. My Linux virtuals have been for my development only, that is... (3 Replies)
Discussion started by: BrandonShw
3 Replies

6. AIX

Need a graphical interface on AIX server to create database

Hello, Please suggest me the ways how to get graphical interface on AIX server.I need to create oracle database for which I need graphical access. Best regards, Vishal (4 Replies)
Discussion started by: Vishal_dba
4 Replies

7. Linux

Not able to login in graphical mode

Hi Guys After installing my CentOS in virtual machine i am not able to get the graphical mode. By default it is going in TUI mode. Please help how to get the graphical mode by default. I am already in init 5..... Thanks...:wall: (1 Reply)
Discussion started by: deviltech
1 Replies