mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Spelling/grammar fixes in comments.
2000-05-21 Nils Barth <nils_barth@post.harvard.edu> * Spelling/grammar fixes in comments.
This commit is contained in:
parent
48d8ec36d5
commit
c4b632e781
@ -1167,7 +1167,7 @@ gtk_menu_position (GtkMenu *menu)
|
||||
|
||||
/* We need the requisition to figure out the right place to
|
||||
* popup the menu. In fact, we always need to ask here, since
|
||||
* if one a size_request was queued while we weren't popped up,
|
||||
* if a size_request was queued while we weren't popped up,
|
||||
* the requisition won't have been recomputed yet.
|
||||
*/
|
||||
gtk_widget_size_request (widget, &requisition);
|
||||
|
@ -119,7 +119,7 @@ GtkWidget* gtk_menu_get_active (GtkMenu *menu);
|
||||
void gtk_menu_set_active (GtkMenu *menu,
|
||||
guint index);
|
||||
|
||||
/* set/get the acclerator group that holds global accelerators (should
|
||||
/* set/get the accelerator group that holds global accelerators (should
|
||||
* be added to the corresponding toplevel with gtk_window_add_accel_group().
|
||||
*/
|
||||
void gtk_menu_set_accel_group (GtkMenu *menu,
|
||||
|
@ -177,7 +177,7 @@ struct _GtkArg
|
||||
#define GTK_VALUE_POINTER(a) ((a).d.pointer_data)
|
||||
#define GTK_VALUE_SIGNAL(a) ((a).d.signal_data)
|
||||
|
||||
/* return location macros, these all narow down to
|
||||
/* return location macros, these all narrow down to
|
||||
* pointer types, because return values need to be
|
||||
* passed by reference
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user