方法
GtkGridattach
声明 [src]
void
gtk_grid_attach (
GtkGrid* grid,
GtkWidget* child,
int column,
int row,
int width,
int height
)
参数
child-
类型:
GtkWidget要添加的小部件。
数据由调用该方法的对象所有。 column-
类型:
int将小部件
child的左端附加到的列号。 row-
类型:
int将小部件
child的上端附加到的行号。 width-
类型:
intchild将跨越的列数。 height-
类型:
intchild将跨越的行数。