Home
last modified time | relevance | path

Searched refs:col_file (Results 1 – 7 of 7) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DUtilities.cc21 BOOLEAN CreateSGPPaletteFromCOLFile(SGPPaletteEntry* const pal, const char* const col_file) in CreateSGPPaletteFromCOLFile() argument
24 AutoSGPFile f(GCM->openGameResForReading(col_file)); in CreateSGPPaletteFromCOLFile()
H A DUtilities.h9 BOOLEAN CreateSGPPaletteFromCOLFile(SGPPaletteEntry* pal, const char* col_file);
/dports/games/openclonk/openclonk-release-8.1-src/src/mape/
H A Ddiskview.c858 view->col_file = gtk_tree_view_column_new(); in mape_disk_view_new()
869 view->col_file, in mape_disk_view_new()
875 view->col_file, in mape_disk_view_new()
881 view->col_file, in mape_disk_view_new()
888 view->col_file, in mape_disk_view_new()
895 view->col_file, in mape_disk_view_new()
909 gtk_tree_view_append_column(GTK_TREE_VIEW(view->view), view->col_file); in mape_disk_view_new()
H A Ddiskview.h47 GtkTreeViewColumn* col_file; member
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/sensitivity_toolbox/
H A Dsens.py241 col_file = ".".join((base_fname, "col"))
243 for fname in [nl_file, row_file, col_file]:
249 col = nl_data[col_file].strip("\n").split("\n")
361 col_file = ".".join((base_fname, "col"))
363 for fname in [nl_file, row_file, col_file]:
367 col = nl_data[col_file].strip("\n").split("\n")
/dports/www/cssed/cssed-0.4.0/src/
H A Dplugins-dialog.c248 GtkTreeViewColumn *col_file; in create_plugins_dialog() local
289 col_file = in create_plugins_dialog()
310 col_file, 0); in create_plugins_dialog()
H A Ddocument-list.c848 GtkTreeViewColumn *col_file; in create_doclist_dialog() local
905 col_file = in create_doclist_dialog()
919 gtk_tree_view_insert_column (GTK_TREE_VIEW (treeview), col_file, COL_FILE); in create_doclist_dialog()
1069 g_signal_connect (G_OBJECT (col_file), "clicked", in create_doclist_dialog()