Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 01:29, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:beginTabBar (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Pushes a TabBar to the stack and starts appending to it. <syntaxhighlight lang="lua"> (bool) = ImGui:beginTabBar(str_id [, ImGui.TabBarFlags = 0]) </syntaxhighlight> '''note''': parameters between [] are optional parameters with their default values === Parameters === '''str...", and the only contributor was "MoKaLux" (talk))
- 01:29, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:beginWindow (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Pushes a Window to the stack and starts appending to it. <syntaxhighlight lang="lua"> (bool) (bool) = ImGui:beginWindow(name,open,flags) </syntaxhighlight> '''note''': if ''open'' is nil (window with no X button) then only the second boolean is returned. The boolean will then return whether the window is expanded or colapsed. === Parameters === '''name''': (string) the window...")
- 01:29, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:beginDisabled (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Starts a stack that can be disabled and starts appending to it. <syntaxhighlight lang="lua"> ImGui:beginDisabled(disabledFlag) </syntaxhighlight> === Parameters === '''disabledFlag''': (bool) whether to disable the stack<br/> === Example === <syntaxhighlight lang="lua"> requ...", and the only contributor was "MoKaLux" (talk))
- 01:28, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:arrowButton (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a square button with an arrow shape. <syntaxhighlight lang="lua"> ImGui:arrowButton(stringID,direction) </syntaxhighlight> ''direction'' possible value: *0 = arrow left *1 = arrow right *2 = arrow up *3 = arrow down === Parameters === '''stringID''': (string) the button ID<br/> '''direction''': (number) the arrow direction<br/> === Example === <syntaxhighlight lang=...")
- 01:28, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core.new (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Initializes a new ImGui instance. <syntaxhighlight lang="lua"> ImGui.new(font_atlas,mouse_listeners,keyboard_listeners,touch_listeners) </syntaxhighlight> === Parameters === '''font_atlas''': copy fonts '''optional, default=nil'''<br/> '''mouse_listeners''': (bool) add internal mouse event listeners '''optional, default=false'''<br/> '''keyboard_listeners''': (bool) add intern...")
- 01:25, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList (content was: "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Platform html5.pngFile:Platform winrt.pngFile:Platform win32.png<br/> '''Available since:''' Gideros 2020.9<br/> === Description === '''note''': this part of the documentation is being merged and will be deleted {|- |...", and the only contributor was "MoKaLux" (talk))
- 01:23, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getFontSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the current window ImGui draw list font size. <syntaxhighlight lang="lua"> (number) = ImGui.DrawList:getFontSize() </syntaxhighlight> === Return values === '''Returns''' (number) the draw list font size<br/> === Example === <syntaxhighlight lang="lua"> </syntaxhighlight> {{ImGui.DrawList}}")
- 01:23, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getFont (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the current window ImGui draw list font. <syntaxhighlight lang="lua"> (font) = ImGui.DrawList:getFont() </syntaxhighlight> === Return values === '''Returns''' (font) the draw list font<br/> === Example === <syntaxhighlight lang="lua"> </syntaxhighlight> {{ImGui.DrawList}}")
- 01:22, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getCurveTessellationTol (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality. <syntaxhighlight lang="lua"> (number) = ImGui.DrawList:getCurveTessellationTol() </syntaxhighlight> === Return values === '''Returns''' (number) the curve tessellation...")
- 01:22, 11 October 2024 MoKaLux talk contribs deleted page Template:ImGui.Style (content was: " ---- *Dear ImGui {{Special:PrefixIndex/ImGui.Style}} {{Gideros deco stars01}} {{GIDEROS IMPORTANT LINKS}} Category:ImGui", and the only contributor was "MoKaLux" (talk))
- 01:21, 11 October 2024 MoKaLux talk contribs deleted page Template:ImGui.DrawList (content was: " ---- *Dear ImGui {{Special:PrefixIndex/ImGui.DrawList}} {{Gideros deco stars01}} {{GIDEROS IMPORTANT LINKS}} Category:ImGui", and the only contributor was "MoKaLux" (talk))
- 01:20, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getCircleSegmentMaxError (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified. Decrease for higher quality but more geometry. <syntaxhighlight lang="lua"> (number) = ImGui.DrawList:getCircleSegmentMaxError() </syntaxhighlight> === Return values === '''Returns''' (number) the circle max...")
- 01:20, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:addRect (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Adds a rectangle to an ImGui draw list. <syntaxhighlight lang="lua"> ImGui.DrawList:addRect(p_min_x, p_min_y, p_max_x, p_max_y, color, [rounding=0, rounding_corners=ImGui.CornerFlags_All, thickness=1]) </syntaxhighlight> === Parameters === '''p_min_x''': (number) the rectangle minimum x coordinate<br/> '''p_min_y''': (number) the rectangle minimum y coordinate<br/>...")
- 01:19, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:addLine (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Adds a line to an ImGui draw list. <syntaxhighlight lang="lua"> ImGui.DrawList:addLine(p1, p2, color, [alpha=1, thickness=1]) </syntaxhighlight> === Parameters === '''p1''': (number) the x and y coordinate of the line starting position<br/> '''p2''': (number) the x and y coordinate of the line ending position<br/> '''color''': (number) the color in hexadecimal value<b...")
- 01:19, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getWindowDrawList (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the current window ImGui draw list. <syntaxhighlight lang="lua"> (drawlist) = ImGui:getWindowDrawList() </syntaxhighlight> === Return values === '''Returns''' (drawlist) the current window draw list<br/> === Example === <syntaxhighlight lang="lua"> require "ImGui" local imgui = ImGui.new() stage:addChild(imgui) local window01 = true function onEnterFrame(e)...")
- 01:19, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getForegroundDrawList (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the foreground ImGui draw list. <syntaxhighlight lang="lua"> (drawlist) = ImGui:getForegroundDrawList() </syntaxhighlight> === Return values === '''Returns''' (drawlist) the foreground draw list<br/> === Example === <syntaxhighlight lang="lua"> require "ImGui" local imgui = ImGui.new() stage:addChild(imgui) function onEnterFrame(e) -- 1 we start ImGui imgui:...")
- 01:19, 11 October 2024 MoKaLux talk contribs deleted page ImGui.DrawList:getBackgroundDrawList (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.DrawList<br/> === Description === Gets the background ImGui draw list. <syntaxhighlight lang="lua"> (drawlist) = ImGui:getBackgroundDrawList() </syntaxhighlight> === Return values === '''Returns''' (drawlist) the background draw list<br/> === Example === <syntaxhighlight lang="lua"> require "ImGui" local imgui = ImGui.new() stage:addChild(imgui) function onEnterFrame(e) -- 1 we start ImGui imgui:...")
- 01:16, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style (content was: "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Platform html5.pngFile:Platform winrt.pngFile:Platform win32.png<br/> '''Available since:''' Gideros 2020.9<br/> === Description === '''note''': this part of the documentation is being merged and will be deleted {|- |...", and the only contributor was "MoKaLux" (talk))
- 01:16, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setAlpha (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style alpha. <syntaxhighlight lang="lua"> ImGui.Style:setAlpha(alpha) </syntaxhighlight> === Parameters === '''alpha''': (number) alpha value, between 0 and 1<br/> === Example === <syntaxhighlight lang="lua"> </syntaxhighlight> {{ImGui.Style}}")
- 01:16, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setColor (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets a color to an ImGui element. <syntaxhighlight lang="lua"> ImGui.Style:setColor(imguielement,color,alpha) </syntaxhighlight> === Parameters === '''imguielement''': (String) the ImGui element target '''(see ImGui.CONST.Col)'''<br/> '''color''': (number) the color in hex format<br/> '''alpha''': (number) the alpha between 0 and 1, default=1 '''optio...")
- 01:15, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setScrollbarRounding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style scrollbar rounding value. <syntaxhighlight lang="lua"> ImGui.Style:setScrollbarRounding(rounding) </syntaxhighlight> === Parameters === '''rounding''': (number) the window scrollbar rounding value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setScrollba...")
- 01:15, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setDisplaySafeAreaPadding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style safe area display padding values. <syntaxhighlight lang="lua"> ImGui.Style:setDisplaySafeAreaPadding(paddingx, paddingy) </syntaxhighlight> === Parameters === '''paddingx''': (number) the window safe area display padding x value<br/> '''paddingy''': (number) the window safe area display padding y value<br/> === Example === <syntaxhighlight la...")
- 01:15, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setItemSpacing (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style items spacing values. <syntaxhighlight lang="lua"> ImGui.Style:setItemSpacing(spacingx, spacingy) </syntaxhighlight> === Parameters === '''spacingx''': (number) the window items x spacing value<br/> '''spacingy''': (number) the window items y spacing value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addCh...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setScrollbarSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style scrollbar size value. <syntaxhighlight lang="lua"> ImGui.Style:setScrollbarSize(size) </syntaxhighlight> === Parameters === '''size''': (number) the window scrollbar size value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setScrollbarSize(12) </syntaxhi...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setTouchExtraPadding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style touch extra padding values. <syntaxhighlight lang="lua"> ImGui.Style:setTouchExtraPadding(touchextrapaddingx,touchextrapaddingy) </syntaxhighlight> === Parameters === '''touchextrapaddingx''': (number) the window touch extra padding x value<br/> '''touchextrapaddingy''': (number) the window touch extra padding y value<br/> === Example === <sy...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setWindowBorderSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style a window border size value. <syntaxhighlight lang="lua"> ImGui.Style:setWindowBorderSize(bordersize) </syntaxhighlight> === Parameters === '''bordersize''': (number) the window border size value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setWindowBord...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setWindowMinSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style window minimum size values. <syntaxhighlight lang="lua"> ImGui.Style:setWindowMinSize(minwidth, minheight) </syntaxhighlight> === Parameters === '''minwidth''': (number) the window minimum width value<br/> '''minheight''': (number) the window minimum height value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stag...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setWindowRounding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style a window rounding value. <syntaxhighlight lang="lua"> ImGui.Style:setWindowRounding(rounding) </syntaxhighlight> === Parameters === '''rounding''': (number) the window rounding value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setWindowRounding(12) </s...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:setWindowTitleAlign (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Sets the ImGui global style a window title alignment value. <syntaxhighlight lang="lua"> ImGui.Style:setWindowTitleAlign(alignx, aligny) </syntaxhighlight> === Parameters === '''alignx''': (number) the window title align x value, '''usually between 0 and 1'''<br/> '''aligny''': (number) the window title align y value, '''usually between 0 and 1'''<br/> === Example === <...")
- 01:14, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getWindowTitleAlign (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style window title alignment. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getWindowTitleAlign() </syntaxhighlight> === Return values === '''Returns''' (number) the window title align x value<br/> '''Returns''' (number) the window title align y value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:...")
- 01:13, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getWindowRounding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style window rounding value. <syntaxhighlight lang="lua"> (number) = ImGui.Style:getWindowRounding() </syntaxhighlight> === Return values === '''Returns''' (number) the window rounding value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setWindowRounding(24) p...")
- 01:13, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getWindowMinSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style window minimum size values. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getWindowMinSize() </syntaxhighlight> === Return values === '''Returns''' (number) the window width minimum size value<br/> '''Returns''' (number) the window height minimum size value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui....")
- 01:13, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getWindowBorderSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style window border size value. <syntaxhighlight lang="lua"> (number) = ImGui.Style:getWindowBorderSize() </syntaxhighlight> === Return values === '''Returns''' (number) the window border size value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setWindowBorder...")
- 01:13, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getTouchExtraPadding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style touch extra padding values. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getTouchExtraPadding() </syntaxhighlight> === Return values === '''Returns''' (number) the window touch extra padding x value<br/> '''Returns''' (number) the window touch extra padding y value<br/> === Example === <syntaxhighlight lang="lua"> local imgui...")
- 01:12, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getScrollbarSize (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style scrollbar size value. <syntaxhighlight lang="lua"> (number) = ImGui.Style:getScrollbarSize() </syntaxhighlight> === Return values === '''Returns''' (number) the window scrollbar size value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setScrollbarSize(12...")
- 01:12, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getScrollbarRounding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style scrollbar rounding value. <syntaxhighlight lang="lua"> (number) = ImGui.Style:getScrollbarRounding() </syntaxhighlight> === Return values === '''Returns''' (number) the window scrollbar rounding value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:addChild(imgui) local style = imgui:getStyle() style:setScro...")
- 01:12, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getItemSpacing (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style items spacing values. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getItemSpacing() </syntaxhighlight> === Return values === '''Returns''' (number) the window items x spacing value<br/> '''Returns''' (number) the window items y spacing value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:add...")
- 01:12, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getDisplaySafeAreaPadding (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style safe area display padding values. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getDisplaySafeAreaPadding() </syntaxhighlight> === Return values === '''Returns''' (number) the window safe area display padding x value<br/> '''Returns''' (number) the window safe area display padding y value<br/> === Example === <syntaxhighlight...")
- 01:11, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getColor (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the color of an ImGui element. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getColor(imguielement) </syntaxhighlight> === Parameters === '''imguielement''': (String) the ImGui element target '''(see ImGui.CONST.Col)'''<br/> === Return values === '''Returns''' (number) color in hex format<br/> '''Returns''' (number) alpha between...")
- 01:10, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getAlpha (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style alpha. <syntaxhighlight lang="lua"> (number) = ImGui.Style:getAlpha() </syntaxhighlight> === Return values === '''Returns''' (number) alpha between 0 and 1<br/> === Example === <syntaxhighlight lang="lua"> </syntaxhighlight> {{ImGui.Style}}")
- 22:24, 8 October 2024 MoKaLux talk contribs deleted page ImGui Examples (content was: "__TOC__ Here you will find various resources to help you create GUI with '''Dear ImGui''' in Gideros Studio. '''note''': you may have to provide your own assets (fonts, gfx, …). === ImGui Custom Font === <syntaxhighlight lang="lua"> require "ImGui" -- imgui self.imgui = ImGui.new() -- imgui font local imguiio = self.imgui:getIO() local fontatlas = imguiio:getFonts() local myfont = fontatlas:addFont("fonts/Cabin-Regular-TTF.ttf", 22) -- your custom font here imguiio:se...")
- 20:35, 6 October 2024 MoKaLux talk contribs deleted page Template:ImGui (content was: " ---- *Dear ImGui {{Special:PrefixIndex/ImGui.Core}} ---- '''Dear ImGui''' {{GIDEROS IMPORTANT LINKS}} Category:ImGui", and the only contributor was "MoKaLux" (talk))
- 20:32, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TreeNodeFlags (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''TreeNode Flags''' ImGui.TreeNodeFlags_Bullet<br/><!--GIDEROSCST:ImGui.TreeNodeFlags_Bullet--> ImGui.TreeNodeFlags_None<br/><!--GIDEROSCST:ImGui.TreeNodeFlags_None--> ImGui.TreeNodeFlags_CollapsingHeader<br/><!--GIDEROSCST:ImGui.TreeNodeFlags_Co...", and the only contributor was "MoKaLux" (talk))
- 20:30, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.WindowFlags (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''Window Flags''' *'''ImGui.WindowFlags_AlwaysAutoResize''': resize every window to its content every frame<!--GIDEROSCST:ImGui.WindowFlags_AlwaysAutoResize--> *'''ImGui.WindowFlags_AlwaysHorizontalScrollbar''': always show horizontal scrollbar (...", and the only contributor was "MoKaLux" (talk))
- 20:16, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TE (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''TE ColorIndex''' ImGui.TE_Default<br/><!--GIDEROSCST:ImGui.TE_Default--> ImGui.TE_Keyword<br/><!--GIDEROSCST:ImGui.TE_Keyword--> ImGui.TE_Number<br/><!--GIDEROSCST:ImGui.TE_Number--> ImGui.TE_String<br/><!--GIDEROSCST:ImGui.TE_String--> ImGui.T...", and the only contributor was "MoKaLux" (talk))
- 20:16, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TableRowFlags (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''TableRow Flags''' ImGui.TableRowFlags_None<br/><!--GIDEROSCST:ImGui.TableRowFlags_None--> ImGui.TableRowFlags_Headers<br/><!--GIDEROSCST:ImGui.TableRowFlags_Headers--> ---- '''Dear ImGui'''", and the only contributor was "MoKaLux" (talk))
- 20:16, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TableColumnFlags (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''TableColumn Flags''' ImGui.TableColumnFlags_None<br/><!--GIDEROSCST:ImGui.TableColumnFlags_None--> ImGui.TableColumnFlags_DefaultHide<br/><!--GIDEROSCST:ImGui.TableColumnFlags_DefaultHide--> ImGui.TableColumnFlags_DefaultSort<br/><!--GIDEROSCST...", and the only contributor was "MoKaLux" (talk))
- 20:15, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TableBgTarget (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''TableBg Target''' ImGui.TableBgTarget_None<br/><!--GIDEROSCST:ImGui.TableBgTarget_None--> ImGui.TableBgTarget_RowBg0<br/><!--GIDEROSCST:ImGui.TableBgTarget_RowBg0--> ImGui.TableBgTarget_RowBg1<br/><!--GIDEROSCST:ImGui.TableBgTarget_RowBg1--> Im...", and the only contributor was "MoKaLux" (talk))
- 20:15, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TableFlags (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''Table Flags''' ImGui.TableFlags_None<br/><!--GIDEROSCST:ImGui.TableFlags_None--> ImGui.TableFlags_Resizable<br/><!--GIDEROSCST:ImGui.TableFlags_Resizable--> ImGui.TableFlags_Reorderable<br/><!--GIDEROSCST:ImGui.TableFlags_Reorderable--> ImGui.T...", and the only contributor was "MoKaLux" (talk))
- 20:15, 6 October 2024 MoKaLux talk contribs deleted page ImGui.CONST.TabItemFlags (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''TabItem Flags''' ImGui.TabItemFlags_SetSelected<br/><!--GIDEROSCST:ImGui.TabItemFlags_SetSelected--> ImGui.TabItemFlags_NoCloseWithMiddleMouseButton<br/><!--GIDEROSCST:ImGui.TabItemFlags_NoCloseWithMiddleMouseButton--> ImGui.TabItemFlags_NoTool...", and the only contributor was "MoKaLux" (talk))