[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 3294
type TGtkAppChooserWidget = object(TGtkBox) |
||
|
||
function new(); |
|
|
function get_default_text; |
|
|
function get_show_all; |
|
|
function get_show_default; |
|
|
function get_show_fallback; |
|
|
function get_show_other; |
|
|
function get_show_recommended; |
|
|
procedure set_default_text(); |
|
|
procedure set_show_all(); |
|
|
procedure set_show_default(); |
|
|
procedure set_show_fallback(); |
|
|
procedure set_show_other(); |
|
|
procedure set_show_recommended(); |
|
|
property default_text: Pgchar; [rw] |
|
|
|
||
property show_default: gboolean; [rw] |
|
|
property show_fallback: gboolean; [rw] |
|
|
property show_other: gboolean; [rw] |
|
|
property show_recommended: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|