方法

GtkFixedget_child_position

声明 [源代码]

void
gtk_fixed_get_child_position (
  GtkFixed* fixed,
  GtkWidget* widget,
  double* x,
  double* y
)

描述 [源代码]

获取给定 GtkWidgetGtkFixed 中的平移变换。

另见:gtk_fixed_get_child_transform().

参数

widget

类型: GtkWidget

fixed 的子元素。

数据由方法调用者拥有。
x

类型: double*

的水平位置。

该参数将由函数设置。
y

类型: double*

的垂直位置。

该参数将由函数设置。