![]() |
Scol standard library package
0.3.1
Common and usefull functions for all Scol applications
|
Opaque internal structure. You should not call it directly, use API instead ! More...
Public Member Functions | |
| funButClick (fun[L2D_BUTTON I I I I] I) | |
| funButClose (fun[L2D_BUTTON I] I) | |
| funButDestroy (fun[I] I) | |
| funButDropfile (fun[L2D_BUTTON[P r1] I I] I) | |
| funButNew (fun[L2D_BUTTON I] I) | |
| iButEnable (I) | |
| iButType (I) | |
| iButWinFlags (I) | |
| oButBitmap (ObjBitmap) | |
| oButButton (ObjButton) | |
| oButFont (ObjFont) | |
| oButMother (ObjWin) | |
| oButWin (ObjWin) | |
| szButTitle (S) | |
| tButBgColor (I) | |
| tButBgSets ([I I I]) | |
| tButFoColor (I) | |
| tButHasBg (I) | |
| tButPos ([I I]) | |
| tButPosBmp ([I I]) | |
| tButPosText (I) | |
| tButPosTextInternal ([I I]) | |
| tButPosTextRef (I) | |
| tButSize ([I I]) | |
| tButSizeBmp ([I I]) | |
| tButSpacing (I) | |
Opaque internal structure. You should not call it directly, use API instead !
| tButBgColor | ( | I | ) |
Background color
| tButFoColor | ( | I | ) |
Foreground color (text color)
| tButHasBg | ( | I | ) |
1 if the 'window' has a bakground, else 0
| tButBgSets | ( | ) |
background is fully visible 1/0), border is visible (1/0), border size (pixels)
| funButClick | ( | fun | I[L2D_BUTTON I I I I] | ) |
'Click' callback
| funButDropfile | ( | fun I I] | I[L2D_BUTTON[P r1] | ) |
'Drop files' callback
| funButClose | ( | fun | I[L2D_BUTTON I] | ) |
'Close' callback
| funButDestroy | ( | fun | I[I] | ) |
'Destroy' callback
| funButNew | ( | fun | I[L2D_BUTTON I] | ) |
not used
1.8.9.1