Lines Matching refs:TRUE
30 static gboolean show_name = TRUE;
31 static gboolean show_range = TRUE;
32 static gboolean show_value = TRUE;
194 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree()
195 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree()
237 gtk_tree_view_set_headers_visible(view, TRUE); in init_right_tree()
238 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree()
318 gtk_tree_view_column_set_resizable(column, TRUE); in init_right_tree()
417 return TRUE; in on_window1_delete_event()
877 gtk_widget_set_sensitive(back_btn, TRUE); in on_treeview2_button_press_event()
880 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
885 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
889 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
917 return TRUE; in on_treeview2_key_press_event()
1033 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1044 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1074 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row()
1091 row[COL_BTNINC] = GINT_TO_POINTER(TRUE); in fill_row()
1096 row[COL_BTNACT] = GINT_TO_POINTER(TRUE); in fill_row()
1113 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row()
1264 valid = TRUE; in update_tree()