Lines Matching refs:TRUE
35 static gboolean show_name = TRUE;
36 static gboolean show_range = TRUE;
37 static gboolean show_value = TRUE;
229 gtk_tree_view_set_headers_visible(view, TRUE); in init_left_tree()
230 gtk_tree_view_set_rules_hint(view, TRUE); in init_left_tree()
272 gtk_tree_view_set_headers_visible(view, TRUE); in init_right_tree()
273 gtk_tree_view_set_rules_hint(view, TRUE); in init_right_tree()
353 gtk_tree_view_column_set_resizable(column, TRUE); in init_right_tree()
452 return TRUE; in on_window1_delete_event()
915 gtk_widget_set_sensitive(back_btn, TRUE); in on_treeview2_button_press_event()
918 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
923 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
927 gtk_tree_view_expand_row(view, path, TRUE); in on_treeview2_button_press_event()
955 return TRUE; in on_treeview2_key_press_event()
1067 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1078 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1107 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); in fill_row()
1113 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); in fill_row()
1129 row[COL_BTNINC] = GINT_TO_POINTER(TRUE); in fill_row()
1134 row[COL_BTNACT] = GINT_TO_POINTER(TRUE); in fill_row()
1151 row[COL_EDIT] = GINT_TO_POINTER(TRUE); in fill_row()
1308 valid = TRUE; in update_tree()