[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 9344
type TGtkLinkButton = object(TGtkButton) |
||
|
||
function new(); |
|
|
function new_with_label(); |
|
|
function get_uri; |
|
|
function get_visited; |
|
|
procedure set_uri(); |
|
|
procedure set_visited(); |
|
|
|
||
|
||
end; |
|
||
|
||
|
||
|
||
|
||
|
||
|