๐ŸŸฉdraw

CLIENT

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

โ–ธ Parameters

fn func function executed

โ–ธ Alias

draw, paint

โ–ธ Description

Overrides panel Paint function

โ–ธ Notes

Calls uclass.nodraw( ) before specified function

โ–ธ Example

self            = ui.get( self                          )
                :draw( function( s, w, h )
                    design.rbox( 4, 1, 4, w - 2, h - 4, color_white )
                end )

โ–ธ Associations

nodraw, savedraw

Last updated