SFS moved to core
[AROS-Contrib.git] / ScalosV2 / PanelViewClass.h
blob58ad84e3a9f3efd25e8ceac45116ae1547b901ce
1 /*
2 ** Amiga Workbench® Replacement
3 **
4 ** (C) Copyright 1999,2000 Aliendesign
5 ** Stefan Sommerfeld, Jörg Rebenstorf
6 **
7 ** Redistribution and use in source and binary forms are permitted provided that
8 ** the above copyright notice and this paragraph are duplicated in all such
9 ** forms and that any documentation, advertising materials, and other
10 ** materials related to such distribution and use acknowledge that the
11 ** software was developed by Aliendesign.
12 ** THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
13 ** WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
14 ** MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18 struct PanelViewInst
20 ULONG idcmp;
21 Object *panel; // Destination Panel Object
22 struct Gadget *sliderright;
23 struct Gadget *sliderbottom;
25 LONG minx;
26 LONG miny;
27 LONG maxx;
28 LONG maxy;
29 LONG left;
30 LONG top;
31 UWORD movegadid;