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

TGtkFileFilter

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

Declaration

Source position: lazgtk3.pas line 6918

type TGtkFileFilter = object(TGInitiallyUnowned)

  function new;

  

  function new_from_gvariant();

  

  procedure add_custom();

  

  procedure add_mime_type();

  

  procedure add_pattern();

  

  procedure add_pixbuf_formats;

  

  function filter();

  

  function get_name;

  

  function get_needed;

  

  procedure set_name();

  

  function to_gvariant;

  

end;

Inheritance

TGtkFileFilter

  

TGInitiallyUnowned

  

TGObject