Struct sciter::host::SCN_ATTACH_BEHAVIOR [] [src]

#[repr(C)]
pub struct SCN_ATTACH_BEHAVIOR { pub code: UINT, pub hwnd: HWINDOW, pub element: HELEMENT, pub name: LPCSTR, pub elementProc: *mut ElementEventProc, pub elementTag: LPVOID, }

This notification is sent on parsing the document and while processing elements having non empty style.behavior attribute value.

Fields

SC_ATTACH_BEHAVIOR here.

HWINDOW of the window this callback was attached to.

[in] target DOM element handle

[in] zero terminated string, string appears as value of CSS behavior: attribute.

[out] pointer to ElementEventProc function.

[out] tag value, passed as is into pointer ElementEventProc function.

Trait Implementations

impl Debug for SCN_ATTACH_BEHAVIOR
[src]

Formats the value using the given formatter.