[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkMountOperation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 10239

type TGtkMountOperation = object(TGMountOperation)

  priv1: PGtkMountOperationPrivate;

  

  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;

Inheritance

TGtkMountOperation

  

TGMountOperation

  

TGObject