2012-01-01 2 views

답변

3

쿼리 테이블의 자식 속성 :

unsigned left, right, top, bottom; 
gtk_container_child_get(GTK_CONTAINER(tbl), eb, 
    "left-attach", &left, 
    "right-attach", &right, 
    "top-attach", &top, 
    "bottom-attach", &bottom, 
    NULL); 
관련 문제