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

TGtkPlug

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

Declaration

Source position: lazgtk3.pas line 10774

type TGtkPlug = object(TGtkWindow)

  priv4: PGtkPlugPrivate;

  

  function new();

  

  function new_for_display();

  

  procedure construct();

  

  procedure construct_for_display();

  

  function get_embedded;

  

  function get_id;

  

  function get_socket_window;

  

  property embedded: gboolean; [r]

  

  property socket_window: PGdkWindow; [r]

  

end;

Inheritance

TGtkPlug

  

TGtkWindow

  

TGtkBin

  

TGtkContainer

  

TGtkWidget

  

TGInitiallyUnowned

  

TGObject