@@ -374,7 +374,7 @@ left button in a left-handed setup.</doc>
374374`GdkCairoContext`s are created for a surface using
375375[
[email protected] _cairo_context], and the context
376376can then be used to draw on that surface.</doc>
377- <method name="cairo_create" c:identifier="gdk_cairo_context_cairo_create">
377+ <method name="cairo_create" c:identifier="gdk_cairo_context_cairo_create" deprecated="1" deprecated-version="4.18" >
378378 <doc xml:space="preserve">Retrieves a Cairo context to be used to draw on the `GdkSurface`
379379of @context.
380380
383383
384384The returned context is guaranteed to be valid until
385385[
[email protected] _frame] is called.</doc>
386+ <doc-deprecated xml:space="preserve">Drawing content with Cairo should be done via
387+ Cairo rendernodes, not by using renderers.</doc-deprecated>
386388 <return-value transfer-ownership="full" nullable="1">
387389 <doc xml:space="preserve">a Cairo context
388390 to draw on `GdkSurface</doc>
@@ -2870,17 +2872,45 @@ theme.
28702872A recommended set of cursor names that will work across different
28712873platforms can be found in the CSS specification:
28722874
2873- | | | | |
2874- | --- | --- | ---- | --- |
2875- | "none" |  "default" |  "help" |  "pointer" |
2876- |  "context-menu" |  "progress" |  "wait" |  "cell" |
2877- |  "crosshair" |  "text" |  "vertical-text" |  "alias" |
2878- |  "copy" |  "no-drop" |  "move" |  "not-allowed" |
2879- |  "grab" |  "grabbing" |  "all-scroll" |  "col-resize" |
2880- |  "row-resize" |  "n-resize" |  "e-resize" |  "s-resize" |
2881- |  "w-resize" |  "ne-resize" |  "nw-resize" |  "sw-resize" |
2882- |  "se-resize" |  "ew-resize" |  "ns-resize" |  "nesw-resize" |
2883- |  "nwse-resize" |  "zoom-in" |  "zoom-out" | |</doc>
2875+ | | | |
2876+ | --- | --- | --- |
2877+ | | "none" | No cursor |
2878+ |  | "default" | The default cursor |
2879+ |  | "help" | Help is available |
2880+ |  | "pointer" | Indicates a link or interactive element |
2881+ |  |"context-menu" | A context menu is available |
2882+ |  | "progress" | Progress indicator |
2883+ |  | "wait" | Busy cursor |
2884+ |  | "cell" | Cell(s) may be selected |
2885+ |  | "crosshair" | Simple crosshair |
2886+ |  | "text" | Text may be selected |
2887+ |  | "vertical-text" | Vertical text may be selected |
2888+ |  | "alias" | DND: Something will be linked |
2889+ |  | "copy" | DND: Something will be copied |
2890+ |  | "move" | DND: Something will be moved |
2891+ |  | "dnd-ask" | DND: User can choose action to be carried out |
2892+ |  | "no-drop" | DND: Can't drop here |
2893+ |  | "not-allowed" | DND: Action will not be carried out |
2894+ |  | "grab" | DND: Something can be grabbed |
2895+ |  | "grabbing" | DND: Something is being grabbed |
2896+ |  | "n-resize" | Resizing: Move north border |
2897+ |  | "e-resize" | Resizing: Move east border |
2898+ |  | "s-resize" | Resizing: Move south border |
2899+ |  | "w-resize" | Resizing: Move west border |
2900+ |  | "ne-resize" | Resizing: Move north-east corner |
2901+ |  | "nw-resize" | Resizing: Move north-west corner |
2902+ |  | "sw-resize" | Resizing: Move south-west corner |
2903+ |  | "se-resize" | Resizing: Move south-east corner |
2904+ |  | "col-resize" | Resizing: Move an item or border horizontally |
2905+ |  | "row-resize" | Resizing: Move an item or border vertically |
2906+ |  | "ew-resize" | Moving: Something can be moved horizontally |
2907+ |  | "ns-resize" | Moving: Something can be moved vertically |
2908+ |  | "nesw-resize" | Moving: Something can be moved diagonally, north-east to south-west |
2909+ |  | "nwse-resize" | Moving: something can be moved diagonally, north-west to south-east |
2910+ |  | "all-resize" | Moving: Something can be moved in any direction |
2911+ |  | "all-scroll" | Can scroll in any direction |
2912+ |  | "zoom-in" | Zoom in |
2913+ |  | "zoom-out" | Zoom out |</doc>
28842914 <return-value transfer-ownership="full" nullable="1">
28852915 <doc xml:space="preserve">a new `GdkCursor`, or %NULL if there is no
28862916 cursor with the given name</doc>
0 commit comments