mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Fix DearImGui
TOC (#101)
This commit is contained in:
parent
97825e49f2
commit
259ffbff48
@ -172,11 +172,11 @@ module DearImGui
|
|||||||
, inputTextMultiline
|
, inputTextMultiline
|
||||||
, inputTextWithHint
|
, inputTextWithHint
|
||||||
|
|
||||||
-- * Color Editor/Picker
|
-- ** Color Editor/Picker
|
||||||
, colorPicker3
|
, colorPicker3
|
||||||
, colorButton
|
, colorButton
|
||||||
|
|
||||||
-- * Trees
|
-- ** Trees
|
||||||
, treeNode
|
, treeNode
|
||||||
, treePush
|
, treePush
|
||||||
, Raw.treePop
|
, Raw.treePop
|
||||||
@ -187,7 +187,7 @@ module DearImGui
|
|||||||
-- ** List Boxes
|
-- ** List Boxes
|
||||||
, listBox
|
, listBox
|
||||||
|
|
||||||
-- * Data Plotting
|
-- ** Data Plotting
|
||||||
, plotHistogram
|
, plotHistogram
|
||||||
|
|
||||||
-- ** Menus
|
-- ** Menus
|
||||||
@ -221,7 +221,7 @@ module DearImGui
|
|||||||
, tabItemButton
|
, tabItemButton
|
||||||
, setTabItemClosed
|
, setTabItemClosed
|
||||||
|
|
||||||
-- * Tooltips
|
-- ** Tooltips
|
||||||
, withTooltip
|
, withTooltip
|
||||||
, Raw.beginTooltip
|
, Raw.beginTooltip
|
||||||
, Raw.endTooltip
|
, Raw.endTooltip
|
||||||
|
Loading…
Reference in New Issue
Block a user