/[emacs]/emacs/src/gtkutil.h
ViewVC logotype

Diff of /emacs/src/gtkutil.h

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

revision 1.1 by jhd, Sun Jan 19 21:57:12 2003 UTC revision 1.2 by jhd, Sat Jan 25 16:25:39 2003 UTC
# Line 123  typedef struct _widget_value Line 123  typedef struct _widget_value
123    struct _widget_value *free_list;    struct _widget_value *free_list;
124  } widget_value;  } widget_value;
125    
126  extern widget_value *malloc_widget_value ();  extern widget_value *malloc_widget_value P_ ((void));
127  extern void free_widget_value P_ ((widget_value *));  extern void free_widget_value P_ ((widget_value *));
128    
129  extern char *xg_get_file_name P_ ((FRAME_PTR f,  extern char *xg_get_file_name P_ ((FRAME_PTR f,
# Line 186  extern void x_wm_set_size_hint P_ ((FRAM Line 186  extern void x_wm_set_size_hint P_ ((FRAM
186  extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));  extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
187    
188  /* Mark all callback data that are Lisp_object:s during GC.  */  /* Mark all callback data that are Lisp_object:s during GC.  */
189  extern void xg_mark_data ();  extern void xg_mark_data P_ ((void));
190    
191  /* Initialize GTK specific parts.  */  /* Initialize GTK specific parts.  */
192  extern void xg_initialize ();  extern void xg_initialize P_ ((void));
193    
194  /* Setting scrollbar values invokes the callback.  Use this variable  /* Setting scrollbar values invokes the callback.  Use this variable
195     to indicate that the callback should do nothing.  */     to indicate that the callback should do nothing.  */

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