|
|
@ -455,6 +455,10 @@ namespace ImGuiNET |
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
public static extern bool igTreeNode(string str_label_id); |
|
|
|
public static extern bool igTreeNode(string str_label_id); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[DllImport(cimguiLib)] |
|
|
|
|
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
|
|
|
|
public static extern bool igTreeNodeEx(string label, TreeNodeFlags flags = 0); |
|
|
|
|
|
|
|
|
|
|
|
[DllImport(cimguiLib)] |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
public static extern bool igTreeNodeStr(string str_id, string fmt); |
|
|
|
public static extern bool igTreeNodeStr(string str_id, string fmt); |
|
|
@ -470,7 +474,7 @@ namespace ImGuiNET |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
public static extern void igTreePop(); |
|
|
|
public static extern void igTreePop(); |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
public static extern void igSetNextTreeNodeOpened(bool opened, SetCondition cond); |
|
|
|
public static extern void igSetNextTreeNodeOpen(bool opened, SetCondition cond); |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
[DllImport(cimguiLib)] |
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
[return: MarshalAs(UnmanagedType.I1)] |
|
|
|
public static extern bool igCollapsingHeader(string label, TreeNodeFlags flags = 0); |
|
|
|
public static extern bool igCollapsingHeader(string label, TreeNodeFlags flags = 0); |
|
|
|