Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
EZ_SetWidgetPosition(3)		EZWGL Functions	       EZ_SetWidgetPosition(3)

NAME
       EZ_SetWidgetPosition,  EZ_SetWidgetWidth, EZ_SetWidgetHeight, - set the
       geometry	of a widget

SYNOPSIS
       #include	<EZ.h>

       void  EZ_SetWidgetPosition( EZ_Widget *widget, int x, int y)
       void  EZ_SetWidgetWidth(	EZ_Widget *widget, int width)
       void  EZ_SetWidgetHeight( EZ_Widget *widget, int	height)

ARGUMENTS
       widget  Specifies an EZ Widget.

       x, y  Specify the coordinates of	the upper-left corner  of  the	widget
       window.

       width, height  Specify the width	and height of the widget window.

       The  geometroy  manager	will  honor  the specified geometry unless the
       EZ_FORGET_GEOMETRY is set afterwards.

DESCRIPTION
       EZ_SetWidgetPosition sets the origin of the widget window.

       EZ_SetWidgetWidth sets the width	of the widget window.

       EZ_SetWidgetHeight sets the height of the widget	window.

SEE ALSO
       EZ_GetWidgetGeometry(3)

EZWGL						       EZ_SetWidgetPosition(3)

NAME | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=EZ_SetWidgetPosition&sektion=3&manpath=FreeBSD+5.2-RELEASE+and+Ports>

home | help