[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdkpixbuf2.pas line 218
type TGdkPixbufAnimation = object(TGObject) |
||
function new_from_file(); |
|
|
function new_from_resource(); |
|
|
function new_from_stream(); |
|
|
function new_from_stream_finish(); |
|
|
procedure new_from_stream_async(); |
|
|
function get_height; |
|
|
function get_iter(); |
|
|
function get_static_image; |
|
|
function get_width; |
|
|
function is_static_image; |
|
|
end; |
|
||
|