wireshark/image/up_arrow.xpm
Gerald Combs 6ca358948b * Added column formatting functionality.
* Added check_col(), add_col_str() and add_col_fmt() to replace references
  to ft->win_info.
* Added column prefs handling code.

svn path=/trunk/; revision=97
1998-11-17 04:29:13 +00:00

22 lines
357 B
C

/* XPM */
static char *up_arrow[] = {
/* width height num_colors chars_per_pixel */
" 11 12 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"...........",
".....#.....",
"....###....",
"...##.##...",
"..##...##..",
".##..#..##.",
".#..###..#.",
"...##.##...",
"..##...##..",
".##.....##.",
".#.......#.",
"..........."
};