• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:is

26 is either processed internally by the control or used for navigation between
29 wxEVT\_CHAR events for TAB pressed - normally, TAB is used for passing to the
37 style is ignored under other platforms.}
39 under Win32, this style is ignored under other platforms}
41 wxTextUrlEvents when mouse events occur over them. This style is only supported
54 \twocolitem{\windowstyle{wxTE\_BESTWRAP}}{Wrap the lines at word boundaries or at any other character if there are words longer than the window width (this is the default).}
95 wxTE\_RICH} style is required for style support). To use the styles you can
98 change the style of the text already in the control (the first solution is
104 If there is no default style, the attributes of the text control itself are
158 Another commonly requested need is to redirect {\bf std::cout} to the text
203 // the point asked is ...
206 wxTE_HT_UNKNOWN = -2, // this means HitTest() is simply not implemented
230 when the text controls contents changes - whether this is due to user input or
231 comes from the program itself (for example, if SetValue() is called); see ChangeValue() for
234 generated when enter is pressed in a text control (which must have
281 size will be wrapped (but no newline character is inserted). Single line
282 controls don't have a horizontal scrollbar, the text is automatically scrolled
283 so that the \helpref{insertion point}{wxtextctrlgetinsertionpoint} is always
286 % VZ: this is no longer true
287 %Under Windows, if the {\bf wxTE\_MULTILINE} style is used, the window is implemented
315 After the text is appended, the insertion point will be at the end of the text control. If this behaviour is not desired,
342 text control. On some platforms (Motif, GTK) this is an approximation
343 and returns {\tt true} if the control is editable, {\tt false} otherwise.
350 Returns {\tt true} if there is a redo facility available and the last operation
358 Returns {\tt true} if there is an undo facility available and the last operation
437 Returns the insertion point. This is defined as the zero based index of the
439 the insertion point is at the end of the text control, it is equal to
444 point or the zero character if the point is at the end of the control.
462 which is equal to the number of characters in the control.
506 is), so GetNumberOfLines() never returns $0$.
509 text control is calculated by actually counting newline characters in the
512 number of physical lines in the control is returned.
566 Gets the text currently selected in the control. If there is no selection, the
567 returned string is empty.
602 pixels. If the return code is not \texttt{wxTE\_HT\_UNKNOWN} the row and column
604 \arg{row} parameters (unless the pointers are {\tt NULL} which is allowed).
606 Please note that this function is currently only implemented in wxUniv,
631 Returns \true if the control is currently empty. This is the same as
654 Returns {\tt true} if this is a multi line edit control and {\tt false}
666 Returns {\tt true} if this is a single line edit control and {\tt false}
684 \docparam{fileType}{The type of file to load. This is currently ignored in wxTextCtrl.}
700 %% It is possible to intercept character
737 is to load the first dropped file into the control.
745 This is not implemented on non-Windows platforms.
783 y values, so (x,y) = PositionToXY() is equivalent to the call described
794 If there is a redo facility and the last operation can be redone, redoes the last operation. Does nothing
795 if there is no redo facility.
838 \docparam{fileType}{The type of file to save. This is currently ignored in wxTextCtrl.}
849 Changes the default style to use for the new text which is going to be added
853 If either of the font, foreground, or background colour is not set in\rtfsp
858 However if the {\it style} parameter is the default wxTextAttr, then the
859 default style is just reset (instead of being combined with the new style which
884 \docparam{editable}{If {\tt true}, the control is editable. If {\tt false}, the control is read-only.}
906 Sets the insertion point at the end of the text control. This is equivalent
918 If {\it len} is $0$, the previously set max length limit, if any, is discarded
923 already is filled up to the maximal length, a
924 {\tt wxEVT\_COMMAND\_TEXT\_MAXLEN} event is sent to notify the program about it
926 extra input is discarded.
952 in the control is selected.
965 Changes the style of the given range. If any attribute within {\it style} is
966 not set, the corresponding attribute from \helpref{GetDefaultStyle()}{wxtextctrlgetdefaultstyle} is used.
997 This function is deprecated and should not be used in new code. Please use the
1002 \docparam{value}{The new value to set. It may contain newline characters if the text control is multi-line.}
1015 This is the only difference with \helpref{SetValue}{wxtextctrlsetvalue}.
1022 \docparam{value}{The new value to set. It may contain newline characters if the text control is multi-line.}
1040 If there is an undo facility and the last operation can be undone, undoes the last operation. Does nothing
1041 if there is no undo facility.