ui.backend.cocoa.views vocabulary
Factor handbook ยป Vocabulary index


Summary
Cocoa NSView implementation displaying Factor gadgets

Metadata
Authors:Slava Pestov
Platforms:macosx


Words

Tuple classes
ClassSuperclassSlots
send-touchbar-command tupletarget command


Ordinary words
WordStack effect
<FactorView>( dim pixel-format -- view )
NSAlphaShiftKeyMask( -- value )
NSAlternateKeyMask( -- value )
NSCommandKeyMask( -- value )
NSControlKeyMask( -- value )
NSFunctionKeyMask( -- value )
NSHelpKeyMask( -- value )
NSNumericPadKeyMask( -- value )
NSRect>rect( NSRect world -- rect )
NSShiftKeyMask( -- value )
button( event -- n )
event-modifiers( event -- modifiers )
install-window-delegate( window -- )
interpret-key-event( view event -- )
key-code( event -- string ? )
key-codes( -- value )
key-event>gesture( event -- modifiers keycode action? )
modifiers( -- value )
mouse-event>gesture( event -- modifiers button )
rect>NSRect( rect world -- NSRect )
save-position( world window -- )
selector>action( -- value )
send-action$( view event gesture -- )
send-button-down$( view event -- )
send-button-up$( view event -- )
send-key-down-event( view event -- )
send-key-event( view gesture -- )
send-key-up-event( view event -- )
send-mouse-moved( view event -- )
send-scroll$( view event -- )
string-or-nil?( NSString -- ? )
sync-refresh-to-screen( GLView -- )
touchbar-commands( -- commands/f gadget )
touchbar-invoke-command( n -- )
valid-service?( gadget send-type return-type -- ? )
validate-action( world selector -- ? validated? )


Class predicate words
WordStack effect
send-touchbar-command?( object -- ? )


Files


Metadata files


Children
VocabularySummary
ui.backend.cocoa.views.private