Mercurial > hg > xemacs-beta
comparison src/menubar-gtk.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | ae48681c47fa |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
1297 FRAME_GTK_MENUBAR_DATA (f) = Fcons (XWINDOW (FRAME_LAST_NONMINIBUF_WINDOW (f))->buffer, Qt); | 1297 FRAME_GTK_MENUBAR_DATA (f) = Fcons (XWINDOW (FRAME_LAST_NONMINIBUF_WINDOW (f))->buffer, Qt); |
1298 | 1298 |
1299 return (menubar_visible); | 1299 return (menubar_visible); |
1300 } | 1300 } |
1301 | 1301 |
1302 /* Called from gtk_create_widgets() to create the inital menubar of a frame | 1302 /* Called from gtk_create_widgets() to create the initial menubar of a frame |
1303 before it is mapped, so that the window is mapped with the menubar already | 1303 before it is mapped, so that the window is mapped with the menubar already |
1304 there instead of us tacking it on later and thrashing the window after it | 1304 there instead of us tacking it on later and thrashing the window after it |
1305 is visible. */ | 1305 is visible. */ |
1306 int | 1306 int |
1307 gtk_initialize_frame_menubar (struct frame *f) | 1307 gtk_initialize_frame_menubar (struct frame *f) |