Defines | |
| #define | TOOLTIPFLAG_NoEventHandler 0x00000002 |
| #define | TOOLTIPFLAG_UserDataHandle 0x00000001 |
Typedefs | |
| typedef void * | TOOLTIPHANDLE |
Enumerations | |
| enum | TOOLTIPDELAY { TOOLTIPDELAY_Short = 0, TOOLTIPDELAY_Medium = 1, TOOLTIPDELAY_Long = 2, TOOLTIPDELAY_Max } |
Functions | |
| DEPRECATED ERRVALUE | MxToolTipAdd (Widget widget, const MIUNICODE *string, TOOLTIPHANDLE *tthandle=0, UINT32 flags=0) |
| DEPRECATED bool | MxToolTipCheckMotion (TOOLTIPHANDLE handle, const XEvent *ev, bool bAutoHide=true) |
| DEPRECATED bool | MxToolTipCheckMotion (TOOLTIPHANDLE handle, int x_root, int y_root, bool bAutoHide=true) |
| DEPRECATED void | MxToolTipDisable (TOOLTIPHANDLE handle) |
| DEPRECATED void | MxToolTipEnable (TOOLTIPHANDLE handle) |
| DEPRECATED TOOLTIPHANDLE | MxToolTipGetHandleFromUserData (Widget widget) |
| DEPRECATED ERRVALUE | MxToolTipHide (TOOLTIPHANDLE handle, UINT32 flags=0) |
| DEPRECATED bool | MxToolTipIsVisible (TOOLTIPHANDLE handle) |
| DEPRECATED ERRVALUE | MxToolTipRename (TOOLTIPHANDLE handle, const MIUNICODE *text, UINT32 flags=0) |
| DEPRECATED void | MxToolTipSetDelay (TOOLTIPHANDLE handle, int delay) |
| DEPRECATED void | MxToolTipSetDelay (TOOLTIPHANDLE handle, TOOLTIPDELAY delay) |
| DEPRECATED ERRVALUE | MxToolTipShow (TOOLTIPHANDLE handle, const MIUNICODE *text, UINT32 flags=0) |
| #define TOOLTIPFLAG_NoEventHandler 0x00000002 |
| #define TOOLTIPFLAG_UserDataHandle 0x00000001 |
| typedef void* TOOLTIPHANDLE |
| enum TOOLTIPDELAY |
| DEPRECATED ERRVALUE MxToolTipAdd | ( | Widget | widget, | |
| const MIUNICODE * | string, | |||
| TOOLTIPHANDLE * | tthandle = 0, |
|||
| UINT32 | flags = 0 | |||
| ) |
Add a ToolTip to a Widget.
| widget | Widget to add ToolTip to, must have a fontlist |
| string | String to add, NULL to use labelString from widget |
| tthandle | ToolTip handle returned if needed |
| flags | 0 or TOOLTIPFLAG_UserDataHandle or TOOLTIPFLAG_NoEventHandler |
| DEPRECATED bool MxToolTipCheckMotion | ( | TOOLTIPHANDLE | handle, | |
| const XEvent * | ev, | |||
| bool | bAutoHide = true | |||
| ) |
Check cursor motion to see if tooltip should be hidden.
| handle | ToolTip handle |
| ev | Event to check |
| DEPRECATED bool MxToolTipCheckMotion | ( | TOOLTIPHANDLE | handle, | |
| int | x_root, | |||
| int | y_root, | |||
| bool | bAutoHide = true | |||
| ) |
Check cursor motion to see if tooltip should be hidden.
| handle | ToolTip handle |
| x_root | X coordinate of cursor (relative to root window) |
| y_root | Y coordinate of cursor (relative to root window) |
| DEPRECATED void MxToolTipDisable | ( | TOOLTIPHANDLE | handle | ) |
Disable ToolTip.
| handle | ToolTip handle |
| DEPRECATED void MxToolTipEnable | ( | TOOLTIPHANDLE | handle | ) |
| DEPRECATED TOOLTIPHANDLE MxToolTipGetHandleFromUserData | ( | Widget | widget | ) |
Get ToolTip handle from NamedUserData.
| DEPRECATED ERRVALUE MxToolTipHide | ( | TOOLTIPHANDLE | handle, | |
| UINT32 | flags = 0 | |||
| ) |
Show tool tip with specified text.
| handle | ToolTip handle |
| DEPRECATED bool MxToolTipIsVisible | ( | TOOLTIPHANDLE | handle | ) |
Determine if tooltip is currently popped up.
| handle | ToolTip handle |
| DEPRECATED ERRVALUE MxToolTipRename | ( | TOOLTIPHANDLE | handle, | |
| const MIUNICODE * | text, | |||
| UINT32 | flags = 0 | |||
| ) |
Change string displayed for a specified ToolTip.
| handle | ToolTip handle |
| DEPRECATED void MxToolTipSetDelay | ( | TOOLTIPHANDLE | handle, | |
| int | delay | |||
| ) |
Set ToolTip popup delay in milliseconds.
| handle | ToolTip handle |
| delay | Delay in milliseconds |
| DEPRECATED void MxToolTipSetDelay | ( | TOOLTIPHANDLE | handle, | |
| TOOLTIPDELAY | delay | |||
| ) |
Set ToolTip popup delay.
| handle | ToolTip handle |
| DEPRECATED ERRVALUE MxToolTipShow | ( | TOOLTIPHANDLE | handle, | |
| const MIUNICODE * | text, | |||
| UINT32 | flags = 0 | |||
| ) |
Show tool tip with specified text.
| handle | ToolTip handle |
| text | Text to show |
1.5.2