Class
GtkPageSetupUnixDialog
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)
gtk_window_close
Requests that the window is closed.
gtk_window_destroy
Drop the internal reference GTK holds on toplevel windows.
gtk_window_fullscreen
Asks to place window
in the fullscreen state.
gtk_window_fullscreen_on_monitor
Asks to place window
in the fullscreen state on the given monitor
.
gtk_window_get_application
Gets the GtkApplication
associated with the window.
gtk_window_get_child
Gets the child widget of window
.
gtk_window_get_decorated
Returns whether the window has been set to have decorations.
gtk_window_get_default_size
Gets the default size of the window.
gtk_window_get_default_widget
Returns the default widget for window
.
gtk_window_get_deletable
Returns whether the window has been set to have a close button.
gtk_window_get_destroy_with_parent
Returns whether the window will be destroyed with its transient parent.
gtk_window_get_focus
Retrieves the current focused widget within the window.
gtk_window_get_focus_visible
Gets whether “focus rectangles” are supposed to be visible.
gtk_window_get_group
Returns the group for window
.
gtk_window_get_handle_menubar_accel
Returns whether this window reacts to F10 key presses by activating a menubar it contains.
Available since: 4.2
gtk_window_get_hide_on_close
Returns whether the window will be hidden when the close button is clicked.
gtk_window_get_icon_name
Returns the name of the themed icon for the window.
gtk_window_get_mnemonics_visible
Gets whether mnemonics are supposed to be visible.
gtk_window_get_modal
Returns whether the window is modal.
gtk_window_get_resizable
Gets the value set by gtk_window_set_resizable()
.
gtk_window_get_title
Retrieves the title of the window.
gtk_window_get_titlebar
Returns the custom titlebar that has been set with
gtk_window_set_titlebar()
.
gtk_window_get_transient_for
Fetches the transient parent for this window.
Methods inherited from GtkWidget (159)
gtk_widget_action_set_enabled
Enable or disable an action installed with
gtk_widget_class_install_action()
.
gtk_widget_activate
For widgets that can be “activated” (buttons, menu items, etc.), this function activates them.
gtk_widget_activate_action
Looks up the action in the action groups associated
with widget
and its ancestors, and activates it.
gtk_widget_activate_action_variant
Looks up the action in the action groups associated with
widget
and its ancestors, and activates it.
gtk_widget_activate_default
Activates the default.activate
action from widget
.
gtk_widget_add_controller
Adds controller
to widget
so that it will receive events.
gtk_widget_add_css_class
Adds a style class to widget
.
gtk_widget_add_mnemonic_label
Adds a widget to the list of mnemonic labels for this widget.
gtk_widget_add_tick_callback
Queues an animation frame update and adds a callback to be called before each frame.
gtk_widget_allocate
This function is only used by GtkWidget
subclasses, to
assign a size, position and (optionally) baseline to their
child widgets.
gtk_widget_child_focus
Called by widgets as the user moves around the window using keyboard shortcuts.
gtk_widget_compute_bounds
Computes the bounds for widget
in the coordinate space of target
.
gtk_widget_compute_expand
Computes whether a container should give this widget extra space when possible.
gtk_widget_compute_point
Translates the given point
in widget
‘s coordinates to coordinates
relative to target
’s coordinate system.
gtk_widget_compute_transform
Computes a matrix suitable to describe a transformation from
widget
‘s coordinate system into target
‘s coordinate system.
gtk_widget_contains
Tests if the point at (x
, y
) is contained in widget
.
gtk_widget_create_pango_context
Creates a new PangoContext
with the appropriate font map,
font options, font description, and base direction for drawing
text for this widget.
gtk_widget_create_pango_layout
Creates a new PangoLayout
with the appropriate font map,
font description, and base direction for drawing text for
this widget.
gtk_drag_check_threshold
Checks to see if a drag movement has passed the GTK drag threshold.
gtk_widget_error_bell
Notifies the user about an input-related error on this widget.
gtk_widget_get_allocated_baseline
Returns the baseline that has currently been allocated to widget
.
gtk_widget_get_allocated_height
Returns the height that has currently been allocated to widget
.
gtk_widget_get_allocated_width
Returns the width that has currently been allocated to widget
.
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.