Lines Matching full:true
38 static gboolean show_name = TRUE;
39 static gboolean show_range = TRUE;
40 static gboolean show_value = TRUE;
231 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree()
232 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree()
274 gtk_tree_view_set_headers_visible(view, TRUE); in init_right_tree()
275 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree()
355 gtk_tree_view_column_set_resizable(column, TRUE); in init_right_tree()
454 return TRUE; in on_window1_delete_event()
916 gtk_widget_set_sensitive(back_btn, TRUE); in on_treeview2_button_press_event()
919 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
924 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
928 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
956 return TRUE; in on_treeview2_key_press_event()
1068 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1079 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1108 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row()
1114 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1130 row[COL_BTNINC] = GINT_TO_POINTER(TRUE); in fill_row()
1135 row[COL_BTNACT] = GINT_TO_POINTER(TRUE); in fill_row()
1152 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row()
1309 valid = TRUE; in update_tree()