### print_run_page_setup_dialog_async Source: https://docs.gtk.org//gtk4 Runs a page setup dialog asynchronously, allowing the user to modify page setup values. ```APIDOC ## print_run_page_setup_dialog_async ### Description Runs a page setup dialog, letting the user modify the values from `page_setup`. ``` -------------------------------- ### print_run_page_setup_dialog Source: https://docs.gtk.org//gtk4 Runs a page setup dialog, allowing the user to modify page setup values. ```APIDOC ## print_run_page_setup_dialog ### Description Runs a page setup dialog, letting the user modify the values from `page_setup`. ``` -------------------------------- ### accelerator_get_default_mod_mask Source: https://docs.gtk.org//gtk4 Gets the modifier mask used for accelerators. ```APIDOC ## accelerator_get_default_mod_mask ### Description Gets the modifier mask. ``` -------------------------------- ### get_locale_direction Source: https://docs.gtk.org//gtk4 Gets the text direction of the current locale. ```APIDOC ## get_locale_direction ### Description Gets the direction of the current locale. ``` -------------------------------- ### init Source: https://docs.gtk.org//gtk4 Initializes the GTK library. ```APIDOC ## init ### Description Initializes GTK. ``` -------------------------------- ### init_check Source: https://docs.gtk.org//gtk4 Initializes the GTK library, returning a status check. ```APIDOC ## init_check ### Description Initializes GTK. ``` -------------------------------- ### show_uri_full Source: https://docs.gtk.org//gtk4 Launches the default application for a URI. Deprecated since GTK 4.10. ```APIDOC ## show_uri_full ### Description This function launches the default application for showing a given uri. ### Deprecated 4.10 ``` -------------------------------- ### test_init Source: https://docs.gtk.org//gtk4 This function is used to initialize a GTK test program. ```APIDOC ## test_init ### Description This function is used to initialize a GTK test program. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### show_uri Source: https://docs.gtk.org//gtk4 Launches the default application for a URI or shows an error dialog. Deprecated since GTK 4.10. ```APIDOC ## show_uri ### Description This function launches the default application for showing a given uri, or shows an error dialog if that fails. ### Deprecated 4.10 ``` -------------------------------- ### is_initialized Source: https://docs.gtk.org//gtk4 Checks if GTK has been initialized. ```APIDOC ## is_initialized ### Description Returns whether GTK has been initialized. ``` -------------------------------- ### check_version Source: https://docs.gtk.org//gtk4 Checks if the GTK library version is compatible with the specified version. ```APIDOC ## check_version ### Description Checks that the GTK library in use is compatible with the given version. ``` -------------------------------- ### accelerator_parse_with_keycode Source: https://docs.gtk.org//gtk4 Parses a string representing an accelerator, using keycode. ```APIDOC ## accelerator_parse_with_keycode ### Description Parses a string representing an accelerator. ``` -------------------------------- ### test_register_all_types Source: https://docs.gtk.org//gtk4 Force registration of all core GTK object types. ```APIDOC ## test_register_all_types ### Description Force registration of all core GTK object types. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_widget_wait_for_draw Source: https://docs.gtk.org//gtk4 Enters the main loop and waits for `widget` to be “drawn”. ```APIDOC ## test_widget_wait_for_draw ### Description Enters the main loop and waits for `widget` to be “drawn”. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### show_about_dialog Source: https://docs.gtk.org//gtk4 Shows a convenience about dialog for an application. ```APIDOC ## show_about_dialog ### Description A convenience function for showing an application’s about dialog. ``` -------------------------------- ### accelerator_get_accessible_label Source: https://docs.gtk.org//gtk4 Generates an accessible description of an accelerator. Available since GTK 4.22. ```APIDOC ## accelerator_get_accessible_label ### Description Generates an accessible description of an accelerator. ### Since 4.22 ``` -------------------------------- ### render_option Source: https://docs.gtk.org//gtk4 Renders an option mark, indicating its state. Deprecated since GTK 4.10. ```APIDOC ## render_option ### Description Renders an option mark (as in a radio button), the `GTK_STATE_FLAG_CHECKED` state will determine whether the option is on or off, and `GTK_STATE_FLAG_INCONSISTENT` whether it should be marked as undefined. ### Deprecated 4.10 ``` -------------------------------- ### render_layout Source: https://docs.gtk.org//gtk4 Renders a layout at specified coordinates. Deprecated since GTK 4.10. ```APIDOC ## render_layout ### Description Renders `layout` on the coordinates `x`, `y`. ### Deprecated 4.10 ``` -------------------------------- ### render_activity Source: https://docs.gtk.org//gtk4 Renders an activity indicator. Deprecated since GTK 4.10. ```APIDOC ## render_activity ### Description Renders an activity indicator (such as in `GtkSpinner`). The state `GTK_STATE_FLAG_CHECKED` determines whether there is activity going on. ### Deprecated 4.10 ``` -------------------------------- ### render_check Source: https://docs.gtk.org//gtk4 Renders a checkmark, as used in `GtkCheckButton`. Deprecated since GTK 4.10. ```APIDOC ## render_check ### Description Renders a checkmark (as in a `GtkCheckButton`). ### Deprecated 4.10 ``` -------------------------------- ### accelerator_parse Source: https://docs.gtk.org//gtk4 Parses a string representing an accelerator. ```APIDOC ## accelerator_parse ### Description Parses a string representing an accelerator. ``` -------------------------------- ### get_micro_version Source: https://docs.gtk.org//gtk4 Returns the micro version number of the GTK library. ```APIDOC ## get_micro_version ### Description Returns the micro version number of the GTK library. ``` -------------------------------- ### rgb_to_hsv Source: https://docs.gtk.org//gtk4 Converts a color from RGB color space to HSV. ```APIDOC ## rgb_to_hsv ### Description Converts a color from RGB space to HSV. ``` -------------------------------- ### accelerator_get_label_with_keycode Source: https://docs.gtk.org//gtk4 Converts an accelerator keyval and modifier mask into a displayable string, using keycode. ```APIDOC ## accelerator_get_label_with_keycode ### Description Converts an accelerator keyval and modifier mask into a string that can be displayed to the user. ``` -------------------------------- ### show_uri_full_finish Source: https://docs.gtk.org//gtk4 Finishes the `gtk_show_uri()` call and returns the result of the operation. This function is deprecated since version 4.10. ```APIDOC ## show_uri_full_finish ### Description Finishes the `gtk_show_uri()` call and returns the result of the operation. ### Deprecated This function is deprecated since version 4.10. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### render_icon Source: https://docs.gtk.org//gtk4 Renders an icon at specified coordinates. Deprecated since GTK 4.10. ```APIDOC ## render_icon ### Description Renders the icon in `texture` at the specified `x` and `y` coordinates. ### Deprecated 4.10 ``` -------------------------------- ### render_background Source: https://docs.gtk.org//gtk4 Renders the background of an element. Deprecated since GTK 4.10. ```APIDOC ## render_background ### Description Renders the background of an element. ### Deprecated 4.10 ``` -------------------------------- ### enumerate_printers Source: https://docs.gtk.org//gtk4 Calls a function for all printers known to GTK. ```APIDOC ## enumerate_printers ### Description Calls a function for all printers that are known to GTK. ``` -------------------------------- ### render_handle Source: https://docs.gtk.org//gtk4 Renders a handle in a specified rectangle. Deprecated since GTK 4.10. ```APIDOC ## render_handle ### Description Renders a handle (as in `GtkPaned` and `GtkWindow`’s resize grip), in the rectangle determined by `x`, `y`, `width`, `height`. ### Deprecated 4.10 ``` -------------------------------- ### render_line Source: https://docs.gtk.org//gtk4 Renders a line between two points. Deprecated since GTK 4.10. ```APIDOC ## render_line ### Description Renders a line from (x0, y0) to (x1, y1). ### Deprecated 4.10 ``` -------------------------------- ### test_list_all_types Source: https://docs.gtk.org//gtk4 Return the type ids that have been registered after calling `gtk_test_register_all_types()`. ```APIDOC ## test_list_all_types ### Description Return the type ids that have been registered after calling `gtk_test_register_all_types()`. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### accelerator_name Source: https://docs.gtk.org//gtk4 Converts an accelerator keyval and modifier mask into a string parsable by `gtk_accelerator_parse()`. ```APIDOC ## accelerator_name ### Description Converts an accelerator keyval and modifier mask into a string that can be parsed by `gtk_accelerator_parse()`. ``` -------------------------------- ### accelerator_name_with_keycode Source: https://docs.gtk.org//gtk4 Converts an accelerator keyval and modifier mask into a string parsable by `gtk_accelerator_parse_with_keycode()`. ```APIDOC ## accelerator_name_with_keycode ### Description Converts an accelerator keyval and modifier mask into a string that can be parsed by `gtk_accelerator_parse_with_keycode()`. ``` -------------------------------- ### render_focus Source: https://docs.gtk.org//gtk4 Renders a focus indicator on a specified rectangle. Deprecated since GTK 4.10. ```APIDOC ## render_focus ### Description Renders a focus indicator on the rectangle determined by `x`, `y`, `width`, `height`. ### Deprecated 4.10 ``` -------------------------------- ### set_debug_flags Source: https://docs.gtk.org//gtk4 Sets the GTK debug flags. ```APIDOC ## set_debug_flags ### Description Sets the GTK debug flags. ``` -------------------------------- ### distribute_natural_allocation Source: https://docs.gtk.org//gtk4 Distributes extra space to child sizes, prioritizing natural size. ```APIDOC ## distribute_natural_allocation ### Description Distributes `extra_space` to child `sizes` by bringing smaller children up to natural size first. ``` -------------------------------- ### tree_create_row_drag_content Source: https://docs.gtk.org//gtk4 Creates a content provider for dragging `path` from `tree_model`. This function is deprecated since version 4.10. ```APIDOC ## tree_create_row_drag_content ### Description Creates a content provider for dragging `path` from `tree_model`. ### Deprecated This function is deprecated since version 4.10. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### get_minor_version Source: https://docs.gtk.org//gtk4 Returns the minor version number of the GTK library. ```APIDOC ## get_minor_version ### Description Returns the minor version number of the GTK library. ``` -------------------------------- ### render_expander Source: https://docs.gtk.org//gtk4 Renders an expander, indicating collapsed or expanded state. Deprecated since GTK 4.10. ```APIDOC ## render_expander ### Description Renders an expander (as used in `GtkTreeView` and `GtkExpander`) in the area defined by `x`, `y`, `width`, `height`. The state `GTK_STATE_FLAG_CHECKED` determines whether the expander is collapsed or expanded. ### Deprecated 4.10 ``` -------------------------------- ### test_accessible_assertion_message_role Source: https://docs.gtk.org//gtk4 Prints an assertion message for `gtk_test_accessible_assert_role()`. ```APIDOC ## test_accessible_assertion_message_role ### Description Prints an assertion message for `gtk_test_accessible_assert_role()`. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### hsv_to_rgb Source: https://docs.gtk.org//gtk4 Converts a color from HSV color space to RGB. ```APIDOC ## hsv_to_rgb ### Description Converts a color from HSV space to RGB. ``` -------------------------------- ### get_binary_age Source: https://docs.gtk.org//gtk4 Returns the binary age as passed to `libtool`. ```APIDOC ## get_binary_age ### Description Returns the binary age as passed to `libtool`. ``` -------------------------------- ### css_parser_warning_quark Source: https://docs.gtk.org//gtk4 Registers an error quark for CSS parsing warnings. ```APIDOC ## css_parser_warning_quark ### Description Registers an error quark for CSS parsing warnings. ``` -------------------------------- ### get_interface_age Source: https://docs.gtk.org//gtk4 Returns the interface age as passed to `libtool`. ```APIDOC ## get_interface_age ### Description Returns the interface age as passed to `libtool`. ``` -------------------------------- ### accelerator_get_label Source: https://docs.gtk.org//gtk4 Converts an accelerator keyval and modifier mask into a user-readable string. ```APIDOC ## accelerator_get_label ### Description Converts an accelerator keyval and modifier mask into a string which can be used to represent the accelerator to the user. ``` -------------------------------- ### get_major_version Source: https://docs.gtk.org//gtk4 Returns the major version number of the GTK library. ```APIDOC ## get_major_version ### Description Returns the major version number of the GTK library. ``` -------------------------------- ### render_arrow Source: https://docs.gtk.org//gtk4 Renders an arrow pointing to a specified angle. Deprecated since GTK 4.10. ```APIDOC ## render_arrow ### Description Renders an arrow pointing to `angle`. ### Deprecated 4.10 ``` -------------------------------- ### value_take_expression Source: https://docs.gtk.org//gtk4 Stores the given `GtkExpression` inside `value`. ```APIDOC ## value_take_expression ### Description Stores the given `GtkExpression` inside `value`. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### render_frame Source: https://docs.gtk.org//gtk4 Renders a frame around a specified rectangle. Deprecated since GTK 4.10. ```APIDOC ## render_frame ### Description Renders a frame around the rectangle defined by `x`, `y`, `width`, `height`. ### Deprecated 4.10 ``` -------------------------------- ### get_debug_flags Source: https://docs.gtk.org//gtk4 Returns the currently active GTK debug flags. ```APIDOC ## get_debug_flags ### Description Returns the GTK debug flags that are currently active. ``` -------------------------------- ### disable_setlocale Source: https://docs.gtk.org//gtk4 Prevents `gtk_init()` and `gtk_init_check()` from calling `setlocale()`. ```APIDOC ## disable_setlocale ### Description Prevents `gtk_init()` and `gtk_init_check()` from calling `setlocale()`. ``` -------------------------------- ### disable_portals Source: https://docs.gtk.org//gtk4 Prevents GTK from using portals. Available since GTK 4.18. ```APIDOC ## disable_portals ### Description Prevents GTK from using portals. ### Since 4.18 ``` -------------------------------- ### accelerator_valid Source: https://docs.gtk.org//gtk4 Determines if a keyval and modifier mask form a valid keyboard accelerator. ```APIDOC ## accelerator_valid ### Description Determines whether a given keyval and modifier mask constitute a valid keyboard accelerator. ``` -------------------------------- ### get_default_language Source: https://docs.gtk.org//gtk4 Returns the `PangoLanguage` for the default language. ```APIDOC ## get_default_language ### Description Returns the `PangoLanguage` for the default language currently in effect. ``` -------------------------------- ### param_spec_expression Source: https://docs.gtk.org//gtk4 Creates a `GParamSpec` for a property holding a `GtkExpression`. ```APIDOC ## param_spec_expression ### Description Creates a new `GParamSpec` instance for a property holding a `GtkExpression`. ``` -------------------------------- ### value_set_expression Source: https://docs.gtk.org//gtk4 Stores the given `GtkExpression` inside `value`. ```APIDOC ## value_set_expression ### Description Stores the given `GtkExpression` inside `value`. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_has_property Source: https://docs.gtk.org//gtk4 Checks whether the `GtkAccessible` has `property` set. ```APIDOC ## test_accessible_has_property ### Description Checks whether the `GtkAccessible` has `property` set. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### disable_portal_interfaces Source: https://docs.gtk.org//gtk4 Prevents GTK from using specified portals. Available since GTK 4.22. ```APIDOC ## disable_portal_interfaces ### Description Prevents GTK from using the specified portals. ### Since 4.22 ``` -------------------------------- ### css_parser_error_quark Source: https://docs.gtk.org//gtk4 Registers an error quark for CSS parsing errors. ```APIDOC ## css_parser_error_quark ### Description Registers an error quark for CSS parsing errors. ``` -------------------------------- ### value_dup_expression Source: https://docs.gtk.org//gtk4 Retrieves the `GtkExpression` stored inside the given `value`, and acquires a reference to it. ```APIDOC ## value_dup_expression ### Description Retrieves the `GtkExpression` stored inside the given `value`, and acquires a reference to it. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_has_state Source: https://docs.gtk.org//gtk4 Checks whether the `GtkAccessible` has `state` set. ```APIDOC ## test_accessible_has_state ### Description Checks whether the `GtkAccessible` has `state` set. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### tree_get_row_drag_data Source: https://docs.gtk.org//gtk4 Obtains a `tree_model` and `path` from value of target type `GTK_TYPE_TREE_ROW_DATA`. This function is deprecated since version 4.10. ```APIDOC ## tree_get_row_drag_data ### Description Obtains a `tree_model` and `path` from value of target type `GTK_TYPE_TREE_ROW_DATA`. ### Deprecated This function is deprecated since version 4.10. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### value_get_expression Source: https://docs.gtk.org//gtk4 Retrieves the `GtkExpression` stored inside the given `value`. ```APIDOC ## value_get_expression ### Description Retrieves the `GtkExpression` stored inside the given `value`. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_has_role Source: https://docs.gtk.org//gtk4 Checks whether the `GtkAccessible:accessible-role` of the accessible is `role`. ```APIDOC ## test_accessible_has_role ### Description Checks whether the `GtkAccessible:accessible-role` of the accessible is `role`. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_check_property Source: https://docs.gtk.org//gtk4 Checks whether the accessible `property` of `accessible` is set to a specific value. ```APIDOC ## test_accessible_check_property ### Description Checks whether the accessible `property` of `accessible` is set to a specific value. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_check_state Source: https://docs.gtk.org//gtk4 Checks whether the accessible `state` of `accessible` is set to a specific value. ```APIDOC ## test_accessible_check_state ### Description Checks whether the accessible `state` of `accessible` is set to a specific value. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_has_relation Source: https://docs.gtk.org//gtk4 Checks whether the `GtkAccessible` has `relation` set. ```APIDOC ## test_accessible_has_relation ### Description Checks whether the `GtkAccessible` has `relation` set. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` -------------------------------- ### test_accessible_check_relation Source: https://docs.gtk.org//gtk4 Checks whether the accessible `relation` of `accessible` is set to a specific value. ```APIDOC ## test_accessible_check_relation ### Description Checks whether the accessible `relation` of `accessible` is set to a specific value. ### Method (Not specified, likely internal or callback) ### Parameters (Not specified in source) ### Response (Not specified in source) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.