构造函数
GtkFileChooserNativenew
已弃用:4.10
声明 [src]
GtkFileChooserNative*
gtk_file_chooser_native_new (
const char* title,
GtkWindow* parent,
GtkFileChooserAction action,
const char* accept_label,
const char* cancel_label
)
参数
title-
类型:
const char*原生窗口的标题。
参数可以是 NULL。数据由函数的调用者拥有。 值是一个以 NUL 结尾的 UTF-8 字符串。 parent-
类型:
GtkWindow原生的临时父窗口。
参数可以是 NULL。数据由函数的调用者拥有。 action-
对话框的打开或保存模式。
accept_label-
类型:
const char*接受按钮中的文本,或
NULL使用默认值。参数可以是 NULL。数据由函数的调用者拥有。 值是一个以 NUL 结尾的 UTF-8 字符串。 cancel_label-
类型:
const char*取消按钮中的文本,或
NULL使用默认值。参数可以是 NULL。数据由函数的调用者拥有。 值是一个以 NUL 结尾的 UTF-8 字符串。