Lines Matching refs:TRUE
32 static gboolean show_name = TRUE;
33 static gboolean show_range = TRUE;
34 static gboolean show_value = TRUE;
226 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree()
227 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree()
269 gtk_tree_view_set_headers_visible(view, TRUE); in init_right_tree()
270 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree()
350 gtk_tree_view_column_set_resizable(column, TRUE); in init_right_tree()
449 return TRUE; in on_window1_delete_event()
909 gtk_widget_set_sensitive(back_btn, TRUE); in on_treeview2_button_press_event()
912 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
917 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
921 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
949 return TRUE; in on_treeview2_key_press_event()
1065 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1076 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1105 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row()
1111 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1127 row[COL_BTNINC] = GINT_TO_POINTER(TRUE); in fill_row()
1132 row[COL_BTNACT] = GINT_TO_POINTER(TRUE); in fill_row()
1149 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row()
1306 valid = TRUE; in update_tree()