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

多媒体

开发平台:

MultiPlatform

  1. /*
  2.  * DO NOT EDIT THIS FILE - it is generated by Glade.
  3.  */
  4. #include <gnome.h>
  5. /*
  6.  * Public Functions.
  7.  */
  8. /*
  9.  * This function returns a widget in a component created by Glade.
  10.  * Call it with the toplevel widget in the component (i.e. a window/dialog),
  11.  * or alternatively any widget in the component, and the name of the widget
  12.  * you want returned.
  13.  */
  14. GtkWidget*  lookup_widget              (GtkWidget       *widget,
  15.                                         const gchar     *widget_name);
  16. /* get_widget() is deprecated. Use lookup_widget instead. */
  17. #define get_widget lookup_widget
  18. /*
  19.  * Private Functions.
  20.  */
  21. /* This is used to create the pixmaps in the interface. */
  22. GtkWidget*  create_pixmap              (GtkWidget       *widget,
  23.                                         const gchar     *filename,
  24.                                         gboolean         gnome_pixmap);
  25. GdkImlibImage* create_image            (const gchar     *filename);