[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

gdk_property_get

Declaration

Source position: lazgdk3.pas line 4806

function gdk_property_get(

  window: PGdkWindow;

  property_: TGdkAtom;

  type_: TGdkAtom;

  offset: gulong;

  length: gulong;

  pdelete: gint;

  actual_property_type: PGdkAtom;

  actual_format: Pgint;

  actual_length: Pgint;

  data: PPguint8

):gboolean;