Home
last modified time | relevance | path

Searched refs:VARLIST_NCOLS (Results 1 – 2 of 2) sorted by relevance

/dports/math/ggobi/ggobi-2.1.11/src/
H A Ddefines.h267 enum { VARLIST_NAME, VARLIST_INDEX, VARLIST_NCOLS }; enumerator
H A Dutils_ui.c339 model = gtk_list_store_new (VARLIST_NCOLS, G_TYPE_STRING, G_TYPE_INT); in variable_notebook_subwindow_add()