grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / nlist / docs / MCC_NBalance.doc
blob4d7657a24f0426c7c8026c2eb069e236a1b2b12d
1 TABLE OF CONTENTS
3 NBalance.mcc/NBalance.mcc
4 NBalance.mcc/MUIA_NBalance_Pointer
5 \fNBalance.mcc/NBalance.mcc
7     *******************************************************************
8     Copyright (C) 2001-2014 NList Open Source Team
9     $Id: MCC_NBalance.doc 716 2014-01-26 09:32:35Z damato $
11     This MCC public custom class is derived from the MUI standard
12     balance class which handles the dragging/resizing of vertical and
13     horizontal groups.
15     In contrast to the standard MUI balance class, however, it adds
16     some features such as displaying a mouse pointer as soon as the
17     mouse is above a dragable NBalance object.
19     It is released and distributed under the terms of the GNU Lesser
20     General Public License (LGPL) and available free of charge.
22     Please visit http://www.sf.net/projects/nlist-classes/ for
23     the very latest version and information regarding NBalance
24     *******************************************************************
26 NBalance.mcc is able to save the balancing weights permanently. Just set a
27 unique MUIA_ObjectID and use MUIM_Application_Load/Save to permanently load
28 or save the current balancing weights.
29 \fNBalance.mcc/MUIA_NBalance_Pointer
31     NAME
32         MUIA_NBalance_Pointer -- [ISG.], LONG
34     INPUTS
35         MUIV_NBalance_Pointer_Off
36         MUIV_NBalance_Pointer_Standard (default)
38     FUNCTION
39         Allows to set the mouse pointer that should be displayed when
40         the mouse is found to be above a NBalance object. Per default
41         a standard horizontal or vertical size pointer is displayed as
42         soon as the mouse is above a dragable NBalance object.
44     SEE ALSO