C# 클래스 Gtk.Tasque.GlobalKeybinder

Provide keybindings via a fake Gtk.Menu.
파일 보기 프로젝트 열기: GNOME/tasque

공개 메소드들

메소드 설명
AddAccelerator ( EventHandler handler, uint key, Gdk modifiers, Gtk flags ) : void

Add a keybinding for this keybinder's AccelGroup.

GlobalKeybinder ( Gtk accel_group ) : System

Create a global keybinder for the given Gtk.AccelGroup.

메소드 상세

AddAccelerator() 공개 메소드

Add a keybinding for this keybinder's AccelGroup.
public AddAccelerator ( EventHandler handler, uint key, Gdk modifiers, Gtk flags ) : void
handler EventHandler /// A for when the keybinding is /// activated. ///
key uint /// A specifying the key that will /// be bound (see the Gdk.Key enumeration for common values). ///
modifiers Gdk /// The to be used on key /// for this binding. ///
flags Gtk /// The for this binding. ///
리턴 void

GlobalKeybinder() 공개 메소드

Create a global keybinder for the given Gtk.AccelGroup.
public GlobalKeybinder ( Gtk accel_group ) : System
accel_group Gtk
리턴 System