[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 6056
type TGtkCssProvider = object(TGObject) |
||
|
||
function new; |
|
|
function get_named(); |
|
|
function load_from_data(); |
|
|
function load_from_file(); |
|
|
function load_from_path(); |
|
|
procedure load_from_resource(); |
|
|
function to_string; |
|
|
end; |
|
||
|