MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / StyleGroup

Method StyleGroup

source/ui/VarViewUi.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void VarViewUi::StyleGroup()
21{
22 setProperty(Prop::style_group, "frame");
23 style_set_group(ui.title_widget, "title");
24 style_set_group(ui.content_widget, "client");
25 style_set_group(ui.title_close_button, "title-close_button");
26}
27void VarViewUi::LoadLanguage()
28{
29 std::call_once(lang_once, [this] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected