Method | Description | |
---|---|---|
ConvertToScreenCoordinates ( System.Point widgetCoordinates ) : System.Point | ||
DisableEvent ( object eventId ) : void | ||
Dispose ( ) : void | ||
DragStart ( |
||
EnableEvent ( object eventId ) : void | ||
GetWidget ( IWidgetBackend w ) : Gtk.Widget | ||
GetWidgetWithPlacement ( IWidgetBackend childBackend ) : Gtk.Widget | ||
Initialize ( ) : void | ||
RemoveChildPlacement ( Gtk w ) : void | ||
SetChildPlacement ( IWidgetBackend childBackend ) : void | ||
SetCursor ( CursorType cursor ) : void | ||
SetDragSource ( TransferDataType types, DragDropAction dragAction ) : void | ||
SetDragTarget ( TransferDataType types, DragDropAction dragAction ) : void | ||
SetFocus ( ) : void | ||
SetSizeConstraints ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : void | ||
UpdateChildPlacement ( IWidgetBackend childBackend ) : void | ||
UpdateLayout ( ) : void |
Method | Description | |
---|---|---|
AllocEventBox ( bool visibleWindow = false ) : void | ||
Dispose ( bool disposing ) : void | ||
GetButtonPressEventArgs ( Gtk args ) : ButtonEventArgs | ||
GetButtonReleaseEventArgs ( Gtk args ) : ButtonEventArgs | ||
GetKeyPressEventArgs ( Gtk args ) : KeyEventArgs | ||
GetKeyReleaseEventArgs ( Gtk args ) : KeyEventArgs | ||
GetMouseMovedEventArgs ( Gtk args ) : MouseMovedEventArgs | ||
GetScrollEventArgs ( Gtk args ) : MouseScrolledEventArgs | ||
OnEnterNotifyEvent ( Gtk args ) : void | ||
OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void | ||
OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void | ||
OnSetDragTarget ( Gtk table, Gdk actions ) : void |
Method | Description | |
---|---|---|
ConvertDragAction ( Gdk dragAction ) : DragDropAction | ||
ConvertDragAction ( DragDropAction dragAction ) : Gdk.DragAction | ||
DoDragDataReceived ( Gdk context, int x, int y, Gtk selectionData, uint info, uint time ) : bool | ||
DoDragDrop ( Gdk context, int x, int y, uint time ) : bool | ||
DoDragMotion ( Gdk context, int x, int y, uint time ) : bool | ||
DoDragaDataDelete ( ) : void | ||
FinishDrag ( bool delete ) : void | ||
HandleButtonPressEvent ( object o, Gtk args ) : void | ||
HandleButtonReleaseEvent ( object o, Gtk args ) : void | ||
HandleDragBegin ( object o, Gtk args ) : void | ||
HandleDragDataDelete ( object o, Gtk args ) : void | ||
HandleDragFailed ( object o, Gtk args ) : void | ||
HandleEnterNotifyEvent ( object o, Gtk args ) : void | ||
HandleImCommitEvent ( object o, Gtk args ) : void | ||
HandleKeyPressEvent ( object o, Gtk args ) : void | ||
HandleKeyReleaseEvent ( object o, Gtk args ) : void | ||
HandleLeaveNotifyEvent ( object o, Gtk args ) : void | ||
HandleMotionNotifyEvent ( object o, Gtk args ) : void | ||
HandleScrollEvent ( object o, Gtk args ) : void | ||
HandleTextInputKeyPressEvent ( object o, Gtk args ) : void | ||
HandleTextInputKeyReleaseEvent ( object o, Gtk args ) : void | ||
HandleTextInserted ( object o, Gtk args ) : void | ||
HandleWidgetBoundsChanged ( object o, Gtk args ) : void | ||
HandleWidgetDragBegin ( object o, Gtk args ) : void | ||
HandleWidgetDragDataGet ( object o, Gtk args ) : void | ||
HandleWidgetDragDataReceived ( object o, Gtk args ) : void | ||
HandleWidgetDragDrop ( object o, Gtk args ) : void | ||
HandleWidgetDragEnd ( object o, Gtk args ) : void | ||
HandleWidgetDragLeave ( object o, Gtk args ) : void | ||
HandleWidgetDragMotion ( object o, Gtk args ) : void | ||
HandleWidgetFocusInEvent ( object o, |
||
HandleWidgetFocusOutEvent ( object o, Gtk args ) : void | ||
IBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
IWidgetBackend ( IWidgetEventSink sink ) : void | ||
MarkDestroyed ( Widget w ) : void | ||
NeedsAlignmentWrapper ( Widget fw ) : bool | ||
QueryDragData ( Gdk ctx, uint time, bool isMotionEvent ) : void | ||
RunWhenRealized ( Action a ) : void | ||
SubscribeCursorEnterLeaveEvent ( ) : void |
protected AllocEventBox ( bool visibleWindow = false ) : void | ||
visibleWindow | bool | |
return | void |
public ConvertToScreenCoordinates ( System.Point widgetCoordinates ) : System.Point | ||
widgetCoordinates | System.Point | |
return | System.Point |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public DragStart ( |
||
sdata | ||
return | void |
protected GetButtonPressEventArgs ( Gtk args ) : ButtonEventArgs | ||
args | Gtk | |
return | ButtonEventArgs |
protected GetButtonReleaseEventArgs ( Gtk args ) : ButtonEventArgs | ||
args | Gtk | |
return | ButtonEventArgs |
protected GetKeyPressEventArgs ( Gtk args ) : KeyEventArgs | ||
args | Gtk | |
return | KeyEventArgs |
protected GetKeyReleaseEventArgs ( Gtk args ) : KeyEventArgs | ||
args | Gtk | |
return | KeyEventArgs |
protected GetMouseMovedEventArgs ( Gtk args ) : MouseMovedEventArgs | ||
args | Gtk | |
return | MouseMovedEventArgs |
protected GetScrollEventArgs ( Gtk args ) : MouseScrolledEventArgs | ||
args | Gtk | |
return | MouseScrolledEventArgs |
public static GetWidget ( IWidgetBackend w ) : Gtk.Widget | ||
w | IWidgetBackend | |
return | Gtk.Widget |
public static GetWidgetWithPlacement ( IWidgetBackend childBackend ) : Gtk.Widget | ||
childBackend | IWidgetBackend | |
return | Gtk.Widget |
protected OnEnterNotifyEvent ( Gtk args ) : void | ||
args | Gtk | |
return | void |
protected OnSetDragSource ( Gdk modifierType, Gtk table, Gdk actions ) : void | ||
modifierType | Gdk | |
table | Gtk | |
actions | Gdk | |
return | void |
protected OnSetDragStatus ( Gdk context, int x, int y, uint time, Gdk action ) : void | ||
context | Gdk | |
x | int | |
y | int | |
time | uint | |
action | Gdk | |
return | void |
protected OnSetDragTarget ( Gtk table, Gdk actions ) : void | ||
table | Gtk | |
actions | Gdk | |
return | void |
public static RemoveChildPlacement ( Gtk w ) : void | ||
w | Gtk | |
return | void |
public static SetChildPlacement ( IWidgetBackend childBackend ) : void | ||
childBackend | IWidgetBackend | |
return | void |
public SetCursor ( CursorType cursor ) : void | ||
cursor | CursorType | |
return | void |
public SetDragSource ( TransferDataType types, DragDropAction dragAction ) : void | ||
types | TransferDataType | |
dragAction | DragDropAction | |
return | void |
public SetDragTarget ( TransferDataType types, DragDropAction dragAction ) : void | ||
types | TransferDataType | |
dragAction | DragDropAction | |
return | void |
public SetSizeConstraints ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : void | ||
widthConstraint | SizeConstraint | |
heightConstraint | SizeConstraint | |
return | void |
public UpdateChildPlacement ( IWidgetBackend childBackend ) : void | ||
childBackend | IWidgetBackend | |
return | void |