๐ŸŸฉsetup

CLIENT

:setup( แถ แต˜โฟแถœ fn)

โ–ธ Parameters

fn func function executed

โ–ธ Alias

setup, onload

โ–ธ Description

Creates various functions that will be ran once the parent panel has been initialized.

โ–ธ Notes

List of functions executed in order:

1) pnl:_Fonts( ) 2) pnl:_Lang( ) 3) pnl:_Declare( ) 4) pnl:_Colorize( ) 5) pnl:_Call( ) 6) fn parameter

โ–ธ Example

self        = ui.get( self                          )
:setup      (                                       )

Last updated