C# 클래스 Monodoc.Widgets.EventInfo

파일 보기 프로젝트 열기: mono/monodoc-widgets 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Button uint
Clicks uint
Position Gdk.Point

공개 메소드들

메소드 설명
EventInfo ( Gdk pos, uint button, uint clicks ) : System

메소드 상세

EventInfo() 공개 메소드

public EventInfo ( Gdk pos, uint button, uint clicks ) : System
pos Gdk
button uint
clicks uint
리턴 System

프로퍼티 상세

Button 공개적으로 프로퍼티

public uint Button
리턴 uint

Clicks 공개적으로 프로퍼티

public uint Clicks
리턴 uint

Position 공개적으로 프로퍼티

public Gdk.Point Position
리턴 Gdk.Point