mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
shortcutmanager: Convert docs
This commit is contained in:
parent
ded9903a83
commit
180de1041b
@ -35,6 +35,9 @@
|
|||||||
*
|
*
|
||||||
* Examples for widgets implementing `GtkShortcutManager` are
|
* Examples for widgets implementing `GtkShortcutManager` are
|
||||||
* [class@Gtk.Window] and [class@Gtk.Popover].
|
* [class@Gtk.Window] and [class@Gtk.Popover].
|
||||||
|
*
|
||||||
|
* Every widget that implements `GtkShortcutManager` will be used as a
|
||||||
|
* %GTK_SHORTCUT_SCOPE_MANAGED.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)
|
G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)
|
||||||
|
@ -34,14 +34,6 @@ G_BEGIN_DECLS
|
|||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
G_DECLARE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, GTK, SHORTCUT_MANAGER, GtkWidget)
|
G_DECLARE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, GTK, SHORTCUT_MANAGER, GtkWidget)
|
||||||
|
|
||||||
/**
|
|
||||||
* GtkShortcutManager:
|
|
||||||
*
|
|
||||||
* This object is used to implement support for #GtkShortcutScopes. Every
|
|
||||||
* widget that implements #GtkShortcutManager will be used as a
|
|
||||||
* %GTK_SHORTCUT_SCOPE_MANAGED.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkShortcutManagerInterface:
|
* GtkShortcutManagerInterface:
|
||||||
* @add_controller: Add a #GtkShortcutController to be managed.
|
* @add_controller: Add a #GtkShortcutController to be managed.
|
||||||
|
Loading…
Reference in New Issue
Block a user