[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgtk3.pas line 5813
type TGtkComboBoxPrivate = record |
||
model: PGtkTreeModel; |
|
|
area: PGtkCellArea; |
|
|
col_column: gint; |
|
|
row_column: gint; |
|
|
wrap_width: gint; |
|
|
shadow_type: TGtkShadowType; |
|
|
active: gint; |
|
|
active_row: PGtkTreeRowReference; |
|
|
tree_view: PGtkWidget; |
|
|
cell_view: PGtkWidget; |
|
|
cell_view_frame: PGtkWidget; |
|
|
button: PGtkWidget; |
|
|
box: PGtkWidget; |
|
|
arrow: PGtkWidget; |
|
|
separator: PGtkWidget; |
|
|
popup_widget: PGtkWidget; |
|
|
popup_window: PGtkWidget; |
|
|
scrolled_window: PGtkWidget; |
|
|
inserted_id: gulong; |
|
|
deleted_id: gulong; |
|
|
reordered_id: gulong; |
|
|
changed_id: gulong; |
|
|
popup_idle_id: guint; |
|
|
activate_button: guint; |
|
|
activate_time: guint32; |
|
|
scroll_timer: guint; |
|
|
resize_idle_id: guint; |
|
|
text_column: gint; |
|
|
text_renderer: PGtkCellRenderer; |
|
|
id_column: gint; |
|
|
popup_in_progress: guint; |
|
|
popup_shown: guint; |
|
|
add_tearoffs: guint; |
|
|
has_frame: guint; |
|
|
is_cell_renderer: guint; |
|
|
editing_canceled: guint; |
|
|
auto_scroll: guint; |
|
|
focus_on_click: guint; |
|
|
button_sensitivity: guint; |
|
|
has_entry: guint; |
|
|
popup_fixed_width: guint; |
|
|
row_separator_func: TGtkTreeViewRowSeparatorFunc; |
|
|
row_separator_data: gpointer; |
|
|
row_separator_destroy: TGDestroyNotify; |
|
|
grab_pointer: PGdkDevice; |
|
|
grab_keyboard: PGdkDevice; |
|
|
tearoff_title: Pgchar; |
|
|
end; |