/[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.7.2.2 by miles, Tue Oct 14 23:16:47 2003 UTC revision 1.7.2.3 by miles, Fri Nov 21 00:36:18 2003 UTC
# Line 150  extern void xg_modify_menubar_widgets P_ Line 150  extern void xg_modify_menubar_widgets P_
150    
151  extern int xg_update_frame_menubar P_ ((FRAME_PTR f));  extern int xg_update_frame_menubar P_ ((FRAME_PTR f));
152    
153  extern void xg_keep_popup P_ ((GtkWidget *menu, GtkWidget *submenu));  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,
# Line 201  extern void xg_initialize P_ ((void)); Line 206  extern void xg_initialize P_ ((void));
206     to indicate that the callback should do nothing.  */     to indicate that the callback should do nothing.  */
207  extern int xg_ignore_gtk_scrollbar;  extern int xg_ignore_gtk_scrollbar;
208    
 /* If a detach of a menu is done, this is the menu widget that got  
    detached.  Must be set to NULL before popping up popup menus.  
    Used with xg_keep_popup to delay deleting popup menus when they  
    have been detached.  */  
 extern GtkWidget *xg_did_tearoff;  
   
209  #endif /* USE_GTK */  #endif /* USE_GTK */
210  #endif /* GTKUTIL_H */  #endif /* GTKUTIL_H */
211    

Legend:
Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3

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