Esempio n. 1
0
void clr_in_area_pho_tsin()
{
  int i;
#if WIN32
  if (test_mode)
    return;
#endif
  for(i=0; i < text_pho_N; i++)
   disp_tsin_pho(i, " ");
}
Esempio n. 2
0
void clr_in_area_pho_tsin()
{
  if (!tsin_pho_mode()) {
    show_button_pho(FALSE);
    return;
  }

  int i;
#if WIN32
  if (test_mode)
    return;
#endif
  for(i=0; i < text_pho_N; i++)
   disp_tsin_pho(i, " ");
}
Esempio n. 3
0
void clr_in_area_pho_tsin()
{
    int i;
    for(i=0; i < text_pho_N; i++)
        disp_tsin_pho(i, " ");
}