[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
|
||
|