示例#1
0
文件: KAction.cs 项目: KDE/kimono
 public void SetShapeGesture(KShapeGesture gest)
 {
     interceptor.Invoke("setShapeGesture#", "setShapeGesture(const KShapeGesture&)", typeof(void), typeof(KShapeGesture), gest);
 }
示例#2
0
文件: KAction.cs 项目: KDE/kimono
 public void SetShapeGesture(KShapeGesture gest, uint type)
 {
     interceptor.Invoke("setShapeGesture#$", "setShapeGesture(const KShapeGesture&, KAction::ShortcutTypes)", typeof(void), typeof(KShapeGesture), gest, typeof(uint), type);
 }