Searched refs:row (Results 1 – 2 of 2) sorted by relevance
74 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);1039 static gchar *row[COL_NUMBER]; in fill_row() local1048 g_free(row[i]); in fill_row()1049 bzero(row, sizeof(row)); in fill_row()1051 row[COL_OPTION] = in fill_row()1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()1059 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()1066 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row()1068 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()[all …]
14 static void print_line(WINDOW *win, int row, int width);328 static void print_line(WINDOW * win, int row, int width) in print_line() argument334 wmove(win, row, 0); /* move cursor to correct line */ in print_line()