| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 5085
| type TGtkCellView = object(TGtkWidget) | ||
| 
 | ||
| function new; | 
 | |
| function new_with_context(); | 
 | |
| function new_with_markup(); | 
 | |
| function new_with_pixbuf(); | 
 | |
| function new_with_text(); | 
 | |
| function get_displayed_row; | 
 | |
| function get_draw_sensitive; | 
 | |
| function get_fit_model; | 
 | |
| function get_model; | 
 | |
| procedure set_background_rgba(); | 
 | |
| procedure set_displayed_row(); | 
 | |
| procedure set_draw_sensitive(); | 
 | |
| procedure set_fit_model(); | 
 | |
| procedure set_model(); | 
 | |
| property draw_sensitive: gboolean; [rw] | 
 | |
| 
 | ||
| property model: PGtkTreeModel; [rw] | 
 | |
| end; | 
| 
 | ||
| 
 | ||
| 
 | ||
| 
 |