dlangui v0.10.4 (2023-05-19T16:58:48Z)
Home
Dub
Repo
DPlugCustomView
cocoatest
Undocumented in source.
version(OSX)
struct
DPlugCustomView {
static
string
customClassName
;
NSView
parent
;
this
(id id_);
static
DPlugCustomView
alloc
();
static
Class
getClass
();
static
id
getClassID
();
}
Constructors
this
this
(id id_)
Undocumented in source.
Alias This
parent
Members
Static functions
alloc
DPlugCustomView
alloc
()
Allocates, but do not init
getClass
Class
getClass
()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id
getClassID
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
customClassName
string
customClassName
;
Undocumented in source.
Variables
parent
NSView
parent
;
Undocumented in source.
Meta
Source
See Implementation
cocoatest
classes
CocoaWindow
IWindowListenerLogger
enums
MouseButton
functions
acceptsFirstMouse
acceptsFirstResponder
drawRect
getInstance
getMouseXY
isOpaque
keyDown
keyUp
main
mouseDown
mouseMoved
mouseUp
onTimer
otherMouseDown
otherMouseUp
rightMouseDown
rightMouseUp
scrollWheel
viewDidMoveToWindow
interfaces
IWindowListener
structs
DPlugCustomView
MouseState