Exemple #1
0
static void
OnAutoZoom(CheckBoxControl &control)
{
  wdf->SetAutoZoom(control.get_checked());
}
Exemple #2
0
static void
OnNorthUp(CheckBoxControl &control)
{
  wdf->SetNorthUp(control.get_checked());
}
Exemple #3
0
static void
OnUserLevel(CheckBoxControl &control)
{
  Profile::Set(szProfileUserLevel, control.get_checked());
  wf->FilterAdvanced(control.get_checked());
}