Mercurial > cropper
view main.c @ 0:ca9155129253
initial commit
code base: gthumb_crop.glade and generated code from it with glade
author | meillo@marmaro.de |
---|---|
date | Tue, 04 Dec 2007 16:48:51 +0100 |
parents | |
children | 80535e4deaa4 |
line wrap: on
line source
/* * Initial main.c file generated by Glade. Edit as required. * Glade will not overwrite this file. */ #ifdef HAVE_CONFIG_H # include <config.h> #endif #include <gtk/gtk.h> #include "interface.h" #include "support.h" int main (int argc, char *argv[]) { GtkWidget *cropper_window; gtk_set_locale (); gtk_init (&argc, &argv); add_pixmap_directory ("/usr/share/pixmaps"); /* * The following code was added by Glade to create one of each component * (except popup menus), just so that you see something after building * the project. Delete any components that you don't want shown initially. */ cropper_window = create_cropper_window (); gtk_widget_show (cropper_window); gtk_main (); return 0; }