mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
Small typo fixes
We generally talk about the 'windowing system' in the GDK frontend docs, not the 'window manager'.
This commit is contained in:
parent
0ea1a526f9
commit
3d2dcc2bfe
@ -10927,14 +10927,13 @@ gdk_window_set_shadow_width (GdkWindow *window,
|
|||||||
* @window: a #GdkWindow
|
* @window: a #GdkWindow
|
||||||
* @event: a #GdkEvent to show the menu for
|
* @event: a #GdkEvent to show the menu for
|
||||||
*
|
*
|
||||||
* Asks the window menu to show the window menu. The window menu is
|
* Asks the windowing system to show the window menu. The window menu
|
||||||
* the menu shown when right-clicking the titlebar on traditional
|
* is the menu shown when right-clicking the titlebar on traditional
|
||||||
* windows managed by the window manager. This is useful for windows
|
* windows managed by the window manager. This is useful for windows
|
||||||
* using client-side decorations, activating it with a right-click
|
* using client-side decorations, activating it with a right-click
|
||||||
* on the window decorations.
|
* on the window decorations.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if the window menu was shown by the window
|
* Returns: %TRUE if the window menu was shown and %FALSE otherwise.
|
||||||
* manager and %FALSE otherwise.
|
|
||||||
*
|
*
|
||||||
* Since: 3.14
|
* Since: 3.14
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user