|
|
| version 1.9, 2011/01/15 18:43:13 | version 1.10, 2012/01/23 04:46:47 |
|---|---|
| Line 51 create_about_dialog(void) | Line 51 create_about_dialog(void) |
| GtkWidget *ver_label; | GtkWidget *ver_label; |
| GtkWidget *ok_button; | GtkWidget *ok_button; |
| GtkWidget *neko_image; | GtkWidget *neko_image; |
| GdkColormap *colormap; | |
| GdkPixbuf *neko_pixbuf; | GdkPixbuf *neko_pixbuf; |
| uninstall_idle_process(); | uninstall_idle_process(); |
| Line 69 create_about_dialog(void) | Line 68 create_about_dialog(void) |
| gtk_widget_show(main_widget); | gtk_widget_show(main_widget); |
| gtk_container_add(GTK_CONTAINER(about_dialog), main_widget); | gtk_container_add(GTK_CONTAINER(about_dialog), main_widget); |
| colormap = gtk_widget_get_colormap(about_dialog); | |
| neko_pixbuf = gdk_pixbuf_new_from_xpm_data(np2_icon); | neko_pixbuf = gdk_pixbuf_new_from_xpm_data(np2_icon); |
| neko_image = gtk_image_new_from_pixbuf(neko_pixbuf); | neko_image = gtk_image_new_from_pixbuf(neko_pixbuf); |
| g_object_unref(neko_pixbuf); | g_object_unref(neko_pixbuf); |