123456789101112131415161718192021222324252627282930 |
- $PBExportHeader$uo_bmp_editor.sru
- forward
- global type uo_bmp_editor from nonvisualobject
- end type
- end forward
- global type uo_bmp_editor from nonvisualobject
- end type
- global uo_bmp_editor uo_bmp_editor
- forward prototypes
- public function integer uf_changebmp (ref blob arg_bmp, ref string arg_msg)
- end prototypes
- public function integer uf_changebmp (ref blob arg_bmp, ref string arg_msg);int rslt = 1
- return rslt
- end function
- on uo_bmp_editor.create
- call super::create
- TriggerEvent( this, "constructor" )
- end on
- on uo_bmp_editor.destroy
- TriggerEvent( this, "destructor" )
- call super::destroy
- end on
|