C# Class Stetic.DND

Show file Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
AddFault ( Stetic owner, object faultId, Gtk orientation, Gdk fault ) : void
AddFault ( Stetic owner, object faultId, Gtk side, Gtk widget ) : void
AddFault ( Stetic owner, object faultId, Gtk orientation, Gtk before, Gtk after ) : void
AddFault ( Stetic owner, object faultId, Gtk orientation, int x, int y, int width, int height ) : void
AddHFault ( Stetic owner, object faultId, Gtk above, Gtk below ) : void
AddVFault ( Stetic owner, object faultId, Gtk left, Gtk right ) : void
Cancel ( ) : Gtk.Widget
ClearFaults ( Stetic owner ) : void
DestSet ( Gtk dest, bool automatic ) : void
DestUnset ( Gtk dest ) : void
Drag ( Gtk source, Gdk evt, Gtk dragWidget ) : void
Drag ( Gtk source, Gdk ctx, WidgetDropCallback dropCallback, string label ) : void
Drop ( Gdk ctx, Gtk target, uint time ) : Gtk.Widget
Drop ( Gdk ctx, uint time, ObjectWrapper targetWrapper, string dropData ) : void
SourceSet ( Gtk source ) : void
SourceUnset ( Gtk source ) : void

Private Methods

Method Description
ClearFaults ( Gtk widget ) : void
DND ( ) : System
DestroySplitter ( ) : void
Drag ( Gtk source, Gdk ctx, WidgetDropCallback dropCallback, Gtk dragWidget ) : void
DragDataGet ( object obj, Gtk args ) : void
DragEnded ( object obj, Gtk args ) : void
FaultDragDataReceived ( object obj, Gtk args ) : void
FaultDragDrop ( object obj, Gtk args ) : void
FaultDragLeave ( object obj, Gtk args ) : void
FaultDragMotion ( object obj, Gtk args ) : void
FaultDrop ( Stetic wrapper, int x, int y, Gtk targetWidget ) : void
FaultWidgetDestroyed ( object widget, EventArgs args ) : void
FindFault ( int x, int y, Gtk w ) : Fault
HideFaults ( ) : void
NewWindow ( Gtk parent, Gdk wclass ) : Gdk.Window
ShowFaults ( ) : void

Method Details

AddFault() public static method

public static AddFault ( Stetic owner, object faultId, Gtk orientation, Gdk fault ) : void
owner Stetic
faultId object
orientation Gtk
fault Gdk
return void

AddFault() public static method

public static AddFault ( Stetic owner, object faultId, Gtk side, Gtk widget ) : void
owner Stetic
faultId object
side Gtk
widget Gtk
return void

AddFault() public static method

public static AddFault ( Stetic owner, object faultId, Gtk orientation, Gtk before, Gtk after ) : void
owner Stetic
faultId object
orientation Gtk
before Gtk
after Gtk
return void

AddFault() public static method

public static AddFault ( Stetic owner, object faultId, Gtk orientation, int x, int y, int width, int height ) : void
owner Stetic
faultId object
orientation Gtk
x int
y int
width int
height int
return void

AddHFault() public static method

public static AddHFault ( Stetic owner, object faultId, Gtk above, Gtk below ) : void
owner Stetic
faultId object
above Gtk
below Gtk
return void

AddVFault() public static method

public static AddVFault ( Stetic owner, object faultId, Gtk left, Gtk right ) : void
owner Stetic
faultId object
left Gtk
right Gtk
return void

Cancel() public static method

public static Cancel ( ) : Gtk.Widget
return Gtk.Widget

ClearFaults() public static method

public static ClearFaults ( Stetic owner ) : void
owner Stetic
return void

DestSet() public static method

public static DestSet ( Gtk dest, bool automatic ) : void
dest Gtk
automatic bool
return void

DestUnset() public static method

public static DestUnset ( Gtk dest ) : void
dest Gtk
return void

Drag() public static method

public static Drag ( Gtk source, Gdk evt, Gtk dragWidget ) : void
source Gtk
evt Gdk
dragWidget Gtk
return void

Drag() public static method

public static Drag ( Gtk source, Gdk ctx, WidgetDropCallback dropCallback, string label ) : void
source Gtk
ctx Gdk
dropCallback WidgetDropCallback
label string
return void

Drop() public static method

public static Drop ( Gdk ctx, Gtk target, uint time ) : Gtk.Widget
ctx Gdk
target Gtk
time uint
return Gtk.Widget

Drop() public static method

public static Drop ( Gdk ctx, uint time, ObjectWrapper targetWrapper, string dropData ) : void
ctx Gdk
time uint
targetWrapper ObjectWrapper
dropData string
return void

SourceSet() public static method

public static SourceSet ( Gtk source ) : void
source Gtk
return void

SourceUnset() public static method

public static SourceUnset ( Gtk source ) : void
source Gtk
return void