gi-gtk-0.3.18.13: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.GesturePan

Contents

Description

 

Synopsis

Exported types

newtype GesturePan Source

Instances

GObject GesturePan Source 
((~) * info (ResolveGesturePanMethod t GesturePan), MethodInfo * info GesturePan p) => IsLabel t (GesturePan -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> GesturePan -> p

((~) * info (ResolveGesturePanMethod t GesturePan), MethodInfo * info GesturePan p) => IsLabelProxy t (GesturePan -> p) Source 
type ParentTypes GesturePan Source 
type AttributeList GesturePan Source 
type SignalList GesturePan Source 

Methods

gesturePanGetOrientation

gesturePanNew

gesturePanSetOrientation

Properties

Orientation

Signals

Pan

type GesturePanPanCallbackC = Ptr () -> CUInt -> CDouble -> Ptr () -> IO () Source