gtk2_support.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:2k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /*
  2.  * DO NOT EDIT THIS FILE - it is generated by Glade.
  3.  */
  4. #ifdef HAVE_CONFIG_H
  5. #  include <config.h>
  6. #endif
  7. #include <gtk/gtk.h>
  8. /*
  9.  * Standard gettext macros.
  10.  */
  11. #ifdef ENABLE_NLS
  12. #  include <libintl.h>
  13. #  undef _
  14. #  define _(String) dgettext (PACKAGE, String)
  15. #  ifdef gettext_noop
  16. #    define N_(String) gettext_noop (String)
  17. #  else
  18. #    define N_(String) (String)
  19. #  endif
  20. #else
  21. #  define textdomain(String) (String)
  22. #  define gettext(String) (String)
  23. #  define dgettext(Domain,Message) (Message)
  24. #  define dcgettext(Domain,Message,Type) (Message)
  25. #  define bindtextdomain(Domain,Directory) (Domain)
  26. #  define _(String) (String)
  27. #  define N_(String) (String)
  28. #endif
  29. /*
  30.  * Public Functions.
  31.  */
  32. /*
  33.  * This function returns a widget in a component created by Glade.
  34.  * Call it with the toplevel widget in the component (i.e. a window/dialog),
  35.  * or alternatively any widget in the component, and the name of the widget
  36.  * you want returned.
  37.  */
  38. GtkWidget*  lookup_widget              (GtkWidget       *widget,
  39.                                         const gchar     *widget_name);
  40. /* Use this function to set the directory containing installed pixmaps. */
  41. void        add_pixmap_directory       (const gchar     *directory);
  42. /*
  43.  * Private Functions.
  44.  */
  45. /* This is used to create the pixmaps used in the interface. */
  46. GtkWidget*  create_pixmap              (GtkWidget       *widget,
  47.                                         const gchar     *filename);
  48. /* This is used to create the pixbufs used in the interface. */
  49. GdkPixbuf*  create_pixbuf              (const gchar     *filename);
  50. /* This is used to set ATK action descriptions. */
  51. void        glade_set_atk_action_description (AtkAction       *action,
  52.                                               const gchar     *action_name,
  53.                                               const gchar     *description);