SgCreateFinder(3X) UNIX System V SgCreateFinder(3X)
NAME
SgCreateFinder - The Finder widget creation function
SYNOPSIS
#include <Sgm/Finder.h>
Widget SgCreateFinder (parent, name, arglist, argcount)
Widget parent;
String name;
ArgList arglist;
Cardinal argcount;
VERSION
This page documents the version of Sgm that accompanies
Motif 1.2.
DESCRIPTION
SgCreateFinder creates an unmanaged Finder. A Finder is
used to accelerate text selection.
⊕ A text field for typing and displaying text.
⊕ A history button which remembers previous text field
items.
⊕ A zoomBar for accelerated selection of text field
sections.
Finder is designed for quick access to components of the
text field's text. The buttons on the zoomBar modify the
text field, generally truncating sections after the pressed
button.
parent Specifies the parent widget ID
name Specifies the name of the created widget
arglistSpecifies the argument list
argcount
Specifies the number of attribute/value pairs in the
argument list (arglist)
For a complete definition of Finder and its associated
resources, see SgFinder(3X).
RETURN VALUE
Page 1 (printed 4/30/98)
SgCreateFinder(3X) UNIX System V SgCreateFinder(3X)
Returns the Finder widget ID.
RELATED INFORMATION
SgFinder(3X).
Page 2 (printed 4/30/98)