[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 10034
type TGtkToolItem = object(TGtkBin) |
||
|
||
function new; |
|
|
function get_ellipsize_mode; |
|
|
function get_expand; |
|
|
function get_homogeneous; |
|
|
function get_icon_size; |
|
|
function get_is_important; |
|
|
function get_orientation; |
|
|
function get_proxy_menu_item(); |
|
|
function get_relief_style; |
|
|
function get_text_alignment; |
|
|
function get_text_orientation; |
|
|
function get_text_size_group; |
|
|
function get_toolbar_style; |
|
|
function get_use_drag_window; |
|
|
function get_visible_horizontal; |
|
|
function get_visible_vertical; |
|
|
procedure rebuild_menu; |
|
|
function retrieve_proxy_menu_item; |
|
|
procedure set_expand(); |
|
|
procedure set_homogeneous(); |
|
|
procedure set_is_important(); |
|
|
procedure set_proxy_menu_item(); |
|
|
procedure set_tooltip_markup(); |
|
|
procedure set_tooltip_text(); |
|
|
procedure set_use_drag_window(); |
|
|
procedure set_visible_horizontal(); |
|
|
procedure set_visible_vertical(); |
|
|
procedure toolbar_reconfigured; |
|
|
property is_important: gboolean; [rw] |
|
|
property visible_horizontal: gboolean; [rw] |
|
|
property visible_vertical: gboolean; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|
||
|