方法

GtkFixedmove

声明 [源代码]

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

描述 [源代码]

将平移变换设置到给定坐标 xy,应用于 GtkFixed 的子 widget

参数

widget

类型: GtkWidget

子控件。

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

类型: double

移动控件的水平位置。

y

类型: double

移动控件的垂直位置。