MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetAreaStyle

Method GetAreaStyle

GUI/RichTextarea.cpp:986–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986const char* RichTextarea::GetAreaStyle(HWND wnd)
987{
988 TextareaData *data = GetData(wnd);
989 return data->areaTextEx;
990}
991
992// Function that sets the text in text area
993void RichTextarea::SetAreaText(HWND wnd, const char *text)

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected