/[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.9 by jhd, Sun Nov 2 16:47:32 2003 UTC revision 1.10 by jhd, Sun Nov 16 16:05:24 2003 UTC
# Line 152  extern int xg_update_frame_menubar P_ (( Line 152  extern int xg_update_frame_menubar P_ ((
152    
153  extern int xg_have_tear_offs P_ ((void));  extern int xg_have_tear_offs P_ ((void));
154    
155  extern int xg_get_scroll_id_for_window P_ ((Window wid));  extern int xg_get_scroll_id_for_window P_ ((Display *dpy, Window wid));
156    
157  extern void xg_create_scroll_bar P_ ((FRAME_PTR f,  extern void xg_create_scroll_bar P_ ((FRAME_PTR f,
158                                        struct scroll_bar *bar,                                        struct scroll_bar *bar,
# Line 184  extern void xg_resize_widgets P_ ((FRAME Line 184  extern void xg_resize_widgets P_ ((FRAME
184                                     int pixelheight));                                     int pixelheight));
185  extern void xg_frame_cleared P_ ((FRAME_PTR f));  extern void xg_frame_cleared P_ ((FRAME_PTR f));
186  extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows));  extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows));
187  extern GtkWidget * xg_win_to_widget P_ ((Window));  extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc));
188    
189    extern int xg_display_open P_ ((char *display_name, Display **dpy));
190    extern void xg_display_close P_ ((Display *dpy));
191    extern GdkCursor * xg_create_default_cursor P_ ((Display *dpy));
192    
193  extern int xg_create_frame_widgets P_ ((FRAME_PTR f));  extern int xg_create_frame_widgets P_ ((FRAME_PTR f));
194  extern void x_wm_set_size_hint P_ ((FRAME_PTR f,  extern void x_wm_set_size_hint P_ ((FRAME_PTR f,
195                                      long flags,                                      long flags,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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