Method | Description | |
---|---|---|
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
Initialize ( IMenuEventSink eventSink ) : void | ||
InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
InsertItem ( int index, IMenuItemBackend menuItem ) : void | ||
Popup ( ) : void | ||
Popup ( IWidgetBackend widget, double x, double y ) : void | ||
RemoveItem ( IMenuItemBackend menuItem ) : void |
Method | Description | |
---|---|---|
TransferProps ( Gtk oldMenu, Gtk newMenu ) : void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public Initialize ( IMenuEventSink eventSink ) : void | ||
eventSink | IMenuEventSink | |
return | void |
public InitializeBackend ( object frontend, Xwt.Backends.ApplicationContext context ) : void | ||
frontend | object | |
context | Xwt.Backends.ApplicationContext | |
return | void |
public InsertItem ( int index, IMenuItemBackend menuItem ) : void | ||
index | int | |
menuItem | IMenuItemBackend | |
return | void |
public Popup ( IWidgetBackend widget, double x, double y ) : void | ||
widget | IWidgetBackend | |
x | double | |
y | double | |
return | void |
public RemoveItem ( IMenuItemBackend menuItem ) : void | ||
menuItem | IMenuItemBackend | |
return | void |