Example #1
0
 public abstract byte *ImGuiTextBuffer_end(ImGuiTextBuffer *self);
Example #2
0
 public ImGuiTextBufferPtr(ImGuiTextBuffer *nativePtr) => NativePtr = nativePtr;
Example #3
0
 public abstract byte *ImGuiTextBuffer_begin(ImGuiTextBuffer *self);
Example #4
0
 public abstract void ImGuiTextBuffer_ImGuiTextBuffer(ImGuiTextBuffer *self);
Example #5
0
 public abstract int ImGuiTextBuffer_size(ImGuiTextBuffer *self);
Example #6
0
 public abstract byte ImGuiTextBuffer_empty(ImGuiTextBuffer *self);
Example #7
0
 public abstract void ImGuiTextBuffer_reserve(ImGuiTextBuffer *self, int capacity);
Example #8
0
 public abstract byte *ImGuiTextBuffer_c_str(ImGuiTextBuffer *self);
Example #9
0
 public abstract void ImGuiTextBuffer_appendf(ImGuiTextBuffer *self, byte *fmt);