/[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.2 by pa4tu, Thu Nov 21 19:57:46 2002 UTC revision 1.3 by pa4tu, Sun Dec 8 19:32:16 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, const gchar * widget_name);  GtkWidget*  lookup_widget              (GtkWidget       *widget,
45                                            const gchar     *widget_name);
46    
47  /* get_widget() is deprecated. Use lookup_widget instead. */  /* get_widget() is deprecated. Use lookup_widget instead. */
48  #define get_widget lookup_widget  #define get_widget lookup_widget
49    
50  /* Use this function to set the directory containing installed pixmaps. */  /* Use this function to set the directory containing installed pixmaps. */
51  void add_pixmap_directory (const gchar * directory);  void        add_pixmap_directory       (const gchar     *directory);
52    
53    
54  /*  /*
# Line 55  void add_pixmap_directory (const gchar * Line 56  void add_pixmap_directory (const gchar *
56   */   */
57    
58  /* This is used to create the pixmaps in the interface. */  /* This is used to create the pixmaps in the interface. */
59  GtkWidget *create_pixmap (GtkWidget * widget, const gchar * filename);  GtkWidget*  create_pixmap              (GtkWidget       *widget,
60                                            const gchar     *filename);
61    

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

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