方法
GtkFixedget_child_position
声明 [源代码]
void
gtk_fixed_get_child_position (
GtkFixed* fixed,
GtkWidget* widget,
double* x,
double* y
)
参数
widget-
类型:
GtkWidgetfixed的子元素。数据由方法调用者拥有。 x-
类型:
double*的水平位置。
该参数将由函数设置。 y-
类型:
double*的垂直位置。
该参数将由函数设置。