[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 7377
type TGtkFontButton = object(TGtkButton) |
||
|
||
function new; |
|
|
function new_with_font(); |
|
|
function get_show_size; |
|
|
function get_show_style; |
|
|
function get_title; |
|
|
function get_use_font; |
|
|
function get_use_size; |
|
|
procedure set_show_size(); |
|
|
procedure set_show_style(); |
|
|
procedure set_title(); |
|
|
procedure set_use_font(); |
|
|
procedure set_use_size(); |
|
|
|
||
property show_style: gboolean; [rw] |
|
|
|
||
|
||
|
||
end; |
|
||
|
||
|
||
|
||
|
||
|
||
|