[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 10239
type TGtkMountOperation = object(TGMountOperation) |
||
|
||
function new(); |
|
|
function get_parent; |
|
|
function get_screen; |
|
|
function is_showing; |
|
|
procedure set_parent(); |
|
|
procedure set_screen(); |
|
|
property parent: PGtkWindow; [rw] |
|
|
property screen: PGdkScreen; [rw] |
|
|
end; |
|
||
|
||
|