wind_get.c File Reference

#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include "globals.h"

Functions

int __CDECL wind_aes_get (APPvar *app, WINDOW *win, int mode, GRECT *clip, INT16 *x, INT16 *y, INT16 *w, INT16 *h)
 Get window attributes.
int __CDECL wind_aes_get_root_handle (APPvar *app, WINDOW *win)
int mt_WindXGet (APPvar *app, WINDOW *win, int mode, GRECT *clip, INT16 *x, INT16 *y, INT16 *w, INT16 *h)
 Get window attributes.
int mt_WindGet (APPvar *app, WINDOW *win, int mode, INT16 *x, INT16 *y, INT16 *w, INT16 *h)
 Get window attributes.
void * mt_WindGetPtr (APPvar *app, WINDOW *win, int mode)
 Get window pointer attribute.
int w_get_hndl (APPvar *app, WINDOW *win)
 Returns the WINDOW's real AES handle.

Function Documentation

int __CDECL wind_aes_get APPvar app,
WINDOW win,
int  mode,
GRECT *  clip,
INT16 *  x,
INT16 *  y,
INT16 *  w,
INT16 *  h
 

Get window attributes.

Parameters:
app application descriptor,
win target window
mode attribute to read,
clip rectagle to optimize the result,
x,y,w,h meanning depend on value of mode.
Returns:
0 or a negative code error.
This an internal WinDom function not to be used by applications. They should use mt_WindGet().

See also:
mt_WindGet(), mt_WindSet()

int __CDECL wind_aes_get_root_handle APPvar app,
WINDOW win
 


Generated on Thu Jun 22 11:45:27 2006 for WinDom by  doxygen 1.4.6