[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 5390
type TGtkClipboard = object(TGObject) |
||
function get(); |
|
|
function get_default(); |
|
|
function get_for_display(); |
|
|
procedure clear; |
|
|
function get_display; |
|
|
function get_owner; |
|
|
function get_selection; |
|
|
procedure request_contents(); |
|
|
procedure request_image(); |
|
|
procedure request_rich_text(); |
|
|
procedure request_targets(); |
|
|
procedure request_text(); |
|
|
procedure request_uris(); |
|
|
procedure set_can_store(); |
|
|
procedure set_image(); |
|
|
procedure set_text(); |
|
|
function set_with_data(); |
|
|
function set_with_owner(); |
|
|
procedure store; |
|
|
function wait_for_contents(); |
|
|
function wait_for_image; |
|
|
function wait_for_rich_text(); |
|
|
function wait_for_targets(); |
|
|
function wait_for_text; |
|
|
function wait_for_uris; |
|
|
function wait_is_image_available; |
|
|
function wait_is_rich_text_available(); |
|
|
function wait_is_target_available(); |
|
|
function wait_is_text_available; |
|
|
function wait_is_uris_available; |
|
|
end; |
|
||
|