[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 2258
type TGtkWidgetClass = object |
||
|
||
|
||
|
||
destroy_: ; |
|
|
show: ; |
|
|
show_all: ; |
|
|
hide: ; |
|
|
map: ; |
|
|
unmap: ; |
|
|
realize: ; |
|
|
unrealize: ; |
|
|
|
||
|
||
|
||
parent_set: ; |
|
|
|
||
style_set: ; |
|
|
|
||
grab_notify: ; |
|
|
child_notify: ; |
|
|
draw: ; |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
grab_focus: ; |
|
|
focus: ; |
|
|
move_focus: ; |
|
|
|
||
event: ; |
|
|
|
||
|
||
scroll_event: ; |
|
|
|
||
delete_event: ; |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
map_event: ; |
|
|
unmap_event: ; |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
damage_event: ; |
|
|
|
||
|
||
|
||
drag_begin: ; |
|
|
drag_end: ; |
|
|
|
||
|
||
drag_leave: ; |
|
|
drag_motion: ; |
|
|
drag_drop: ; |
|
|
|
||
drag_failed: ; |
|
|
popup_menu: ; |
|
|
show_help: ; |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
touch_event: ; |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
procedure bind_template_callback_full(); |
|
|
procedure bind_template_child_full(); |
|
|
function find_style_property(); |
|
|
function get_css_name; |
|
|
procedure install_style_property(); |
|
|
procedure install_style_property_parser(); |
|
|
function list_style_properties(); |
|
|
procedure set_accessible_role(); |
|
|
procedure set_accessible_type(); |
|
|
procedure set_connect_func(); |
|
|
procedure set_css_name(); |
|
|
procedure set_template(); |
|
|
procedure set_template_from_resource(); |
|
|
end; |
|