Code editor for Custom pattern gstreamer

Bugfix in Streamsource and UI
This commit is contained in:
Bruno Herbelin
2022-01-01 23:59:30 +01:00
parent f0ca13150f
commit 4426f70de7
8 changed files with 109 additions and 116 deletions

View File

@@ -71,7 +71,7 @@ namespace ImGuiToolkit
bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec2(0, 0));
void TextMultiline(const char* label, const std::string &str, float width);
bool InputCodeMultiline(const char* label, std::string* str, const ImVec2& size = ImVec2(0, 0));
bool InputCodeMultiline(const char* label, std::string *str, const ImVec2& size = ImVec2(0, 0), int *numline = NULL);
void CodeMultiline(const char* label, const std::string &str, float width);
// accent color of UI