Files
milsko/doc/index.html
NishiOwO 4618fee8d5 stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@475 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-10-23 07:38:22 +00:00

3959 lines
80 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Milsko GUI Toolkit Documentation</title>
</head>
<body>
<h1 align="center">Milsko GUI Toolkit Documentation</h1>
<hr>
<h2 align="center">Table of Contents</h2>
<dl>
<dt>
<a href="#Mw_Constants_h">Mw/Constants.h</a>
</dt>
<dd>
<a href="#Mw_Constants_h__MwDIRECTION">MwDIRECTION</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwORIENTATION">MwORIENTATION</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwALIGNMENT">MwALIGNMENT</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwDEFAULT">MwDEFAULT</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwDIRECTORY_TYPE">MwDIRECTORY_TYPE</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_ICONMASK">MwMB_ICONMASK</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONMASK">MwMB_BUTTONMASK</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONOK">MwMB_BUTTONOK</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONCANCEL">MwMB_BUTTONCANCEL</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONYES">MwMB_BUTTONYES</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONNO">MwMB_BUTTONNO</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONOKCANCEL">MwMB_BUTTONOKCANCEL</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONYESNO">MwMB_BUTTONYESNO</a>
</dd>
<dd>
<a href="#Mw_Constants_h__MwMB_BUTTONYESNOCANCEL">MwMB_BUTTONYESNOCANCEL</a>
</dd>
<dt>
<a href="#Mw_Core_h">Mw/Core.h</a>
</dt>
<dd>
<a href="#Mw_Core_h__MwDispatch">MwDispatch</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwDispatch2">MwDispatch2</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwDispatch3">MwDispatch3</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwCreateWidget">MwCreateWidget</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwVaCreateWidget">MwVaCreateWidget</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwVaListCreateWidget">MwVaListCreateWidget</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwDestroyWidget">MwDestroyWidget</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwVaWidgetExecute">MwVaWidgetExecute</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwVaListWidgetExecute">MwVaListWidgetExecute</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwLoop">MwLoop</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwStep">MwStep</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwPending">MwPending</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetInteger">MwSetInteger</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetText">MwSetText</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetVoid">MwSetVoid</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetInteger">MwGetInteger</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetText">MwGetText</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetVoid">MwGetVoid</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetDefault">MwSetDefault</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwVaApply">MwVaApply</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwVaListApply">MwVaListApply</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwAddUserHandler">MwAddUserHandler</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwDispatchUserHandler">MwDispatchUserHandler</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwSetErrorHandler">MwSetErrorHandler</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwDispatchError">MwDispatchError</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGetBeforeStep">MwGetBeforeStep</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwForceRender">MwForceRender</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwForceRender2">MwForceRender2</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwAddTickList">MwAddTickList</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwFocus">MwFocus</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwGrabPointer">MwGrabPointer</a>
</dd>
<dd>
<a href="#Mw_Core_h__MwHideCursor">MwHideCursor</a>
</dd>
<dt>
<a href="#Mw_Cursor_h">Mw/Cursor.h</a>
</dt>
<dd>
<a href="#Mw_Cursor_h__MwCursorDefault">MwCursorDefault</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorDefaultMask">MwCursorDefaultMask</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorCross">MwCursorCross</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorCrossMask">MwCursorCrossMask</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorText">MwCursorText</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorTextMask">MwCursorTextMask</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorHidden">MwCursorHidden</a>
</dd>
<dd>
<a href="#Mw_Cursor_h__MwCursorHiddenMask">MwCursorHiddenMask</a>
</dd>
<dt>
<a href="#Mw_Default_h">Mw/Default.h</a>
</dt>
<dd>
<a href="#Mw_Default_h__MwDefaultBackground">MwDefaultBackground</a>
</dd>
<dd>
<a href="#Mw_Default_h__MwDefaultForeground">MwDefaultForeground</a>
</dd>
<dd>
<a href="#Mw_Default_h__MwDefaultBorderWidth">MwDefaultBorderWidth</a>
</dd>
<dt>
<a href="#Mw_Directory_h">Mw/Directory.h</a>
</dt>
<dd>
<a href="#Mw_Directory_h__MwDirectoryOpen">MwDirectoryOpen</a>
</dd>
<dd>
<a href="#Mw_Directory_h__MwDirectoryClose">MwDirectoryClose</a>
</dd>
<dd>
<a href="#Mw_Directory_h__MwDirectoryRead">MwDirectoryRead</a>
</dd>
<dd>
<a href="#Mw_Directory_h__MwDirectoryFreeEntry">MwDirectoryFreeEntry</a>
</dd>
<dd>
<a href="#Mw_Directory_h__MwDirectoryCurrent">MwDirectoryCurrent</a>
</dd>
<dd>
<a href="#Mw_Directory_h__MwDirectoryJoin">MwDirectoryJoin</a>
</dd>
<dt>
<a href="#Mw_Draw_h">Mw/Draw.h</a>
</dt>
<dd>
<a href="#Mw_Draw_h__MwParseColor">MwParseColor</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLightenColor">MwLightenColor</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawRect">MwDrawRect</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawRectFading">MwDrawRectFading</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawFrame">MwDrawFrame</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawWidgetBack">MwDrawWidgetBack</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawTriangle">MwDrawTriangle</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawFrameEx">MwDrawFrameEx</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwDrawText">MwDrawText</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLoadImage">MwLoadImage</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwTextWidth">MwTextWidth</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwTextHeight">MwTextHeight</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwGetColor">MwGetColor</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLoadRaw">MwLoadRaw</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwLoadXPM">MwLoadXPM</a>
</dd>
<dd>
<a href="#Mw_Draw_h__MwParseColorName">MwParseColorName</a>
</dd>
<dt>
<a href="#Mw_Error_h">Mw/Error.h</a>
</dt>
<dd>
<a href="#Mw_Error_h__MwErrorEnum_T">MwErrorEnum_T</a>
</dd>
<dd>
<a href="#Mw_Error_h___MwEsuccess_"> MwEsuccess </a>
</dd>
<dd>
<a href="#Mw_Error_h___MwEerror"> MwEerror</a>
</dd>
<dd>
<a href="#Mw_Error_h__MwGetLastError">MwGetLastError</a>
</dd>
<dt>
<a href="#Mw_FileChooser_h">Mw/FileChooser.h</a>
</dt>
<dt>
<a href="#Mw_Font_h">Mw/Font.h</a>
</dt>
<dd>
<a href="#Mw_Font_h__MwFontData__">MwFontData[]</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwBoldFontData__">MwBoldFontData[]</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwTTFData__">MwTTFData[]</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwTTFDataSize">MwTTFDataSize</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwBoldTTFData__">MwBoldTTFData[]</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwBoldTTFDataSize">MwBoldTTFDataSize</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwFontLoad">MwFontLoad</a>
</dd>
<dd>
<a href="#Mw_Font_h__MwFontFree">MwFontFree</a>
</dd>
<dt>
<a href="#Mw_Icon_h">Mw/Icon.h</a>
</dt>
<dd>
<a href="#Mw_Icon_h__MwIconBack__">MwIconBack[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconComputer__">MwIconComputer[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconDirectory__">MwIconDirectory[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconError__">MwIconError[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconFile__">MwIconFile[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconForward__">MwIconForward[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconInfo__">MwIconInfo[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconNews__">MwIconNews[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconNote__">MwIconNote[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconQuestion__">MwIconQuestion[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconSearch__">MwIconSearch[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconUp__">MwIconUp[]</a>
</dd>
<dd>
<a href="#Mw_Icon_h__MwIconWarning__">MwIconWarning[]</a>
</dd>
<dt>
<a href="#Mw_LowLevel_h">Mw/LowLevel.h</a>
</dt>
<dt>
<a href="#Mw_MachDep_h">Mw/MachDep.h</a>
</dt>
<dt>
<a href="#Mw_MessageBox_h">Mw/MessageBox.h</a>
</dt>
<dd>
<a href="#Mw_MessageBox_h__MwMessageBox">MwMessageBox</a>
</dd>
<dd>
<a href="#Mw_MessageBox_h__MwMessageBoxGetChild">MwMessageBoxGetChild</a>
</dd>
<dd>
<a href="#Mw_MessageBox_h__MwMessageBoxDestroy">MwMessageBoxDestroy</a>
</dd>
<dt>
<a href="#Mw_Milsko_h">Mw/Milsko.h</a>
</dt>
<dt>
<a href="#Mw_String_h">Mw/String.h</a>
</dt>
<dd>
<a href="#Mw_String_h__MwStringDupliacte">MwStringDupliacte</a>
</dd>
<dd>
<a href="#Mw_String_h__MwStringConcat">MwStringConcat</a>
</dd>
<dd>
<a href="#Mw_String_h__MwStringSize">MwStringSize</a>
</dd>
<dd>
<a href="#Mw_String_h__MwStringTime">MwStringTime</a>
</dd>
<dt>
<a href="#Mw_StringDefs_h">Mw/StringDefs.h</a>
</dt>
<dt>
<a href="#Mw_TypeDefs_h">Mw/TypeDefs.h</a>
</dt>
<dt>
<a href="#Mw_Unicode_h">Mw/Unicode.h</a>
</dt>
<dd>
<a href="#Mw_Unicode_h__MwUTF8ToUTF32">MwUTF8ToUTF32</a>
</dd>
<dd>
<a href="#Mw_Unicode_h__MwUTF8Length">MwUTF8Length</a>
</dd>
<dd>
<a href="#Mw_Unicode_h__MwUTF8Copy">MwUTF8Copy</a>
</dd>
<dd>
<a href="#Mw_Unicode_h__MwUTF32ToUTF8">MwUTF32ToUTF8</a>
</dd>
<dt>
<a href="#Mw_Version_h">Mw/Version.h</a>
</dt>
<dd>
<a href="#Mw_Version_h__MwMAJOR">MwMAJOR</a>
</dd>
<dd>
<a href="#Mw_Version_h__MwMINOR">MwMINOR</a>
</dd>
<dd>
<a href="#Mw_Version_h__MwVERSION">MwVERSION</a>
</dd>
<dt>
<a href="#Mw_Widget_Button_h">Mw/Widget/Button.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Button_h__MwButtonClass">MwButtonClass</a>
</dd>
<dt>
<a href="#Mw_Widget_CheckBox_h">Mw/Widget/CheckBox.h</a>
</dt>
<dd>
<a href="#Mw_Widget_CheckBox_h__MwCheckBoxClass">MwCheckBoxClass</a>
</dd>
<dt>
<a href="#Mw_Widget_Entry_h">Mw/Widget/Entry.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Entry_h__MwEntryClass">MwEntryClass</a>
</dd>
<dt>
<a href="#Mw_Widget_Frame_h">Mw/Widget/Frame.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Frame_h__MwFrameClass">MwFrameClass</a>
</dd>
<dt>
<a href="#Mw_Widget_Image_h">Mw/Widget/Image.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Image_h__MwImageClass">MwImageClass</a>
</dd>
<dt>
<a href="#Mw_Widget_Label_h">Mw/Widget/Label.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Label_h__MwLabelClass">MwLabelClass</a>
</dd>
<dt>
<a href="#Mw_Widget_ListBox_h">Mw/Widget/ListBox.h</a>
</dt>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxClass">MwListBoxClass</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxCreatePacket">MwListBoxCreatePacket</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxDestroyPacket">MwListBoxDestroyPacket</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxPacketInsert">MwListBoxPacketInsert</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxPacketSet">MwListBoxPacketSet</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxPacketSetIcon">MwListBoxPacketSetIcon</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxInsert">MwListBoxInsert</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxDelete">MwListBoxDelete</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxGet">MwListBoxGet</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxSetWidth">MwListBoxSetWidth</a>
</dd>
<dd>
<a href="#Mw_Widget_ListBox_h__MwListBoxReset">MwListBoxReset</a>
</dd>
<dt>
<a href="#Mw_Widget_Menu_h">Mw/Widget/Menu.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Menu_h__MwMenuClass">MwMenuClass</a>
</dd>
<dd>
<a href="#Mw_Widget_Menu_h__MwMenuAdd">MwMenuAdd</a>
</dd>
<dt>
<a href="#Mw_Widget_NumberEntry_h">Mw/Widget/NumberEntry.h</a>
</dt>
<dd>
<a href="#Mw_Widget_NumberEntry_h__MwNumberEntryClass">MwNumberEntryClass</a>
</dd>
<dt>
<a href="#Mw_Widget_OpenGL_h">Mw/Widget/OpenGL.h</a>
</dt>
<dd>
<a href="#Mw_Widget_OpenGL_h__MwOpenGLClass">MwOpenGLClass</a>
</dd>
<dd>
<a href="#Mw_Widget_OpenGL_h__MwOpenGLMakeCurrent">MwOpenGLMakeCurrent</a>
</dd>
<dd>
<a href="#Mw_Widget_OpenGL_h__MwOpenGLGetProcAddress">MwOpenGLGetProcAddress</a>
</dd>
<dd>
<a href="#Mw_Widget_OpenGL_h__MwOpenGLSwapBuffer">MwOpenGLSwapBuffer</a>
</dd>
<dt>
<a href="#Mw_Widget_ScrollBar_h">Mw/Widget/ScrollBar.h</a>
</dt>
<dd>
<a href="#Mw_Widget_ScrollBar_h__MwScrollBarClass">MwScrollBarClass</a>
</dd>
<dd>
<a href="#Mw_Widget_ScrollBar_h__MwScrollBarGetVisibleLength">MwScrollBarGetVisibleLength</a>
</dd>
<dt>
<a href="#Mw_Widget_SubMenu_h">Mw/Widget/SubMenu.h</a>
</dt>
<dd>
<a href="#Mw_Widget_SubMenu_h__MwSubMenuClass">MwSubMenuClass</a>
</dd>
<dt>
<a href="#Mw_Widget_Viewport_h">Mw/Widget/Viewport.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Viewport_h__MwViewportClass">MwViewportClass</a>
</dd>
<dd>
<a href="#Mw_Widget_Viewport_h__MwViewportGetViewport">MwViewportGetViewport</a>
</dd>
<dd>
<a href="#Mw_Widget_Viewport_h__MwViewportSetSize">MwViewportSetSize</a>
</dd>
<dt>
<a href="#Mw_Widget_Vulkan_h">Mw/Widget/Vulkan.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanClass">MwVulkanClass</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanEnableExtension">MwVulkanEnableExtension</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanEnableLayer">MwVulkanEnableLayer</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanConfig_T">MwVulkanConfig_T</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__api_version">api_version</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__vk_version">vk_version</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__validation_layers">validation_layers</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanConfigure">MwVulkanConfigure</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanField_T">MwVulkanField_T</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_GetInstanceProcAddr_"> MwVulkanField_GetInstanceProcAddr </a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_Instance"> MwVulkanField_Instance</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_Surface"> MwVulkanField_Surface</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_PhysicalDevice"> MwVulkanField_PhysicalDevice</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_LogicalDevice"> MwVulkanField_LogicalDevice</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_GraphicsQueueIndex"> MwVulkanField_GraphicsQueueIndex</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_PresentQueueIndex"> MwVulkanField_PresentQueueIndex</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h___MwVulkanField_PresentQueue"> MwVulkanField_PresentQueue</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanGetField">MwVulkanGetField</a>
</dd>
<dd>
<a href="#Mw_Widget_Vulkan_h__MwVulkanSupported">MwVulkanSupported</a>
</dd>
<dt>
<a href="#Mw_Widget_Window_h">Mw/Widget/Window.h</a>
</dt>
<dd>
<a href="#Mw_Widget_Window_h__MwWindowClass">MwWindowClass</a>
</dd>
<dd>
<a href="#Mw_Widget_Window_h__MwWindowMakeBorderless">MwWindowMakeBorderless</a>
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Constants_h">Mw/Constants.h</h2>
<dl>
<dt>
Constants.
</dt>
</dl>
<hr>
<pre id="Mw_Constants_h__MwDIRECTION">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Direction enumeration.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwORIENTATION">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Orientation.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwALIGNMENT">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Alignment.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwDEFAULT">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwDIRECTORY_TYPE">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Directory entry type.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_ICONMASK">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Icon mask.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONMASK">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Button mask.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONOK">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
OK button.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONCANCEL">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Cancel button.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONYES">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Yes button.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONNO">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
No button.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONOKCANCEL">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Ok and Cancel button.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONYESNO">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Yes and No button.
</dd>
</dl>
<hr>
<pre id="Mw_Constants_h__MwMB_BUTTONYESNOCANCEL">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Yes, No and Cancel button.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Core_h">Mw/Core.h</h2>
<dl>
<dt>
Core.
</dt>
</dl>
<hr>
<pre id="Mw_Core_h__MwDispatch">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Dispatches the handler of widget class.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>Used internally.</td></table>
</dt>
<dt>
Parameter <code>x</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>y</code>
</dt>
<dd>
Handler name.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwDispatch2">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Dispatches the handler of widget class.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>Used internally.</td></table>
</dt>
<dt>
Parameter <code>x</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>y</code>
</dt>
<dd>
Handler name.
</dd>
<dt>
Returns
</dt>
<dd>
<code>0</code> for success, otherwise failed.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwDispatch3">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Dispatches the handler of widget class.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>Used internally.</td></table>
</dt>
<dt>
Parameter <code>x</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>y</code>
</dt>
<dd>
Handler name.
</dd>
<dt>
Parameter <code>z</code>
</dt>
<dd>
Argument.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwCreateWidget">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a widget.
</dd>
<dt>
Parameter <code>widget_class</code>
</dt>
<dd>
Widget class.
</dd>
<dt>
Parameter <code>name</code>
</dt>
<dd>
Widget name.
</dd>
<dt>
Parameter <code>parent</code>
</dt>
<dd>
Parent widget or <code>NULL</code>.
</dd>
<dt>
Parameter <code>x</code>
</dt>
<dd>
X.
</dd>
<dt>
Parameter <code>y</code>
</dt>
<dd>
Y.
</dd>
<dt>
Parameter <code>width</code>
</dt>
<dd>
Width.
</dd>
<dt>
Parameter <code>height</code>
</dt>
<dd>
Height.
</dd>
<dt>
Returns
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwVaCreateWidget">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a widget.
</dd>
<dt>
Parameter <code>widget_class</code>
</dt>
<dd>
Widget class.
</dd>
<dt>
Parameter <code>name</code>
</dt>
<dd>
Widget name.
</dd>
<dt>
Parameter <code>parent</code>
</dt>
<dd>
Parent widget or <code>NULL</code>.
</dd>
<dt>
Parameter <code>x</code>
</dt>
<dd>
X.
</dd>
<dt>
Parameter <code>y</code>
</dt>
<dd>
Y.
</dd>
<dt>
Parameter <code>width</code>
</dt>
<dd>
Width.
</dd>
<dt>
Parameter <code>height</code>
</dt>
<dd>
Height.
</dd>
<dt>
Parameter <code>...</code>
</dt>
<dd>
Same with MwVaApply.
</dd>
<dt>
Returns
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwVaListCreateWidget">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a widget.
</dd>
<dt>
Parameter <code>widget_class</code>
</dt>
<dd>
Widget class.
</dd>
<dt>
Parameter <code>name</code>
</dt>
<dd>
Widget name.
</dd>
<dt>
Parameter <code>parent</code>
</dt>
<dd>
Parent widget or <code>NULL</code>.
</dd>
<dt>
Parameter <code>x</code>
</dt>
<dd>
X.
</dd>
<dt>
Parameter <code>y</code>
</dt>
<dd>
Y.
</dd>
<dt>
Parameter <code>width</code>
</dt>
<dd>
Width.
</dd>
<dt>
Parameter <code>height</code>
</dt>
<dd>
Height.
</dd>
<dt>
Parameter <code>va</code>
</dt>
<dd>
Same with MwVaListApply.
</dd>
<dt>
Returns
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwDestroyWidget">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Destroys the widget and its child widgets.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwVaWidgetExecute">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Executes a method specific to the widget (varadic version).
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>Prefer using corresponding functions for better code clarity and type safety.</td></table>
</dt>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>...</code>
</dt>
<dd>
Widget function arguments.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwVaListWidgetExecute">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Executes a method specific to the widget (va_list version).
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>Prefer using corresponding functions for better code clarity and type safety.</td></table>
</dt>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>va</code>
</dt>
<dd>
Widget function arguments.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwLoop">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Runs the main loop.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwStep">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Runs the single step.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwPending">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Check if any event is pending.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Returns
</dt>
<dd>
<code>1</code> if any event is pending.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetInteger">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets an integer property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Parameter <code>n</code>
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetText">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets a text property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Parameter <code>value</code>
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetVoid">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets a void pointer property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Parameter <code>value</code>
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetInteger">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets the integer property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Returns
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetText">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets the text property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Returns
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetVoid">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets the void pointer property.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Returns
</dt>
<dd>
Value.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetDefault">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets the default property.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>This is called when widget is created.</td></table>
</dt>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwVaApply">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets the properties.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>...</code>
</dt>
<dd>
Properties.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwVaListApply">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets properties.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>va</code>
</dt>
<dd>
Properties.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwAddUserHandler">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets a user handler.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Parameter <code>handler</code>
</dt>
<dd>
Handler.
</dd>
<dt>
Parameter <code>user_data</code>
</dt>
<dd>
User data passed to handler.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwDispatchUserHandler">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Dispatches the user handler.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>key</code>
</dt>
<dd>
Key.
</dd>
<dt>
Parameter <code>handler_data</code>
</dt>
<dd>
Handler data passed to handler.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwSetErrorHandler">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets an error handler.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>handler</code>
</dt>
<dd>
Handler.
</dd>
<dt>
Parameter <code>user_data</code>
</dt>
<dd>
User data passed to handler.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwDispatchError">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Dispatches the error handler.
</dd>
<dt>
Parameter <code>code</code>
</dt>
<dd>
Error code.
</dd>
<dt>
Parameter <code>message</code>
</dt>
<dd>
Error message.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGetBeforeStep">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets the before_step of widget.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>jmpbuf</code>
</dt>
<dd>
jmp_buf.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwForceRender">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Forcefully makes widget render.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwForceRender2">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Forcefully makes widget render.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>ptr</code>
</dt>
<dd>
Ignored.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwAddTickList">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Adds an widget to tick handler list.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwFocus">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Focus the widget.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwGrabPointer">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Grabs the pointer.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>toggle</code>
</dt>
<dd>
Toggle.
</dd>
</dl>
<hr>
<pre id="Mw_Core_h__MwHideCursor">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Hides the cursor.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Cursor_h">Mw/Cursor.h</h2>
<dl>
<dt>
Cursor externs.
</dt>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorDefault">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default cursor.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorDefaultMask">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default cursor mask.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorCross">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Cross cursor.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorCrossMask">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Cross cursor mask.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorText">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Text cursor.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorTextMask">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Text cursor mask.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorHidden">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Hidden cursor.
</dd>
</dl>
<hr>
<pre id="Mw_Cursor_h__MwCursorHiddenMask">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Hidden cursor mask.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Default_h">Mw/Default.h</h2>
<dl>
<dt>
Default properties.
</dt>
</dl>
<hr>
<pre id="Mw_Default_h__MwDefaultBackground">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default background color.
</dd>
</dl>
<hr>
<pre id="Mw_Default_h__MwDefaultForeground">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default foreground color.
</dd>
</dl>
<hr>
<pre id="Mw_Default_h__MwDefaultBorderWidth">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default border width.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Directory_h">Mw/Directory.h</h2>
<dl>
<dt>
Directory functions.
</dt>
</dl>
<hr>
<pre id="Mw_Directory_h__MwDirectoryOpen">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Opens a directory.
</dd>
<dt>
Parameter <code>path</code>
</dt>
<dd>
Path.
</dd>
<dt>
Returns
</dt>
<dd>
Handle.
</dd>
</dl>
<hr>
<pre id="Mw_Directory_h__MwDirectoryClose">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Closes a directory.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Handle.
</dd>
</dl>
<hr>
<pre id="Mw_Directory_h__MwDirectoryRead">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Reads a directory.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Handle.
</dd>
<dt>
Returns
</dt>
<dd>
Directory entry.
</dd>
</dl>
<hr>
<pre id="Mw_Directory_h__MwDirectoryFreeEntry">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Frees a directory entry.
</dd>
<dt>
Parameter <code>entry</code>
</dt>
<dd>
Entry.
</dd>
</dl>
<hr>
<pre id="Mw_Directory_h__MwDirectoryCurrent">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets a current directory.
</dd>
<dt>
Parameter <code>Directory</code>
</dt>
<dd>
</dd>
</dl>
<hr>
<pre id="Mw_Directory_h__MwDirectoryJoin">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Joins 2 paths.
</dd>
<dt>
Parameter <code>a</code>
</dt>
<dd>
Path.
</dd>
<dt>
Parameter <code>b</code>
</dt>
<dd>
Path.
</dd>
<dt>
Returns
</dt>
<dd>
Path.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Draw_h">Mw/Draw.h</h2>
<dl>
<dt>
Common drawing API.
</dt>
</dl>
<hr>
<pre id="Mw_Draw_h__MwParseColor">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Parses a color text.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>text</code>
</dt>
<dd>
Color text.
</dd>
<dt>
Returns
</dt>
<dd>
Color.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLightenColor">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Lighten a color.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
<dt>
Parameter <code>r</code>
</dt>
<dd>
Red.
</dd>
<dt>
Parameter <code>g</code>
</dt>
<dd>
Green.
</dd>
<dt>
Parameter <code>b</code>
</dt>
<dd>
Blue.
</dd>
<dt>
Returns
</dt>
<dd>
Color.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawRect">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Draws a filled rectangle.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rect</code>
</dt>
<dd>
Rectangle area.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawRectFading">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Draws a filled rectangle that fades to a darker color.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rect</code>
</dt>
<dd>
Rectangle area.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawFrame">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Draws a frame.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td><code>rect</code> gets changed to the area of rectangle inside.</td></table>
</dt>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rect</code>
</dt>
<dd>
Rectangle area.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
<dt>
Parameter <code>invert</code>
</dt>
<dd>
Invert the 3D border color or not.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawWidgetBack">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Does the DrawFrame/DrawRect combo used for drawing widget.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td><code>rect</code> gets changed to the area of rectangle inside.</td></table>
</dt>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rect</code>
</dt>
<dd>
Rectangle area.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
<dt>
Parameter <code>invert</code>
</dt>
<dd>
Invert the 3D border color or not.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawTriangle">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Draws a triangle.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rect</code>
</dt>
<dd>
Rectangle area.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
<dt>
Parameter <code>invert</code>
</dt>
<dd>
Invert the 3D border color or not.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawFrameEx">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Draws a frame with specified border width.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td><code>rect</code> gets changed to the area of rectangle inside.</td></table>
</dt>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rect</code>
</dt>
<dd>
Rectangle area.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
<dt>
Parameter <code>invert</code>
</dt>
<dd>
Invert the 3D border color or not.
</dd>
<dt>
Parameter <code>border</code>
</dt>
<dd>
Border width.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwDrawText">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Draws a text.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>point</code>
</dt>
<dd>
Center point of the text.
</dd>
<dt>
Parameter <code>text</code>
</dt>
<dd>
Text.
</dd>
<dt>
Parameter <code>bold</code>
</dt>
<dd>
Bold.
</dd>
<dt>
Parameter <code>align</code>
</dt>
<dd>
Align.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLoadImage">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a pixmap from image.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>path</code>
</dt>
<dd>
Path.
</dd>
<dt>
Returns
</dt>
<dd>
Pixmap.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwTextWidth">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Calculates a text width.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>text</code>
</dt>
<dd>
Text.
</dd>
<dt>
Returns
</dt>
<dd>
Text width.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwTextHeight">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Calculates a text height.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>text</code>
</dt>
<dd>
Text.
</dd>
<dt>
Returns
</dt>
<dd>
Text height.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwGetColor">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Get color components.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color.
</dd>
<dt>
Parameter <code>red</code>
</dt>
<dd>
Pointer to red color.
</dd>
<dt>
Parameter <code>green</code>
</dt>
<dd>
Pointer to green color.
</dd>
<dt>
Parameter <code>blue</code>
</dt>
<dd>
Pointer to blue color.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLoadRaw">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a pixmap from raw data.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>rgb</code>
</dt>
<dd>
RGBA data.
</dd>
<dt>
Parameter <code>width</code>
</dt>
<dd>
Width.
</dd>
<dt>
Parameter <code>height</code>
</dt>
<dd>
Height.
</dd>
<dt>
Returns
</dt>
<dd>
Pixmap.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwLoadXPM">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a pixmap from XPM data.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>data</code>
</dt>
<dd>
Data.
</dd>
<dt>
Returns
</dt>
<dd>
Pixmap.
</dd>
</dl>
<hr>
<pre id="Mw_Draw_h__MwParseColorName">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Parses a color name.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>color</code>
</dt>
<dd>
Color name.
</dd>
<dt>
Returns
</dt>
<dd>
Color.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Error_h">Mw/Error.h</h2>
<dl>
<dt>
Error codes.
</dt>
</dl>
<hr>
<pre id="Mw_Error_h__MwErrorEnum_T">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Error code enumeration.
</dd>
</dl>
<hr>
<pre id="Mw_Error_h___MwEsuccess_">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
No error.
</dd>
</dl>
<hr>
<pre id="Mw_Error_h___MwEerror">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
There was an error.
</dd>
</dl>
<hr>
<pre id="Mw_Error_h__MwGetLastError">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Get the last error.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_FileChooser_h">Mw/FileChooser.h</h2>
<dl>
<dt>
File chooser.
</dt>
</dl>
<hr>
<h2 align="center" id="Mw_Font_h">Mw/Font.h</h2>
<dl>
<dt>
Default font.
</dt>
</dl>
<hr>
<pre id="Mw_Font_h__MwFontData__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default font data.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwBoldFontData__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default bold font data.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwTTFData__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default TTF font data.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwTTFDataSize">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default TTF font size.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwBoldTTFData__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default bold TTF font data.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwBoldTTFDataSize">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Default bold TTF font size.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwFontLoad">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Loads a TTF Font.
</dd>
<dt>
Parameter <code>data</code>
</dt>
<dd>
Data.
</dd>
<dt>
Parameter <code>size</code>
</dt>
<dd>
Data size.
</dd>
<dt>
Returns
</dt>
<dd>
Font handle.
</dd>
</dl>
<hr>
<pre id="Mw_Font_h__MwFontFree">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Frees a font handle.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Handle.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Icon_h">Mw/Icon.h</h2>
<dl>
<dt>
Icon.
</dt>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconBack__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Back icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconComputer__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Computer icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconDirectory__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Directory icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconError__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Error icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconFile__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
File icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconForward__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Forward icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconInfo__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Info icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconNews__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
News icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconNote__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Note icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconQuestion__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Question icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconSearch__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Search icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconUp__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Up icon.
</dd>
</dl>
<hr>
<pre id="Mw_Icon_h__MwIconWarning__">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Warning icon.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_LowLevel_h">Mw/LowLevel.h</h2>
<dl>
<dt>
Low-level drawing API.
</dt>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>This is used internally.</td></table>
</dt>
</dl>
<hr>
<h2 align="center" id="Mw_MachDep_h">Mw/MachDep.h</h2>
<dl>
<dt>
Machine dependent headers and macros.
</dt>
</dl>
<hr>
<h2 align="center" id="Mw_MessageBox_h">Mw/MessageBox.h</h2>
<dl>
<dt>
Message box.
</dt>
</dl>
<hr>
<pre id="Mw_MessageBox_h__MwMessageBox">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a message box.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>text</code>
</dt>
<dd>
Text.
</dd>
<dt>
Parameter <code>title</code>
</dt>
<dd>
Title text.
</dd>
<dt>
Parameter <code>flag</code>
</dt>
<dd>
Flag.
</dd>
<dt>
Returns
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_MessageBox_h__MwMessageBoxGetChild">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets a child of the message box.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>child</code>
</dt>
<dd>
Child.
</dd>
</dl>
<hr>
<pre id="Mw_MessageBox_h__MwMessageBoxDestroy">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Destroys the message box.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Milsko_h">Mw/Milsko.h</h2>
<dl>
<dt>
Includes all headers.
</dt>
</dl>
<hr>
<h2 align="center" id="Mw_String_h">Mw/String.h</h2>
<dl>
<dt>
String utilities.
</dt>
</dl>
<hr>
<pre id="Mw_String_h__MwStringDupliacte">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Duplicates a string.
</dd>
<dt>
Parameter <code>str</code>
</dt>
<dd>
String.
</dd>
<dt>
Returns
</dt>
<dd>
String.
</dd>
</dl>
<hr>
<pre id="Mw_String_h__MwStringConcat">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Concatenates 2 strings.
</dd>
<dt>
Parameter <code>str1</code>
</dt>
<dd>
String.
</dd>
<dt>
Parameter <code>str2</code>
</dt>
<dd>
String.
</dd>
<dt>
Returns
</dt>
<dd>
String.
</dd>
</dl>
<hr>
<pre id="Mw_String_h__MwStringSize">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Converts size to string.
</dd>
<dt>
Parameter <code>out</code>
</dt>
<dd>
Output.
</dd>
<dt>
Parameter <code>size</code>
</dt>
<dd>
Size.
</dd>
</dl>
<hr>
<pre id="Mw_String_h__MwStringTime">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Converts time to string.
</dd>
<dt>
Parameter <code>out</code>
</dt>
<dd>
Output.
</dd>
<dt>
Parameter <code>t</code>
</dt>
<dd>
Time.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_StringDefs_h">Mw/StringDefs.h</h2>
<dl>
<dt>
String definitions for property.
</dt>
</dl>
<hr>
<h2 align="center" id="Mw_TypeDefs_h">Mw/TypeDefs.h</h2>
<dl>
<dt>
Type definitions.
</dt>
</dl>
<hr>
<h2 align="center" id="Mw_Unicode_h">Mw/Unicode.h</h2>
<dl>
<dt>
Handles UTF8 stuff.
</dt>
</dl>
<hr>
<pre id="Mw_Unicode_h__MwUTF8ToUTF32">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
output Output.
</dd>
<dt>
Returns
</dt>
<dd>
Bytes this multibyte takes.
</dd>
</dl>
<hr>
<pre id="Mw_Unicode_h__MwUTF8Length">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
input Input.
</dd>
<dt>
Returns
</dt>
<dd>
Length.
</dd>
</dl>
<hr>
<pre id="Mw_Unicode_h__MwUTF8Copy">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
len Length.
</dd>
<dt>
Returns
</dt>
<dd>
Copied length in bytes.
</dd>
</dl>
<hr>
<pre id="Mw_Unicode_h__MwUTF32ToUTF8">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
output Output.
</dd>
<dt>
Returns
</dt>
<dd>
Bytes this wide byte takes.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Version_h">Mw/Version.h</h2>
<dl>
<dt>
Version informations.
</dt>
</dl>
<hr>
<pre id="Mw_Version_h__MwMAJOR">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Major version.
</dd>
</dl>
<hr>
<pre id="Mw_Version_h__MwMINOR">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Minor version.
</dd>
</dl>
<hr>
<pre id="Mw_Version_h__MwVERSION">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Version in string.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Button_h">Mw/Widget/Button.h</h2>
<dl>
<dt>
Button widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Button_h__MwButtonClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Button widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_CheckBox_h">Mw/Widget/CheckBox.h</h2>
<dl>
<dt>
CheckBox widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_CheckBox_h__MwCheckBoxClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
CheckBox widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Entry_h">Mw/Widget/Entry.h</h2>
<dl>
<dt>
Entry widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Entry_h__MwEntryClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Entry widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Frame_h">Mw/Widget/Frame.h</h2>
<dl>
<dt>
Frame widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Frame_h__MwFrameClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Frame widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Image_h">Mw/Widget/Image.h</h2>
<dl>
<dt>
Image widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Image_h__MwImageClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Image widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Label_h">Mw/Widget/Label.h</h2>
<dl>
<dt>
Label widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Label_h__MwLabelClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Label widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_ListBox_h">Mw/Widget/ListBox.h</h2>
<dl>
<dt>
ListBox widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
ListBox widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxCreatePacket">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Creates a listbox packet.
</dd>
<dt>
Returns
</dt>
<dd>
Packet.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxDestroyPacket">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Destroys a listbox packet.
</dd>
<dt>
Parameter <code>packet</code>
</dt>
<dd>
Packet.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxPacketInsert">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Inserts a new item to a packet.
</dd>
<dt>
Parameter <code>packet</code>
</dt>
<dd>
Packet.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Index.
</dd>
<dt>
Returns
</dt>
<dd>
Index.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxPacketSet">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets a column of item in a packet.
</dd>
<dt>
Parameter <code>packet</code>
</dt>
<dd>
Packet.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Index.
</dd>
<dt>
Parameter <code>col</code>
</dt>
<dd>
Column.
</dd>
<dt>
Parameter <code>text</code>
</dt>
<dd>
Text.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxPacketSetIcon">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets an icon of item in a packet.
</dd>
<dt>
Parameter <code>packet</code>
</dt>
<dd>
Packet.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Index.
</dd>
<dt>
Parameter <code>icon</code>
</dt>
<dd>
Icon.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxInsert">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Inserts item on the listbox.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Index.
</dd>
<dt>
Parameter <code>packet</code>
</dt>
<dd>
Packet.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxDelete">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Deletes item from the listbox.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Index.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxGet">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Gets item from the listbox.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Index.
</dd>
<dt>
Returns
</dt>
<dd>
Item.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxSetWidth">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Sets an item width of the listbox.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>index</code>
</dt>
<dd>
Column index.
</dd>
<dt>
Parameter <code>width</code>
</dt>
<dd>
Width.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ListBox_h__MwListBoxReset">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Resets the listbox.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Menu_h">Mw/Widget/Menu.h</h2>
<dl>
<dt>
Menu widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Menu_h__MwMenuClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Menu widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Menu_h__MwMenuAdd">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Adds a menu.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>menu</code>
</dt>
<dd>
Menu.
</dd>
<dt>
Parameter <code>name</code>
</dt>
<dd>
Menu name.
</dd>
<dt>
Returns
</dt>
<dd>
Menu.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_NumberEntry_h">Mw/Widget/NumberEntry.h</h2>
<dl>
<dt>
NumberEntry widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_NumberEntry_h__MwNumberEntryClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
NumberEntry widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_OpenGL_h">Mw/Widget/OpenGL.h</h2>
<dl>
<dt>
OpenGL widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_OpenGL_h__MwOpenGLClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
OpenGL widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_OpenGL_h__MwOpenGLMakeCurrent">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Make a widget current OpenGL context.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_OpenGL_h__MwOpenGLGetProcAddress">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Get a procedure from OpenGL.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>name</code>
</dt>
<dd>
Name.
</dd>
<dt>
Returns
</dt>
<dd>
Procedure.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_OpenGL_h__MwOpenGLSwapBuffer">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Swaps the buffer of OpenGL context.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_ScrollBar_h">Mw/Widget/ScrollBar.h</h2>
<dl>
<dt>
ScrollBar widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_ScrollBar_h__MwScrollBarClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
ScrollBar widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_ScrollBar_h__MwScrollBarGetVisibleLength">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Calculates a visible length of scrollbar.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Returns
</dt>
<dd>
Visible length.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_SubMenu_h">Mw/Widget/SubMenu.h</h2>
<dl>
<dt>
SubMenu widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_SubMenu_h__MwSubMenuClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
SubMenu widget class.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Viewport_h">Mw/Widget/Viewport.h</h2>
<dl>
<dt>
Viewport widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Viewport_h__MwViewportClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Viewport widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Viewport_h__MwViewportGetViewport">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Get parent widget where widgets should be placed.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Returns
</dt>
<dd>
Widget.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Viewport_h__MwViewportSetSize">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Set viewport size.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>w</code>
</dt>
<dd>
Width.
</dd>
<dt>
Parameter <code>h</code>
</dt>
<dd>
Height.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Vulkan_h">Mw/Widget/Vulkan.h</h2>
<dl>
<dt>
Vulkan widget.
</dt>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>This header is not documented yet.</td></table>
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Vulkan widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanEnableExtension">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Add an extension to the list of extensions to enable prior to initialization.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>This must be called before MwCreateWidget.</td></table>
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanEnableLayer">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Add an layer to the list of layers to enable prior to initialization.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>This must be called before MwCreateWidget.</td></table>
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanConfig_T">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Configuration options that can be passed to setup Vulkan before a widget is created.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__api_version">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Vulkan API version (default: VK_API_VERSION_1_0).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__vk_version">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Vulkan version (default: VK_VERSION_1_0).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__validation_layers">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Whether or not to enable validation layers (default: false).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanConfigure">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Configure Vulkan prior to initializing the widget.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>The configuration provided will be used for future initializations of the Vulkan widget (unless it's changed).</td></table>
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanField_T">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Field that can be gotten from Vulkan.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_GetInstanceProcAddr_">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the vulkan widget's vkGetInstanceProcAddr function (PFN_vkGetInstanceProcAddr).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_Instance">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the vulkan widget's instance (VkInstance).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_Surface">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the vulkan widget's surface (VkSurfaceKHR).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_PhysicalDevice">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the vulkan widget's physical device (VkPhysicalDevice).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_LogicalDevice">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the vulkan widget's logical device (VkDevice).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_GraphicsQueueIndex">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the index that the vulkan widget uses for the graphics queue (uint32_t *).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_PresentQueueIndex">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the index that the vulkan widget uses for the present queue (uint32_t *).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h___MwVulkanField_PresentQueue">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
The address of the vulkan widget's graphics queue (VkQueue).
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanGetField">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Function for getting a field from within Vulkan.
</dd>
<dt>
<table border="0"><tr><td><img src="warning.gif" alt="warning"></td><td>Consult the documentation for MwVulkanField to know what type is expected for out.</td></table>
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Vulkan_h__MwVulkanSupported">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Return whether Vulkan is installed on the target platform.
</dd>
</dl>
<hr>
<h2 align="center" id="Mw_Widget_Window_h">Mw/Widget/Window.h</h2>
<dl>
<dt>
Window widget.
</dt>
</dl>
<hr>
<pre id="Mw_Widget_Window_h__MwWindowClass">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Window widget class.
</dd>
</dl>
<hr>
<pre id="Mw_Widget_Window_h__MwWindowMakeBorderless">MwInline <B><FONT COLOR="#228B22">void</FONT></B> <B><FONT COLOR="#0000FF">MwWindowMakeBorderless</FONT></B> (
MwWidget handle,
<B><FONT COLOR="#228B22">int</FONT></B> toggle
);</pre>
<dl>
<dd>
Makes window borderless.
</dd>
<dt>
Parameter <code>handle</code>
</dt>
<dd>
Widget.
</dd>
<dt>
Parameter <code>toggle</code>
</dt>
<dd>
Toggle.
</dd>
</dl>
<hr>
</body>
</html>