Lines Matching refs: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()
917 gtk_widget_set_sensitive(back_btn, TRUE); in on_treeview2_button_press_event()
920 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
925 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
929 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
957 return TRUE; in on_treeview2_key_press_event()
1069 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1080 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1109 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row()
1115 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1131 row[COL_BTNINC] = GINT_TO_POINTER(TRUE); in fill_row()
1136 row[COL_BTNACT] = GINT_TO_POINTER(TRUE); in fill_row()
1153 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row()
1310 valid = TRUE; in update_tree()