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

TGtkImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 8945

type TGtkImage = object(TGtkMisc)

  priv2: PGtkImagePrivate;

  

  function new;

  

  function new_from_animation();

  

  function new_from_file();

  

  function new_from_gicon();

  

  function new_from_icon_name();

  

  function new_from_pixbuf();

  

  function new_from_resource();

  

  function new_from_surface();

  

  procedure clear;

  

  function get_animation;

  

  procedure get_gicon();

  

  procedure get_icon_name();

  

  function get_pixbuf;

  

  function get_pixel_size;

  

  function get_storage_type;

  

  procedure set_from_animation();

  

  procedure set_from_file();

  

  procedure set_from_gicon();

  

  procedure set_from_icon_name();

  

  procedure set_from_pixbuf();

  

  procedure set_from_resource();

  

  procedure set_from_surface();

  

  procedure set_pixel_size();

  

  property pixbuf: PGdkPixbuf; [r]

  

  property pixel_size: gint; [rw]

  

  property storage_type: TGtkImageType; [r]

  

end;

Inheritance

TGtkImage

  

TGtkMisc

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject