方法

GdkPopupLayoutset_shadow_width

自:4.2

声明 [源代码]

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

描述 [源代码]

设置弹出窗口的阴影宽度。

阴影宽度对应于计算出的表面大小中围绕窗口的阴影边框的部分,如果有。

自:4.2

参数

left

类型: int

阴影左侧部分的宽度。

right

类型: int

阴影右侧部分的宽度。

top

类型: int

阴影顶部部分的宽度。

bottom

类型: int

阴影底部部分的宽度。