Add an icon browser
This is meant to help app authors choose the right icons.
This commit is contained in:
8
demos/icon-browser/main.c
Normal file
8
demos/icon-browser/main.c
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user