[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkCellArea

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 4396

type TGtkCellArea = object(TGInitiallyUnowned)

  priv: PGtkCellAreaPrivate;

  

  function activate();

  

  function activate_cell();

  

  procedure add();

  

  procedure add_focus_sibling();

  

  procedure apply_attributes();

  

  procedure attribute_connect();

  

  procedure attribute_disconnect();

  

  function attribute_get_column();

  

  procedure cell_get_property();

  

  procedure cell_set_property();

  

  function copy_context();

  

  function create_context;

  

  function event();

  

  function focus();

  

  procedure foreach();

  

  procedure foreach_alloc();

  

  procedure get_cell_allocation();

  

  function get_cell_at_position();

  

  function get_current_path_string;

  

  function get_edit_widget;

  

  function get_edited_cell;

  

  function get_focus_cell;

  

  function get_focus_from_sibling();

  

  function get_focus_siblings();

  

  procedure get_preferred_height();

  

  procedure get_preferred_height_for_width();

  

  procedure get_preferred_width();

  

  procedure get_preferred_width_for_height();

  

  function get_request_mode;

  

  function has_renderer();

  

  procedure inner_cell_area();

  

  function is_activatable;

  

  function is_focus_sibling();

  

  procedure remove();

  

  procedure remove_focus_sibling();

  

  procedure render();

  

  procedure request_renderer();

  

  procedure set_focus_cell();

  

  procedure stop_editing();

  

  property edit_widget: PGtkCellEditable; [r]

  

  property edited_cell: PGtkCellRenderer; [r]

  

  property focus_cell: PGtkCellRenderer; [rw]

  

end;

Inheritance

TGtkCellArea

  

TGInitiallyUnowned

  

TGObject