Searched defs:STORE_N_COLS (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dsp-xmlview-tree.cpp24 enum { STORE_TEXT_COL = 0, STORE_DATA_COL, STORE_REPR_COL, STORE_N_COLS }; enumerator in enum:__anon179
94 tree->store = gtk_tree_store_new (STORE_N_COLS, G_TYPE_STRING, G_TYPE_POINTER, G_TYPE_POINTER);
609 tree->store = gtk_tree_store_new (STORE_N_COLS, G_TYPE_STRING, G_TYPE_POINTER, G_TYPE_POINTER);

Completed in 28 milliseconds