Searched refs:row (Results 1 – 2 of 2) sorted by relevance
76 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);1063 static gchar *row[COL_NUMBER]; in fill_row() local1072 g_free(row[i]); in fill_row()1073 bzero(row, sizeof(row)); in fill_row()1075 row[COL_OPTION] = in fill_row()1080 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()1083 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()1085 row[COL_COLOR] = g_strdup("Black"); in fill_row()1090 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row()1092 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()[all …]
26 static void print_line(WINDOW * win, int row, int width);321 static void print_line(WINDOW * win, int row, int width) in print_line() argument327 wmove(win, row, 0); /* move cursor to correct line */ in print_line()