sprintf(message, "view_type is: %d\n",view_type);
UF_UI_write_listing_window(message);
if ( view_type ==1)
UF_UI_write_listing_window( "The display state is the modeling view.\n" );
if ( view_type ==2)
UF_UI_write_listing_window( "The display state is the drawing view.\n" );
}作者: ice-snow 时间: 2006-12-8 15:38
gripcam , 您好!您说的EDA变量是指用GRIP吧?有没有相应的API函数可以实现呢?谢谢!
用UF_DRAW_set_display_state()看来是行不通了。