gtkmm 4.17.0
|
Interface for managing shortcuts. More...
#include <gtkmm/shortcutmanager.h>
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Protected Member Functions | |
ShortcutManager () | |
You should derive from this class to use it. | |
virtual void | add_controller_vfunc (const Glib::RefPtr< ShortcutController > &controller) |
virtual void | remove_controller_vfunc (const Glib::RefPtr< ShortcutController > &controller) |
![]() | |
ObjectBase () | |
ObjectBase (const char *custom_type_name) | |
ObjectBase (const std::type_info &custom_type_info) | |
ObjectBase (ObjectBase &&src) noexcept | |
ObjectBase & | operator= (ObjectBase &&src) noexcept |
virtual | ~ObjectBase () noexcept=0 |
void | initialize (GObject *castitem) |
void | initialize_move (GObject *castitem, Glib::ObjectBase *previous_wrapper) |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gtk::ShortcutManager > | wrap (GtkShortcutManager *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
Additional Inherited Members | |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
Interface for managing shortcuts.
The Gtk::ShortcutManager interface is used to implement shortcut scopes.
This is important for Gtk::Native widgets that have their own surface, since the event controllers that are used to implement managed and global scopes are limited to the same native.
Examples of widgets implementing Gtk::ShortcutManager are Gtk::Window and Gtk::Popover.
|
protected |
You should derive from this class to use it.
|
noexcept |
|
overridenoexcept |
|
protectedvirtual |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
|
noexcept |
|
protectedvirtual |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |