[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 14233
type TGtkTreeViewColumn = object(TGInitiallyUnowned) |
||
|
||
function new; |
|
|
function new_with_area(); |
|
|
procedure add_attribute(); |
|
|
function cell_get_position(); |
|
|
procedure cell_get_size(); |
|
|
function cell_is_visible; |
|
|
procedure cell_set_cell_data(); |
|
|
procedure clear; |
|
|
procedure clear_attributes(); |
|
|
procedure clicked; |
|
|
procedure focus_cell(); |
|
|
function get_alignment; |
|
|
function get_button; |
|
|
function get_clickable; |
|
|
function get_expand; |
|
|
function get_fixed_width; |
|
|
function get_max_width; |
|
|
function get_min_width; |
|
|
function get_reorderable; |
|
|
function get_resizable; |
|
|
function get_sizing; |
|
|
function get_sort_column_id; |
|
|
function get_sort_indicator; |
|
|
function get_sort_order; |
|
|
function get_spacing; |
|
|
function get_title; |
|
|
function get_tree_view; |
|
|
function get_visible; |
|
|
function get_widget; |
|
|
function get_width; |
|
|
function get_x_offset; |
|
|
procedure pack_end(); |
|
|
procedure pack_start(); |
|
|
procedure queue_resize; |
|
|
procedure set_alignment(); |
|
|
procedure set_cell_data_func(); |
|
|
procedure set_clickable(); |
|
|
procedure set_expand(); |
|
|
procedure set_fixed_width(); |
|
|
procedure set_max_width(); |
|
|
procedure set_min_width(); |
|
|
procedure set_reorderable(); |
|
|
procedure set_resizable(); |
|
|
procedure set_sizing(); |
|
|
procedure set_sort_column_id(); |
|
|
procedure set_sort_indicator(); |
|
|
procedure set_sort_order(); |
|
|
procedure set_spacing(); |
|
|
procedure set_title(); |
|
|
procedure set_visible(); |
|
|
procedure set_widget(); |
|
|
|
||
|
||
|
||
property fixed_width: gint; [rw] |
|
|
|
||
|
||
property reorderable: gboolean; [rw] |
|
|
|
||
property sizing: TGtkTreeViewColumnSizing; [rw] |
|
|
property sort_column_id: gint; [rw] |
|
|
property sort_indicator: gboolean; [rw] |
|
|
property sort_order: TGtkSortType; [rw] |
|
|
|
||
|
||
|
||
property widget: PGtkWidget; [rw] |
|
|
|
||
|
||
end; |
|
||
|
||
|