Searched refs:hotspots (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp33 // Returns the number of hotspots, and the array of hotspots.
38 int ParseSHG( const wxChar* fileName, HotSpot **hotspots) argument
60 *hotspots = new HotSpot[nHotspots];
77 (*hotspots)[i].type = (HotspotType)(sib.hotspotType & 0xFB);
78 (*hotspots)[i].left = sib.left;
79 (*hotspots)[i].top = sib.top;
80 (*hotspots)[i].right = sib.left + sib.width;
81 (*hotspots)[i].bottom = sib.top + sib.height;
82 (*hotspots)[
113 HotSpot *hotspots = NULL; local
[all...]
H A Dreadshg.h53 // Returns the number of hotspots, and the array of hotspots.
58 extern int ParseSHG( const wxChar* fileName, HotSpot **hotspots);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex2432 command. This allows images in HTML to have hotspots, where the user clicks on a
2690 If the argument is yes, on or ok, subsequent WinHelp hotspots will be green.
2691 If any other value, the hotspots will be the normal text colour. Note that this
2692 doesn't apply to section hotspots, only to helpref hotspots.
2696 If the argument is yes, on or ok, subsequent WinHelp hotspots will be
2697 underlined (the default). If any other value, the hotspots will not be
2698 underlined. Note that this doesn't apply to section hotspots, only to
2699 helpref hotspots.

Completed in 114 milliseconds