program.. 좀 봐주세염..
*/
#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 *window1;
#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
#endif
gtk_set_locale ();
gtk_init (&argc, &argv);
add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/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.
*/
window1 = create_window1 ();
gtk_widget_show (window1);
gtk_main ();
return 0;
}
glade program...
==================
add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
============
이줄은 무슨 뜻인 잘 모르겠습니다..
혹시 아시는분???
저도 초보라.. 뭐라드릴 말이 없습니다.
http://www.google.co.kr/search?sourceid=navclient&hl=ko&ie=UTF-8&q=add%5Fpixmap%5Fdirectory
구글이 좋더군요.
저도 초보라.. 뭐라드릴 말이 없습니다.
-------------------------
모든것에 감사합니다.
http://bubicom.winmir.com
댓글 달기