mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
docs: Tweak GdkPopup docs
This commit is contained in:
parent
3afd5d7a89
commit
94305f248b
@ -27,9 +27,13 @@
|
|||||||
* SECTION:gdkpopup
|
* SECTION:gdkpopup
|
||||||
* @Short_description: Interface for popup surfaces
|
* @Short_description: Interface for popup surfaces
|
||||||
* @Title: Popups
|
* @Title: Popups
|
||||||
|
* @See_also: #GdkToplevel, #GdkSurface
|
||||||
*
|
*
|
||||||
* A #GdkPopup is a surface that is attached to another surface,
|
* A #GdkPopup is a surface that is attached to another surface,
|
||||||
* and is positioned relative to it.
|
* called its #GdkPopup:parent, and is positioned relative to it.
|
||||||
|
*
|
||||||
|
* #GdkPopups are typically used to implement menus and similar popups.
|
||||||
|
* They can be modal, which is indicated by the #GdkPopup:autohide property.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
G_DEFINE_INTERFACE (GdkPopup, gdk_popup, GDK_TYPE_SURFACE)
|
G_DEFINE_INTERFACE (GdkPopup, gdk_popup, GDK_TYPE_SURFACE)
|
||||||
|
Loading…
Reference in New Issue
Block a user