ui
ui
MUIMUI.ui::UIActivateFloatingLayer(ui::FloatingLayer w) : int -
ActivateNextWindow() -
ActivatePreviousWindow() -
AddAcceleratorList(ui::AcceleratorList al) -
AddCursor(String name, Cursor cursor) - Add a cursor resource
AddFloatingLayer(ui::FloatingLayer fl) - Adds a new layer on top of all other layers. Please notice that the layer (+children) geometry must already be set
AddFontAlias(String fontName, aliasFontName) -
AddFontResource(ui::FontResource fr) : int -
AddIcon(ui::Icon icon) -
AddKbdFocusCandidates(ui::Layer c) -
AddOverlay(Object l) -
AddWindowXML(String xml) -
AutoDetectLocalToRawKeyTable() : int -
Backtrace() -
BeginKbdFocusSelectionMode() -
BeginMarkRegion(ui::Rectangle2f region, float bs) -
BeginMouseDragOther(Object l, ui::MouseEvent ev) -
CallOnUIActivate() -
CallOnUIDeactivate() -
CancelKbdFocusSelectionMode() -
CancelKeyRepeat() -
CancelSchedule(ui::TimerAction ta) : int - Cancel the given timeraction. Return true if a matching timer was found, false otherwise.
CancelSchedule2(List timerList, ui::TimerAction ta) -
CancelScheduleFor(ui::ActionConsumer aac) -
CancelScheduleFor2(List timerList, ui::ActionConsumer aac) -
CancelTriadKeyTimer() -
CheckAllAcceleratorLists(Key k) : int -
Color32Alpha(int c32, a) : int -
CompositeAll() -
ConfigureGL(int bGLCore) -
ConfigureHiDPI() -
ConfigureKeyRepeat(int delay, rate) -
ConfigureKeyRepeatFrames(int delay, rate) -
ConfigureMultisampling(int numSamples, numBuffers) -
ConfigureScaling(float s) -
ConfigureSupersampling(int numSamples) -
CreateColorGradingTexture256x16(String localPathname) : Texture -
CreateCursors() -
CreateLayerXML(String xml) -
CycleLookAndFeel() -
Debug(String msg) -
Debug2(String msg) -
DebugPrintC32(String prefix, int c32) -
DebugPrintTimerList(List timerList) -
DebugPrintTimers() -
DestroyAllShaders() -
DrainEventQueue() -
DrawKbdFocusSelection() -
DrawMarkedRegion() -
EndKbdFocusSelectionMode() -
EndMarkRegion() -
Exit() -
FindFloatingLayerAtXY(float x, y) : ui::Layer - Find floating layer / window resp. subwindow within that layer at (x;y) position
FindFloatingLayerBelowXY(float x, y) : ui::Layer - Find floating layer / window below window at (x;y) position (if any)
FindKbdFocusDown() -
FindKbdFocusFirstTabRootMember() -
FindKbdFocusLeft() -
FindKbdFocusRight() -
FindKbdFocusUp() -
FindLayerAtDropXY() : ui::Layer -
FindLayerAtMouseXY() : ui::Layer -
FindLayerAtXY(float x, y) : ui::Layer - Find layer at absolute mouse coordinates.
FloatingLayerToFront(Object l) -
FreeCursors() -
GetAcceleratorChar(String s) : int - Extract accelerator key (prefixed by a) from string. Returns null if no accel key was found.
GetClipboard() -
GetColorString(int c32) : String -
GetEnableFontSmoothing() : int -
GetEnableRedrawWindowMoveResize() -
GetEnableString(int bEnabled) : String -
GetEnableTransparentLayers() : int - Query whether transparent layers are currently enabled.
GetFontByName(String fontName_extendedStyleFlags_desiredSize) : ui::Font -
GetFontByNameEx(String fontName_extendedStyleFlags_desiredSize, int bExactSizeMatch) : ui::Font -
GetFontScaling() : float -
GetFrontMostFloatingLayer() : ui::FloatingLayer -
GetGLFramebufferId_RootFBO() : int -
GetIcon(String name) : ui::Icon -
GetIconScaling() : float -
GetKeyboardFocus() : ui::Layer -
GetKeyMod() : int - Query the current key modifier state.
GetLookAndFeel(String name) : ui::LookAndFeel -
GetLookAndFeelIdx() : int -
GetMouseFocus() : ui::Layer -
GetMouseX() : float -
GetMouseY() : float -
GetNumFloatingLayers() : int -
GetNumModalFloatingLayers() : int -
GetPadScaling() : float -
GetPluralString(int num) : String -
GetRootLayer() : ui::Layer -
GetShader(Object class) : ui::Shader -
GetShaderByName(String name) : ui::Shader -
GetWindowBorderScaling() : float -
GrabMouse() - Grab mouse and adjust mouse_rel_x/mouse_rel_y fields accordingly
HandleKbdFocusSelectionKey(Key k) : int -
HandleKeyboardFocusChanged() -
HandleKeyRepeat() -
HandleKeyRepeatEnd(Key k) -
HandleLookAndFeelChanged() -
HandleMouseEvent(Object layer, ui::MouseEvent ev) : int -
HandleMouseHold() -
HandleTriadKeyTimeout() -
HSVTOARGB32(float h, s, v, int a) : int -
IgnoreNextMouseRelease() -
InitCallbacks() -
Initialize(StringArray arguments) -
IntToBinary255String(int val) : String -
IsAutoFocusKey(Key k) : int -
IsDark() : int -
IsDarkOrMono() : int -
IsHiDPI() : int -
IsKeyboardFocusLocked() : int -
IsLight() : int -
IsLinux() : int -
IsLoDPI() : int -
IsMacOS() : int -
IsMono() : int -
IsMouseFocusAllowed(Object l) : int -
IsMouseFocusLocked() : int -
IsRunning() : int -
IsWindows() : int -
KeyModAlt() : int -
KeyModAltOnly() : int -
KeyModCtrl() : int -
KeyModCtrlOnly() : int -
KeyModNone() : int -
KeyModShift() : int -
KeyModShiftOnly() : int -
LayoutRootLayer() -
LockRedraw() - Disable UI redraws
LogDebug(String msg) -
LogError(String msg) -
LogFatal(String msg) -
LogInfo(String msg) -
LogInfoFast(String msg) -
LogSuccess(String msg) -
LogTrace(String msg) -
LogVerbose(String msg) -
LogWarning(String msg) -
LookAndFeelForceFlat() -
LoseKeyboardFocus() - Set keyboard focus to none. Do not generate events.
LoseKeyboardFocusIfWithin(ui::Layer l, int bQuiet) - Set keyboard focus to if it is currently set to _l or one of its child layers. Do not generate events.
LoseMouseFocusIfWithin(ui::Layer l) - Set mouse focus to null if it is currently set to _l or one of its child layers. Do not generate events.
MacOSGetInputSource() : String -
MapShiftedScanCode(int code) : int -
MixColor32(int x, y, float t) : int -
NewObjectByFQName(String s) : Object - Allocate new object by fully qualified name.
OnApplicationActive(int b) -
OnClose() -
OnDrainEventQueue() -
OnDraw() -
OnDropFiles(int x, y, StringArray fileNames) -
OnInputFocusActive(int b) -
OnKeyboard(Key k) -
OnMouse(ui::MouseEvent ev) -
OnMouseFocusActive(int b) -
OnMoveWindow(int x, y) -
OnOpen() -
OnTimer() -
OpenFileDialog(String suggestedPath, suggestedFile, windowTitle, Object filterNames, filterStrings, int bMultiSel, bDirsOnly) - Show a file dialog which lets the user select one or many files / directories. The dialogs are currently handled by a simple native OS toolkit wrapper (GTK+ or Win32).
OpenWindow(int w, h) -
PathNameToURL(String s) : String -
PreferMonoIcons() : int -
ProcessTimers(int bOnDraw) -
QueueCustomResizePrefs(int w, h) -
QueueReopen() - Queue screen mode change
QueueResize(int w, h) - Queue screen mode change
QueueToggleFullscreen() - Queue screen mode change (fullscreen)
RebindRootFBO() : ui::FBO -
RecursiveHandleKey(Object c, Key k) : int -
RecursiveRemoveLayerRefs(ui::Layer l) -
RedrawAll() - Redraw the entire screen
RedrawDirty(Object l) -
RegisterShaderClass(Object class) -
RemoveAcceleratorList(ui::AcceleratorList al) -
RemoveFloatingLayer(ui::FloatingLayer fl) -
RemoveLayer(ui::Layer l) -
RemoveOverlay(Object l) -
ResetMouseClick() -
RevertCursor() -
RGB32TOHSV(int c32, Float h, s, v) -
RootLayerResized() -
Run() -
SaveFileDialog(String suggestedPath, suggestedFile, windowTitle, Object filterNames, filterStrings, int bDirsOnly) : String - Show a file dialog which lets the user select one or many files / directories. The dialogs are currently handled by a simple native OS toolkit wrapper (GTK+ or Win32).
SaveScreenShotPNG(String pathName, int offX, offY, w, h) : int -
Schedule(ui::TimerAction ta) -
ScheduleTriadKeyTimer() -
SelectMinDistKbdFocus() -
SelectNextFBOColorGrading() -
SelectPreviousFBOColorGrading() -
SetClipboard(Object o) -
SetCursorZoom(int zoom) -
SetDefaultFBOColorGrading256x16FromLocalFile(String localPathname) -
SetEnableFBO(int bEnabled) -
SetEnableFBODepthBuffers(int bEnabled) -
SetEnableFloatParamMouseGrab(int bEnable) -
SetEnableFontSmoothing(int bEnable) -
SetEnableForceHighFramerate(int bEnabled) -
SetEnableForceMonoIcons(int bEnable, bInvert) -
SetEnableForceUSUnicode(int bEnable) -
SetEnableHeadless(int bEnable) -
SetEnableHideAllOverlays(int bEnabled) -
SetEnableKeyCmdCopyPaste(int bEnable) -
SetEnableKeyMapSlashToLess(int bEnable) -
SetEnableKeyRepeat(int bRepeat) -
SetEnableLockKeyboardFocus(int bLocked) : int - Lock keyboard focus (careful here!!!)
SetEnableLockMouseFocus(int bLocked) - Lock mouse focus (careful here!!!)
SetEnableRedrawWindowMoveResize(int b) -
SetEnableShadeModal(int b) : int - Enable background shading when modal floating layers are drawn. Returns previous setting.
SetEnableSliderMouseGrab(int bEnable) -
SetEnableSpaceBarClicks(int bEnable) -
SetEnableTextViewHiDPIFont(int bEnable) -
SetEnableTouchMode(int bEnabled) -
SetEnableTransparentLayers(int b) - Enable transparent layers
SetEnableVSyncKeyRepeat(int bEnable) -
SetEnableWindowCornerToolTips(int bEnable) -
SetFontScaling(float zoom) -
SetForcedTextColor32(int c32) -
SetFrameRate(float fpsLo, fpsHi) -
SetGlobalPaintFlag(int mode) -
SetGlobalRedrawMode(int mode, numFrames) -
SetIconScaling(float zoom) -
SetKbdFocusSelectionModeBehaviour(int bHoldKey) -
SetKeyboardFocus(ui::Layer l) -
SetKeyboardFocusEx(ui::Layer l, int bAllowMouseFocus) -
SetKeyboardFocusListener(ui::KeyboardFocusListener listener) -
SetKeyboardFocusQuiet(Object l) -
SetKeyboardTabFocus(Object l) -
SetLocalToRawKeyTableByName(String domain) : int -
SetLogger(ui::Logger logger) -
SetLookAndFeel(String name) - Set default look and feel (colors, fonts, timeouts, insets etc..)
SetLookAndFeelByIdx(int lnfIdx) -
SetLookAndFeelResetCustomColors(String name) -
SetMinimumSize(int w, h) -
SetMouseFocus(Object l) -
SetOnDrawPostProcessHook(Function fun) -
SetPadScaling(float zoom) -
SetPostFBOColorGrading256x16ByCycleIdx(int idx) -
SetPostFBOColorGrading256x16FromLocalFile(String localPathname) -
SetPostFBOColorGradingAmount(float f) -
SetPostFBOColorGradingCycleCbk(Function f) -
SetPostFBOColorGradingCycleList(StringArray gradientPathNames, String dir) -
SetPreferredMouseLayer(Object l) -
SetRootForm(ui::Form newRootForm) -
SetRootLayer(Object newRootLayer) -
SetTableMinimumColumnWidthScaling(float s) -
SetTextViewFontScaling(float zoom) -
SetToolTipFastOpenDelay(int ms) -
SetToolTipFastOpenTimeout(int ms) -
SetToolTipShowDelay(int ms) -
SetToolTipStage2Delay(int ms) -
SetViewport(int x, y, w, h) -
SetWindowBorderScaling(float s) -
SetZoom(float zoomX, zoomY) - Set overall UI zoom level. Must be called before opening the window/screen.
ShowCursor(String name) : int - Select named cursor shape
ShowCursorIf(String lastName, newName) : int -
ShowCursorIfNot(String lastName, newName) : int -
StartMouseFocusWheelTimeOut() -
StartOrContinueKeyRepeat(Key k) -
Stop() -
StopKeyRepeat(Key k) -
TintColor32(int a, b) : int -
TintColor32Alpha(int a, b, a) : int -
ToggleKbdFocusSelectionMode() -
TogglePostFBOColorGrading() -
UngrabMouse() - Ungrab mouse
UnlockRedraw() - Re-enable UI redraws
UnregisterAllShaders() -
UnregisterShaderClass(Object class) -
UnsetMouseFocus(ui::MouseEvent ev) - Make the current mouse layer lose the focus. Generates onMouseLeave event.
UpdateCursors() -
UpdateFrameRate(int bHigh) -
UpdateMarkedRegion(ui::Rectangle2f region) - int MAX_DIRTY_AND_DEFERRED_REGIONS - Maximum number of dirty regions for optimized drawing. If this number is exceeded, all layers will be redrawn.
int MOUSE_LAYER_LOCK_TIMEOUT_TICKS -
int PAINT_ALL -
int PAINT_DIRTY -
int PAINT_NONE -
int QUEUE_MODE_FULLSCREEN_TOGGLE -
int QUEUE_MODE_NONE -
int QUEUE_MODE_REOPEN -
int REDRAW_ALL -
int REDRAW_COMPOSITE -
int REDRAW_DIRTY -
Function ActivateFloatingLayer | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Function ActivateNextWindow | |||
Signature | |||
|
Function ActivatePreviousWindow | |||
Signature | |||
|
Function AddAcceleratorList | |||||
Signature | |||||
| |||||
Arguments | |||||
Function AddCursor | |
Add a cursor resource | |
Signature | |
Arguments | |
Function AddFloatingLayer | |||||
Adds a new layer on top of all other layers. Please notice that the layer (+children) geometry must already be set | |||||
Signature | |||||
| |||||
Arguments | |||||
Function AddFontAlias | |
Signature | |
Arguments | |
Function AddFontResource | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Function AutoDetectLocalToRawKeyTable | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function Backtrace | |||
Signature | |||
|
Function BeginKbdFocusSelectionMode | |||
Signature | |||
|
Function BeginMarkRegion | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function BeginMouseDragOther | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function CallOnUIActivate | |||
Signature | |||
|
Function CallOnUIDeactivate | |||
Signature | |||
|
Function CancelKbdFocusSelectionMode | |||
Signature | |||
|
Function CancelKeyRepeat | |||
Signature | |||
|
Function CancelSchedule | ||||||||||
Cancel the given timeraction. Return true if a matching timer was found, false otherwise. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
Returns | ||||||||||
| ||||||||||
Function CancelSchedule2 | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function CancelScheduleFor | |||||
Signature | |||||
| |||||
Arguments | |||||
Function CancelScheduleFor2 | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function CancelTriadKeyTimer | |||
Signature | |||
|
Function CheckAllAcceleratorLists | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function Color32Alpha | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Function CompositeAll | |||
Signature | |||
|
Function ConfigureGL | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function ConfigureHiDPI | |||
Signature | |||
|
Function ConfigureKeyRepeat | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function ConfigureKeyRepeatFrames | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function ConfigureMultisampling | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function ConfigureScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function ConfigureSupersampling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function CreateColorGradingTexture256x16 | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Function CreateCursors | |||
Signature | |||
|
Function CycleLookAndFeel | |||
Signature | |||
|
Function DebugPrintC32 | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function DebugPrintTimers | |||
Signature | |||
|
Function DestroyAllShaders | |||
Signature | |||
|
Function DrainEventQueue | |||
Signature | |||
|
Function DrawKbdFocusSelection | |||
Signature | |||
|
Function DrawMarkedRegion | |||
Signature | |||
|
Function EndKbdFocusSelectionMode | |||
Signature | |||
|
Function EndMarkRegion | |||
Signature | |||
|
Function Exit | |||
Signature | |||
|
Function FindFloatingLayerAtXY | ||||||||||||||||||||
Find floating layer / window resp. subwindow within that layer at (x;y) position | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Function FindFloatingLayerBelowXY | ||||||||||||||||||||
Find floating layer / window below window at (x;y) position (if any) | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Function FindKbdFocusDown | |||
Signature | |||
|
Function FindKbdFocusFirstTabRootMember | |||
Signature | |||
|
Function FindKbdFocusLeft | |||
Signature | |||
|
Function FindKbdFocusRight | |||
Signature | |||
|
Function FindKbdFocusUp | |||
Signature | |||
|
Function FindLayerAtXY | ||||||||||||||||||||
Find layer at absolute mouse coordinates. | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
Function FreeCursors | |||
Signature | |||
|
Function GetAcceleratorChar | ||||||||||
Extract accelerator key (prefixed by a) from string. Returns null if no accel key was found. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function GetClipboard | |||
Signature | |||
|
Function GetEnableFontSmoothing | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetEnableRedrawWindowMoveResize | |||
Signature | |||
|
Function GetEnableString | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetEnableTransparentLayers | |||||
Query whether transparent layers are currently enabled. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetFontByName | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Function GetFontByNameEx | ||||||||
Signature | ||||||||
Arguments | ||||||||
| ||||||||
Returns | ||||||||
Function GetFontScaling | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetFrontMostFloatingLayer | |||||
Signature | |||||
| |||||
Returns | |||||
Function GetGLFramebufferId_RootFBO | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetIconScaling | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetKeyMod | |||||
Query the current key modifier state. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetLookAndFeel | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetLookAndFeelIdx | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetMouseX | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetMouseY | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetNumFloatingLayers | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetNumModalFloatingLayers | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetPadScaling | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GetPluralString | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetShader | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetShaderByName | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function GetWindowBorderScaling | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function GrabMouse | |||
Grab mouse and adjust mouse_rel_x/mouse_rel_y fields accordingly | |||
Signature | |||
|
Function HandleKbdFocusSelectionKey | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function HandleKeyboardFocusChanged | |||
Signature | |||
|
Function HandleKeyRepeat | |||
Signature | |||
|
Function HandleLookAndFeelChanged | |||
Signature | |||
|
Function HandleMouseEvent | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Function HandleMouseHold | |||
Signature | |||
|
Function HandleTriadKeyTimeout | |||
Signature | |||
|
Function HSVTOARGB32 | ||||||||||||||||||||||||||||||
Signature | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Arguments | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Function IgnoreNextMouseRelease | |||
Signature | |||
|
Function InitCallbacks | |||
Signature | |||
|
Function Initialize | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function IntToBinary255String | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Function IsDark | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsDarkOrMono | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsHiDPI | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsKeyboardFocusLocked | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsLight | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsLinux | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsLoDPI | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsMacOS | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsMono | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsMouseFocusAllowed | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function IsMouseFocusLocked | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsRunning | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function IsWindows | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModAlt | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModAltOnly | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModCtrl | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModCtrlOnly | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModNone | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModShift | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function KeyModShiftOnly | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function LayoutRootLayer | |||
Signature | |||
|
Function LockRedraw | |||
Disable UI redraws | |||
Signature | |||
|
Function LookAndFeelForceFlat | |||
Signature | |||
|
Function LoseKeyboardFocus | |||
Set keyboard focus to none. Do not generate events. | |||
Signature | |||
|
Function LoseKeyboardFocusIfWithin | |||||||||||||||
Set keyboard focus to if it is currently set to _l or one of its child layers. Do not generate events. | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function LoseMouseFocusIfWithin | |||||
Set mouse focus to null if it is currently set to _l or one of its child layers. Do not generate events. | |||||
Signature | |||||
| |||||
Arguments | |||||
Function MapShiftedScanCode | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function MixColor32 | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Function NewObjectByFQName | ||||
Allocate new object by fully qualified name. | ||||
Signature | ||||
Arguments | ||||
| ||||
Returns | ||||
Function OnApplicationActive | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function OnClose | |||
Signature | |||
|
Function OnDrainEventQueue | |||
Signature | |||
|
Function OnDraw | |||
Signature | |||
|
Function OnDropFiles | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
|
Function OnInputFocusActive | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function OnMouse | |||||
Signature | |||||
| |||||
Arguments | |||||
Function OnMouseFocusActive | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function OnMoveWindow | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function OnOpen | |||
Signature | |||
|
Function OnTimer | |||
Signature | |||
|
Function OpenFileDialog | |
Show a file dialog which lets the user select one or many files / directories. The dialogs are currently handled by a simple native OS toolkit wrapper (GTK+ or Win32). | |
Signature | |
Arguments | |
Function OpenWindow | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function PreferMonoIcons | |||||
Signature | |||||
| |||||
Returns | |||||
|
Function ProcessTimers | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function QueueCustomResizePrefs | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function QueueReopen | |||
Queue screen mode change | |||
Signature | |||
|
Function QueueResize | |||||||||||||||
Queue screen mode change | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function QueueToggleFullscreen | |||
Queue screen mode change (fullscreen) | |||
Signature | |||
|
Function RecursiveHandleKey | |||
Signature | |||
Arguments | |||
Returns | |||
|
Function RecursiveRemoveLayerRefs | |||||
Signature | |||||
| |||||
Arguments | |||||
Function RedrawAll | |||
Redraw the entire screen | |||
Signature | |||
|
Function RemoveAcceleratorList | |||||
Signature | |||||
| |||||
Arguments | |||||
Function RemoveFloatingLayer | |||||
Signature | |||||
| |||||
Arguments | |||||
Function ResetMouseClick | |||
Signature | |||
|
Function RevertCursor | |||
Signature | |||
|
Function RGB32TOHSV | |
Signature | |
Arguments | |
Function RootLayerResized | |||
Signature | |||
|
Function Run | |||
Signature | |||
|
Function SaveFileDialog | |
Show a file dialog which lets the user select one or many files / directories. The dialogs are currently handled by a simple native OS toolkit wrapper (GTK+ or Win32). | |
Signature | |
Arguments | |
Returns | |
Function SaveScreenShotPNG | |||||||||||||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Function Schedule | |||||
Signature | |||||
| |||||
Arguments | |||||
Function ScheduleTriadKeyTimer | |||
Signature | |||
|
Function SelectMinDistKbdFocus | |||
Signature | |||
|
Function SelectNextFBOColorGrading | |||
Signature | |||
|
Function SelectPreviousFBOColorGrading | |||
Signature | |||
|
Function SetCursorZoom | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetDefaultFBOColorGrading256x16FromLocalFile | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableFBO | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableFBODepthBuffers | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableFloatParamMouseGrab | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableFontSmoothing | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableForceHighFramerate | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableForceMonoIcons | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function SetEnableForceUSUnicode | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableHeadless | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableHideAllOverlays | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableKeyCmdCopyPaste | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableKeyMapSlashToLess | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableKeyRepeat | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableLockKeyboardFocus | ||||||||||
Lock keyboard focus (careful here!!!) | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function SetEnableLockMouseFocus | |||||
Lock mouse focus (careful here!!!) | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableRedrawWindowMoveResize | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableShadeModal | ||||||||||
Enable background shading when modal floating layers are drawn. Returns previous setting. | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function SetEnableSliderMouseGrab | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableSpaceBarClicks | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableTextViewHiDPIFont | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableTouchMode | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableTransparentLayers | |||||
Enable transparent layers | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableVSyncKeyRepeat | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetEnableWindowCornerToolTips | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetFontScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetForcedTextColor32 | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetFrameRate | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function SetGlobalPaintFlag | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetGlobalRedrawMode | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function SetIconScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetKbdFocusSelectionModeBehaviour | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetKeyboardFocusEx | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function SetKeyboardFocusListener | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetLocalToRawKeyTableByName | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function SetLogger | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetLookAndFeel | |||||
Set default look and feel (colors, fonts, timeouts, insets etc..) | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetLookAndFeelByIdx | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetLookAndFeelResetCustomColors | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetMinimumSize | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function SetOnDrawPostProcessHook | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetPadScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetPostFBOColorGrading256x16ByCycleIdx | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetPostFBOColorGrading256x16FromLocalFile | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetPostFBOColorGradingAmount | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetPostFBOColorGradingCycleCbk | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetPostFBOColorGradingCycleList | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function SetTableMinimumColumnWidthScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetTextViewFontScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetToolTipFastOpenDelay | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetToolTipFastOpenTimeout | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetToolTipShowDelay | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetToolTipStage2Delay | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetViewport | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Function SetWindowBorderScaling | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function SetZoom | |||||||||||||||
Set overall UI zoom level. Must be called before opening the window/screen. | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Function ShowCursor | ||||||||||
Select named cursor shape | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
| ||||||||||
Function ShowCursorIf | |||
Signature | |||
Arguments | |||
Returns | |||
|
Function ShowCursorIfNot | |||
Signature | |||
Arguments | |||
Returns | |||
|
Function StartMouseFocusWheelTimeOut | |||
Signature | |||
|
Function Stop | |||
Signature | |||
|
Function TintColor32 | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Function TintColor32Alpha | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Function ToggleKbdFocusSelectionMode | |||
Signature | |||
|
Function TogglePostFBOColorGrading | |||
Signature | |||
|
Function UngrabMouse | |||
Ungrab mouse | |||
Signature | |||
|
Function UnlockRedraw | |||
Re-enable UI redraws | |||
Signature | |||
|
Function UnregisterAllShaders | |||
Signature | |||
|
Function UnsetMouseFocus | |||||
Make the current mouse layer lose the focus. Generates onMouseLeave event. | |||||
Signature | |||||
| |||||
Arguments | |||||
Function UpdateCursors | |||
Signature | |||
|
Function UpdateFrameRate | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Function UpdateMarkedRegion | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Constant MAX_DIRTY_AND_DEFERRED_REGIONS (int) | |
Maximum number of dirty regions for optimized drawing. If this number is exceeded, all layers will be redrawn. | |
Description | |
also: Maximum number of regions that may request redraw() during redraw(). | |
Constant MOUSE_LAYER_LOCK_TIMEOUT_TICKS (int) | |
Constant PAINT_ALL (int) | |
Constant PAINT_DIRTY (int) | |
Constant PAINT_NONE (int) | |
Constant QUEUE_MODE_FULLSCREEN_TOGGLE (int) | |
Constant QUEUE_MODE_NONE (int) | |
Constant QUEUE_MODE_REOPEN (int) | |
Constant REDRAW_ALL (int) | |
Constant REDRAW_COMPOSITE (int) | |
Constant REDRAW_DIRTY (int) | |
auto-generated by "DOG", the TkScript document generator. Thu, 11/Dec/2025 13:42:00