Constructor

Gtk.PageSetupUnixDialog.new

Declaration [src]

GtkWidget*
gtk_page_setup_unix_dialog_new (
  const char* title,
  GtkWindow* parent
)

Description [src]

Creates a new page setup dialog.

Parameters

title const char*
 

the title of the dialog, or NULL

 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 NULL

 Can be NULL
 Ownership is not transferred to the callee

Return value

Returns: GtkWidget

the new GtkPageSetupUnixDialog

Ownership is not transferred to the caller