[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgdk3.pas line 4282
type TGdkDragContext = object(TGObject) |
||
function get_actions; |
|
|
function get_dest_window; |
|
|
function get_device; |
|
|
function get_drag_window; |
|
|
function get_protocol; |
|
|
function get_selected_action; |
|
|
function get_source_window; |
|
|
function get_suggested_action; |
|
|
function list_targets; |
|
|
function manage_dnd(); |
|
|
procedure set_device(); |
|
|
procedure set_hotspot(); |
|
|
end; |
|
||
|