[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 10774
type TGtkPlug = object(TGtkWindow) |
||
|
||
function new(); |
|
|
function new_for_display(); |
|
|
procedure construct(); |
|
|
procedure construct_for_display(); |
|
|
function get_embedded; |
|
|
function get_id; |
|
|
function get_socket_window; |
|
|
|
||
property socket_window: PGdkWindow; [r] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|
||
|