/[xlog]/xlog/src/support.h
ViewVC logotype

Diff of /xlog/src/support.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pa4tu, Sat Oct 19 17:50:20 2002 UTC revision 1.2 by pa4tu, Thu Nov 21 19:57:46 2002 UTC
# Line 41  Line 41 
41   * or alternatively any widget in the component, and the name of the widget   * or alternatively any widget in the component, and the name of the widget
42   * you want returned.   * you want returned.
43   */   */
44  GtkWidget*  lookup_widget              (GtkWidget       *widget,  GtkWidget *lookup_widget (GtkWidget * widget, const gchar * widget_name);
                                         const gchar     *widget_name);  
45    
46  /* get_widget() is deprecated. Use lookup_widget instead. */  /* get_widget() is deprecated. Use lookup_widget instead. */
47  #define get_widget lookup_widget  #define get_widget lookup_widget
48    
49  /* Use this function to set the directory containing installed pixmaps. */  /* Use this function to set the directory containing installed pixmaps. */
50  void        add_pixmap_directory       (const gchar     *directory);  void add_pixmap_directory (const gchar * directory);
51    
52    
53  /*  /*
# Line 56  void        add_pixmap_directory       ( Line 55  void        add_pixmap_directory       (
55   */   */
56    
57  /* This is used to create the pixmaps in the interface. */  /* This is used to create the pixmaps in the interface. */
58  GtkWidget*  create_pixmap              (GtkWidget       *widget,  GtkWidget *create_pixmap (GtkWidget * widget, const gchar * filename);
                                         const gchar     *filename);  
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26