Method | Description | |
---|---|---|
DisableEvent ( object eventId ) : void | ||
Dispose ( ) : void | ||
EnableEvent ( object eventId ) : void | ||
Hide ( ) : void | ||
Initialize ( IPopoverEventSink sink ) : void | ||
InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
Show ( Xwt orientation, Xwt reference, Xwt positionRect, Gtk.Widget child ) : void |
Method | Description | |
---|---|---|
HandleParentFocusInEvent ( object o, Gtk.FocusInEventArgs args ) : void | ||
UpdatePopoverPosition ( |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public Initialize ( IPopoverEventSink sink ) : void | ||
sink | IPopoverEventSink | |
return | void |
public InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
frontend | object | |
context | Xwt.Backends.ApplicationContext | |
return | void |
public Show ( Xwt orientation, Xwt reference, Xwt positionRect, Gtk.Widget child ) : void | ||
orientation | Xwt | |
reference | Xwt | |
positionRect | Xwt | |
child | Gtk.Widget | |
return | void |