pda_support.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

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