[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 4053
type TGtkButton = object(TGtkBin) |
||
|
||
function new; |
|
|
function new_from_icon_name(); |
|
|
function new_with_label(); |
|
|
function new_with_mnemonic(); |
|
|
procedure clicked; |
|
|
function get_always_show_image; |
|
|
function get_event_window; |
|
|
function get_image; |
|
|
function get_image_position; |
|
|
function get_label; |
|
|
function get_relief; |
|
|
function get_use_underline; |
|
|
procedure set_alignment(); |
|
|
procedure set_always_show_image(); |
|
|
procedure set_image(); |
|
|
procedure set_image_position(); |
|
|
procedure set_label(); |
|
|
procedure set_relief(); |
|
|
procedure set_use_underline(); |
|
|
property always_show_image: gboolean; [rw] |
|
|
property image: PGtkWidget; [rw] |
|
|
property image_position: TGtkPositionType; [rw] |
|
|
|
||
property relief: TGtkReliefStyle; [rw] |
|
|
property use_underline: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|