forked from AuroraMiddleware/gtk
docs: add missing docs for GtkAccelKey
This commit is contained in:
parent
33fc160cd2
commit
62d8baa215
@ -114,6 +114,12 @@ struct _GtkAccelGroupClass
|
||||
void (*_gtk_reserved4) (void);
|
||||
};
|
||||
|
||||
/**
|
||||
* GtkAccelKey:
|
||||
* @accel_key: The accelerator keyval
|
||||
* @accel_mods:The accelerator modifiers
|
||||
* @accel_flags: The accelerator flags
|
||||
*/
|
||||
struct _GtkAccelKey
|
||||
{
|
||||
guint accel_key;
|
||||
|
Loading…
Reference in New Issue
Block a user