Add an icon browser

This is meant to help app authors choose the right icons.
This commit is contained in:
Matthias Clasen
2014-06-24 18:36:29 -04:00
parent 12e389dd3c
commit a5f474bc66
15 changed files with 1319 additions and 1 deletions

View File

@ -0,0 +1,8 @@
#include <gtk/gtk.h>
#include <iconbrowserapp.h>
int
main (int argc, char *argv[])
{
return g_application_run (G_APPLICATION (icon_browser_app_new ()), argc, argv);
}