MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / FromDialog

Method FromDialog

source/messstyleframe.cpp:29–36  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

27}
28//---------------------------------------------------------------------------
29void TMessStyleFr::FromDialog(TMessStyle * p)
30{
31 p->TextColor = TextColorBox->Selected;
32 p->BackgroundColor = BackgroundColorBox->Selected;
33 p->bBold = BoldCB->Checked;
34 p->bItalic = ItalicCB->Checked;
35 p->bUnderline = UnderlineCB->Checked;
36}
37//---------------------------------------------------------------------------
38/*
39void TMessStyleFr::UpdatePreview(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected