head	1.1;
access;
symbols
	experimental-1:1.1.0.4
	autoconf:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	99.02.25.01.55.01;	author brianp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@initial check-in
@
text
@=head1 NAME

GLwCreateMDrawingArea - Create a Motif/GL Drawing Widget.

=head1 SYNOPSIS

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

=head1 DESCRIPTION

=over 4

=item GLwCreateMDrawingArea

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

=item parent

Specifies the parent widget ID

=item name

Specifies the name of the created widget

=item arglist

Specifies the argument list

=item argcount

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

=back

For a complete definition of I<GLwMDrawingAra> and its associated
resources, see L<GLwMDrawingArea>. 

=head1 RETURN VALUE

Returns the I<GLwMDrawingArea> widget ID.

=head1 RELATED INFORMATION

L<GLwMDrawingArea>.

=head1 DATE

$Id: GLwCreateMDrawingArea.pod,v 1.2 1995/03/29 14:24:22 ohl Exp $
@
