Added the ability to assign shortcuts to all bar modules. (#278)
This commit is contained in:
1
lib/types/widget.d.ts
vendored
1
lib/types/widget.d.ts
vendored
@@ -26,3 +26,4 @@ export type GLabel = Gtk.Label;
|
||||
export type GCenterBox = Gtk.Box;
|
||||
|
||||
export type EventHandler<Self> = (self: Self, event: Gdk.Event) => boolean | unknown;
|
||||
export type EventArgs = { clicked: Button<Child, Attribute>; event: Gdk.Event };
|
||||
|
||||
Reference in New Issue
Block a user