Exemple #1
0
void disp_tsin_pho(int index, char *pho)
{
    if (hime_display_on_the_spot_key()) {
        if (gwin0 && GTK_WIDGET_VISIBLE(gwin0))
            hide_win0();
        return;
    }

    if (button_pho && !GTK_WIDGET_VISIBLE(button_pho))
        gtk_widget_show(button_pho);

    text_pho_N = pin_juyin?6:3;
    disp_pho_sub(label_pho, index, pho);
}
Exemple #2
0
void disp_pho(int index, char *phochar)
{
//  dbg("%d '", index); utf8_putchar(phochar); dbg("'\n");
  disp_pho_sub(label_pho, index, phochar);
}