Function

Gdk-4.0Gdkpaintable_new_empty

  • Returns a paintable that has the given intrinsic size and draws nothing.

    This is often useful for implementing the Gdk.Paintable.get_current_image virtual function when the paintable is in an incomplete state (like a GtkMediaStream before receiving the first frame).

    Parameters

    • intrinsic_width: number

      The intrinsic width to report. Can be 0 for no width.

    • intrinsic_height: number

      The intrinsic height to report. Can be 0 for no height.

    Returns Gdk.Paintable

    a Gdk.Paintable