| |
|
EZ_GetFancyListBoxXYOffset
|
| |
NAMEE
EZ_GetFancyListBoxXYOffset, EZ_SetWorkAreaWidgetXYOffset
- returns/sets the current XY offset of a WorkArea widget
SYNOPSIS
#include <EZ.h>
void EZ_GetFancyListBoxXYOffset( EZ_Widget *widget,
int *x_ret, int *y_ret)
void EZ_SetWorkAreaWidgetXYOffset( EZ_Widget *widget,
int x, int y)
ARGUMENTS
widget Specifies a FancyListBox widget.
x_ret,y_ret Specifies the returns for the XY offset.
x,y Specifies the XY offset.
DESCRIPTION
EZ_GetFancyListBoxXYOffset returns the current XY offset
of a FancyListBox widget. The XY offset is the location of
the upper-left corner of the minimal rectangle the items
in the FancyListBox spans, relative to the upper-left cor-
ner of the widget window.
EZ_SetFancyListBoxXYOffset sets the XY offset.
SEE ALSO
EZ_GetListTreeWidgetXYOffset(3)