Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

GLwCreateMDrawingArea(3x)


GLWCREATEMDRAWINGAREA

GLWCREATEMDRAWINGAREA

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
RELATED INFORMATION
DATE

NAME

GLwCreateMDrawingArea − Create a Motif/GL Drawing Widget.

SYNOPSIS

  #include <GL/GLwMDrawA.h>
  Widget GLwCreateMDrawingArea (parent, name, arglist, argcount)
       Widget   parent;
       String   name;
       ArgList  arglist;
       Cardinal argcount;

DESCRIPTION

GLwCreateMDrawingArea

creates an instance of a GLwMDrawingArea widget and returns the associated widget ID

parent

Specifies the parent widget ID

name

Specifies the name of the created widget

arglist

Specifies the argument list

argcount

Specifies the number of attribute/value pairs in the argument list (arglist)

For a complete definition of GLwMDrawingAra and its associated resources, see the GLwMDrawingArea manpage.

RETURN VALUE

Returns the GLwMDrawingArea widget ID.

RELATED INFORMATION

the GLwMDrawingArea manpage.

DATE

$Id: GLwCreateMDrawingArea.3x,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $



GLwCreateMDrawingArea(3x)