MCPcopy Create free account
hub / github.com/crosire/reshade / set_readonly

Method set_readonly

source/imgui_code_editor.hpp:188–188  ·  view source on GitHub ↗

Changes the read-only state of this text editor. Set to to prevent user from being able to modify the text, or to behave like a normal editor.

Source from the content-addressed store, hash-verified

186 /// Set to <see langword="true"/> to prevent user from being able to modify the text, or <see langword="false"/> to behave like a normal editor.
187 /// </summary>
188 void set_readonly(bool state) { _readonly = state; }
189 /// <summary>
190 /// Changes the number of spaces that are inserted when the "Tabulator" key is pressed. Defaults to 4.
191 /// </summary>

Callers 2

draw_gui_logMethod · 0.80
open_code_editorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected