mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
MultiLine text display
This commit is contained in:
@@ -69,6 +69,7 @@ namespace ImGuiToolkit
|
||||
// text input
|
||||
bool InputText(const char* label, std::string* str);
|
||||
bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec2(0, 0), int linesize = 0);
|
||||
void ShowTextMultiline(const char* label, const std::string &str, float width);
|
||||
|
||||
// accent color of UI
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user