예제 #1
0
void integrate_enter_ui(void)
{
    StatusBar_Idle();

    StatusBar_SetText(gdmgr._hwnd_status, 0, utf8_2_ansi(_("Interate text, image...")));

    integrate.refresh(gdmgr._hdlg_integrate);
    return;
}
void visual_enter_ui(void)
{
	HWND hctl = GetDlgItem(gdmgr._hdlg_visual, IDC_TV_CFG_EXPLORER);

	StatusBar_Idle();

	strcpy(gdmgr.cfg_fname_, gdmgr._menu_text);
	StatusBar_SetText(gdmgr._hwnd_status, 0, gdmgr.cfg_fname_);

	visual.refresh(editor_config::type, hctl);
	return;
}