方法

GdkPopupLayoutget_shadow_width

自:4.2

声明 [源]

void
gdk_popup_layout_get_shadow_width (
  GdkPopupLayout* layout,
  int* left,
  int* right,
  int* top,
  int* bottom
)

描述 [源]

获取此布局的阴影宽度。

自:4.2

参数

left

类型: int*

左侧阴影宽度的返回位置。

该参数将由函数设置。
right

类型: int*

右侧阴影宽度的返回位置。

该参数将由函数设置。
top

类型: int*

顶部阴影宽度的返回位置。

该参数将由函数设置。
bottom

类型: int*

底部阴影宽度的返回位置。

该参数将由函数设置。