v1.1.0 #17
Adrian-Samoticha
announced in
Announcements
v1.1.0
#17
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NSWindowDelegate
that can be used to listen to events provided by NSWindowDelegate such as window resizing, moving, exposing, and minimizing. The following methods are currently supported:windowWillBeginSheet
windowDidEndSheet
windowWillResize
windowDidResize
windowWillStartLiveResize
windowDidEndLiveResize
windowWillMiniaturize
windowDidMiniaturize
windowDidDeminiaturize
windowWillUseStandardFrame
windowShouldZoom
windowWillEnterFullScreen
windowDidEnterFullScreen
windowWillExitFullScreen
windowDidExitFullScreen
windowWillMove
windowDidMove
windowDidChangeScreen
windowDidChangeScreenProfile
windowDidChangeBackingProperties
windowShouldClose
windowWillClose
windowDidBecomeKey
windowDidResignKey
windowDidBecomeMain
windowDidResignMain
windowDidExpose
windowDidChangeOcclusionState
windowWillEnterVersionBrowser
windowDidEnterVersionBrowser
windowWillExitVersionBrowser
windowDidExitVersionBrowser
NSAppPresentationOptions
class that allows the window's fullscreen presentation options to be modified.This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions