ToolBarImageButton

image button for toolbar

Constructors

this
this(Action a)
Undocumented in source.

Members

Mixins

__anonymous
mixin ActionTooltipSupport
Undocumented in source.

Mixed In Members

From mixin ActionTooltipSupport

hasTooltip
bool hasTooltip [@property getter]

returns true if widget has tooltip to show

createTooltip
Widget createTooltip(int mouseX, int mouseY, uint alignment, int x, int y)

will be called from window once tooltip request timer expired; if null is returned, popup will not be shown; you can change alignment and position of popup here

Meta