Constructor
GtkFileChooserNativenew
Declaration [src]
GtkFileChooserNative*
gtk_file_chooser_native_new (
  const char* title,
  GtkWindow* parent,
  GtkFileChooserAction action,
  const char* accept_label,
  const char* cancel_label
)
Parameters
- title
- 
            Type: const char*Title of the native. The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- parent
- 
            Type: GtkWindowTransient parent of the native. The argument can be NULL.The data is owned by the caller of the function. 
- action
- 
            Type: GtkFileChooserActionOpen or save mode for the dialog. 
- accept_label
- 
            Type: const char*Text to go in the accept button, or NULLfor the default.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- cancel_label
- 
            Type: const char*Text to go in the cancel button, or NULLfor the default.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
Return value
Type: GtkFileChooserNative
A new GtkFileChooserNative
| The caller of the function takes ownership of the data, and is responsible for freeing it. |