Example #1
0
DlgCalc::DlgCalc()
{
	calc_context = NULL;
	CtrlLayoutOKCancel(*this, DlgCalcHelpTitle());
	HelpTopic("DlgCalc");
	result.SetReadOnly();
	result.SetConvert(CFormatConvert());
	store <<= THISBACK(CmdStore);
}
Example #2
0
Bar::Item& ToolButton::Topic(const char *help)
{
	HelpTopic(help);
	return *this;
}
Example #3
0
Bar::Item& MenuItemBase::Topic(const char *s)
{
	HelpTopic(s);
	return *this;
}