AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Defined in:     window.h

Syntax:     
typedef struct
{  
BBox      visible_area,
int           xscroll,
int           yscroll,
int           behind,

/* The following can only be used with the 
* extended Toolbox_ShowObject method (when 
* Toolbox_ShowObject_AsSubWindow is set in 
* flags) */

unsigned      int window_flags;
int           parent_window_handle;
unsigned int  alignment_flags;
} WindowShowObjectBlock;

Purpose:     Used with toolbox_show_object for opening windows.  xscroll and yscroll are scroll offsets.  behind is the handle of a window to open behind (-1 for none).

[sh-index] Back to list of manuals