Show / Hide Table of Contents

Enum WindowHintString

Window hints for the WindowHintString function.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum WindowHintString

Fields

Name Description
CocoaFrameName

Sets the frame name on Cocoa. On any other platform, this does nothing.

WaylandAppID

Specifies the Wayland app_id for a window, used by window managers to identify types of windows.

X11ClassName

Sets the class name on X11. On any other platform, this does nothing.

X11InstanceName

Sets the instance name on X11. on any other platform, this does nothing.

In This Article
Back to top Generated by DocFX