gtk 外部窗口遮挡
外部程序窗口移动遮挡gtk的窗口时,会留下遮挡痕迹,如何实时刷新gtk窗口?谢谢。 我在window的expose_event事件中调用gtk_widget_queue_draw,可行,…
关于pango_layout_get_pixel_size
先贴下我的代码 GtkWidget *label = gtk_label_new (NULL); PangoLayout *layout = gtk_widget_create_pango_layout (label, text); pang…
请问有 高手知道 怎么 源码编译anjuta2.28的么
我下了一个 anjuta2.28的tar.bz2的包,装的时候configure没反应 ,make没反应。哪位老大能告诉一下,这玩意怎么装啊!!!谢谢了 !!!!!!!…
g_locale_to_utf8问题
char *animaltype = get_animal_type(tagbuf); g_locale_to_utf8(animaltype, -1, NULL, NULL, NULL); printf("animaltype %sn",animaltype); //调…
请教给GtkClist控件设置背景色的问题
本帖最后由 shenhuaxue 于 2010-07-15 15:15 编辑 我的程序片段: /*设置颜色*/ color.red=255; color.green=0; color.blue=0; clist=gtk_clis…