Project

General

Profile

Up

Offscreen Objcontainer

These functions, when called, trigger the corresponding classic callbacks. You can thus simulate mouse or keyboard actions (for example) on the virtual containers. Most of these functions use the parameters that are received by the callbacks, so they are not re-explained there.

In abstract, these functions "simulate" an event on virtuals containers.

  • _CRcontainer
    fun [Chn I I I] ObjContainer

  • _METHODcontainerClick
    Call _CBcontainerClick reflex
    fun [ObjContainer I I I] ObjContainer ('mask' is not specified here but it will be provided if any)

  • _METHODcontainerDblClick
    Call _CBcontainerDblClick reflex
    fun [ObjContainer I I I] ObjContainer ('mask' is not specified here but it will be provided if any)

  • _METHODcontainerDestroy
    Call _CBcontainerDestroy reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerFocus
    Call _CBcontainerFocus reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerKeyDown
    Call _CBcontainerKeyDown reflex
    fun [ObjContainer I I] ObjContainer

  • _METHODcontainerKeyUp
    Call _CBcontainerKeyUp reflex
    fun [ObjContainer I] ObjContainer

  • _METHODcontainerKillFocus
    Call _CBcontainerKillFocus reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerMouseHover
    Call _CBcontainerCursorHover reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerMouseLeave
    Call _CBcontainerCursorLeave reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerMouseMove
    Call _CBcontainerCursorMove reflex
    fun [ObjContainer I I I] ObjContainer (Third supplemental parameter is simulated 'mask' (cf Clicks callbacks))

  • _METHODcontainerMouseWheel
    Call _CBcontainerMouseWheel reflex
    fun [ObjContainer I I I I] ObjContainer

  • _METHODcontainerMove
    Call _CBcontainerMove reflex
    fun [ObjContainer I I] ObjContainer (supplementals arguments are the new x et y positions)

  • _METHODcontainerPaint
    Call _CBcontainerPaint reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerPreDestroy
    Call _CBcontainerPreDestroy reflex
    fun [ObjContainer] ObjContainer

  • _METHODcontainerSize
    Call _CBcontainerSize reflex
    fun [ObjContainer I I] ObjContainer (supplementals arguments are the new width and height only)

  • _METHODcontainerUnClick
    Call _CBcontainerUnClick reflex
    fun [ObjContainer I I I] ObjContainer ('mask' is not specified here but it will be provided if any)