DragonFly On-Line Manual Pages
EZ_GetFancyListBoxXYOffset(3) EZWGL Functions EZ_GetFancyListBoxXYOffset(3)
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 corner of the widget window.
EZ_SetFancyListBoxXYOffset sets the XY offset.
SEE ALSO
EZ_GetListTreeWidgetXYOffset(3)
EZWGL EZ_GetFancyListBoxXYOffset(3)