Searched refs:row (Results 1 – 2 of 2) sorted by relevance
1002 static gchar *row[COL_NUMBER]; in fill_row() local1011 g_free(row[i]); in fill_row()1012 bzero(row, sizeof(row)); in fill_row()1016 row[COL_OPTION] = in fill_row()1024 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()1027 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()1029 row[COL_COLOR] = g_strdup("Black"); in fill_row()1033 row[COL_PIXBUF] = (gchar *) xpm_menu; in fill_row()1035 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); in fill_row()1036 row[COL_BTNVIS] = GINT_TO_POINTER(FALSE); in fill_row()[all …]
84 static void print_line(WINDOW *win, int row, int width) in print_line() argument90 wmove(win, row, 0); /* move cursor to correct line */ in print_line()