[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 7012
type TGtkFileChooserNative = object |
||
function new(); |
|
|
function get_accept_label; |
|
|
function get_cancel_label; |
|
|
procedure set_accept_label(); |
|
|
procedure set_cancel_label(); |
|
|
property accept_label: Pgchar; [rw] |
|
|
property cancel_label: Pgchar; [rw] |
|
|
end; |
|