Constructor
Gtk.PageSetupUnixDialog.new
Declaration [src]
GtkWidget*
gtk_page_setup_unix_dialog_new (
  const char* title,
  GtkWindow* parent
)
Parameters
| title | const char* | 
| the title of the dialog, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string | |
| parent | GtkWindow | 
| transient parent of the dialog, or  | |
| Can be NULL | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkWidget | |
| the new  | |
| Ownership is not transferred to the caller | |