search for: hl_align_centre

Displaying 1 result from an estimated 1 matches for "hl_align_centre".

Did you mean: wxhl_align_centre
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...nk. + + +h2. Derived from + +"Control":control.html + +"Window":window.html + +"EvtHandler":evthandler.html + +"Object":object.html + + +h2. Window styles + + + +|@HL_ALIGN_LEFT@|Align the text to the left.| +|@HL_ALIGN_RIGHT@|Align the text to the right.| +|@HL_ALIGN_CENTRE@|Center the text (horizontally).| +|@HL_CONTEXTMENU@|Pop up a context menu when the hyperlink is right-clicked. The context menu contains a @``Copy URL"@ menu item which is automatically handled by the hyperlink and which just copies in the clipboard the URL (not the label) of the control.| +|...