Class
Gtk.PageSetupUnixDialog
Description [src]
final class Gtk.PageSetupUnixDialog : Gtk.Dialog {
/* No available fields */
}
GtkPageSetupUnixDialog
implements a page setup dialog for platforms
which don’t provide a native page setup dialog, like Unix.
It can be used very much like any other GTK dialog, at the
cost of the portability offered by the high-level printing
API in GtkPrintOperation
.
Constructors
gtk_page_setup_unix_dialog_new
Creates a new page setup dialog.
Instance methods
gtk_page_setup_unix_dialog_get_page_setup
Gets the currently selected page setup from the dialog.
gtk_page_setup_unix_dialog_get_print_settings
Gets the current print settings from the dialog.
gtk_page_setup_unix_dialog_set_page_setup
Sets the GtkPageSetup
from which the page setup
dialog takes its values.
gtk_page_setup_unix_dialog_set_print_settings
Sets the GtkPrintSettings
from which the page setup dialog
takes its values.
Methods inherited from GtkDialog (10)
gtk_dialog_add_action_widget
Adds an activatable widget to the action area of a GtkDialog
.
gtk_dialog_add_button
Adds a button with the given text.
gtk_dialog_add_buttons
Adds multiple buttons.
gtk_dialog_get_content_area
Returns the content area of dialog
.
gtk_dialog_get_header_bar
Returns the header bar of dialog
.
gtk_dialog_get_response_for_widget
Gets the response id of a widget in the action area of a dialog.
gtk_dialog_get_widget_for_response
Gets the widget button that uses the given response ID in the action area of a dialog.
gtk_dialog_response
Emits the ::response signal with the given response ID.
gtk_dialog_set_default_response
Sets the default widget for the dialog based on the response ID.
gtk_dialog_set_response_sensitive
A convenient way to sensitize/desensitize dialog buttons.
Methods inherited from GtkWindow (54)
Methods inherited from GtkWidget (159)
Methods inherited from GtkAccessible (10)
gtk_accessible_get_accessible_role
Retrieves the GtkAccessibleRole
for the given GtkAccessible
.
gtk_accessible_reset_property
Resets the accessible property
to its default value.
gtk_accessible_reset_relation
Resets the accessible relation
to its default value.
gtk_accessible_reset_state
Resets the accessible state
to its default value.
gtk_accessible_update_property
Updates a list of accessible properties.
gtk_accessible_update_property_value
Updates an array of accessible properties.
gtk_accessible_update_relation
Updates a list of accessible relations.
gtk_accessible_update_relation_value
Updates an array of accessible relations.
gtk_accessible_update_state
Updates a list of accessible states. See the GtkAccessibleState
documentation for the value types of accessible states.
gtk_accessible_update_state_value
Updates an array of accessible states.
Methods inherited from GtkBuildable (1)
gtk_buildable_get_buildable_id
Gets the ID of the buildable
object.
Methods inherited from GtkNative (5)
gtk_native_get_renderer
Returns the renderer that is used for this GtkNative
.
gtk_native_get_surface
Returns the surface of this GtkNative
.
gtk_native_get_surface_transform
Retrieves the surface transform of self
.
gtk_native_realize
Realizes a GtkNative
.
gtk_native_unrealize
Unrealizes a GtkNative
.
Methods inherited from GtkRoot (3)
gtk_root_get_display
Returns the display that this GtkRoot
is on.
gtk_root_get_focus
Retrieves the current focused widget within the root.
gtk_root_set_focus
If focus
is not the current focus widget, and is focusable, sets
it as the focus widget for the root.