方法

GtkPrintOperationset_custom_tab_label

声明 [源]

void
gtk_print_operation_set_custom_tab_label (
  GtkPrintOperation* op,
  const char* label
)

描述 [源]

设置持自定义控件的标签页的标签。

参数

label

类型: const char*

要使用的标签,或 NULL 使用默认标签。

该参数可以为 NULL
数据由方法调用者拥有。
该值是一个以空字符终止的 UTF-8 字符串。