gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Menu.OnPoppedUpDelegateWrapper
gtk
Menu
Menu
Undocumented in source.
class
Menu
protected
class
OnPoppedUpDelegateWrapper {
static
OnPoppedUpDelegateWrapper
[]
listeners
;
void
delegate
(
void
*,
void
*,
bool
,
bool
,
Menu
)
dlg
;
gulong
handlerId
;
this
(void delegate(void*, void*, bool, bool, Menu) dlg);
void
remove
(OnPoppedUpDelegateWrapper source);
}
Constructors
this
this
(void delegate(void*, void*, bool, bool, Menu) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPoppedUpDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnPoppedUpDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
void
*,
void
*,
bool
,
bool
,
Menu
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Menu
Menu
classes
OnMoveScrollDelegateWrapper
OnPoppedUpDelegateWrapper
constructors
this
functions
addOnMoveScroll
addOnPoppedUp
appendSubmenu
attach
attachToWidget
detach
getAccelGroup
getAccelPath
getActive
getAttachWidget
getMenuStruct
getMonitor
getReserveToggleSize
getStruct
getTearoffState
getTitle
placeOnMonitor
popdown
popup
popupAtPointer
popupAtRect
popupAtWidget
popupForDevice
prependSubmenu
reorderChild
reposition
setAccelGroup
setAccelPath
setActive
setMonitor
setReserveToggleSize
setScreen
setStruct
setTearoffState
setTitle
static functions
callBackMoveScroll
callBackMoveScrollDestroy
callBackPoppedUp
callBackPoppedUpDestroy
getForAttachWidget
getType
variables
gtkMenu