Lines Matching defs:lines
391 * Description: Finds the Maximum number of lines that will fit in
394 * height - height to fit lines into.
395 * Returns: the number of lines that will fit.
415 * lines.
417 * lines - the number of lines.
423 MaxHeight(w, lines)
425 int lines;
679 * Description: Finds the Maximum number of lines that will fit in
682 * height - height to fit lines into.
683 * Returns: the number of lines that will fit.
708 * lines.
710 * lines - the number of lines.
717 XawTextSinkMaxHeight(Widget w, int lines)
719 XawTextSinkMaxHeight(w, lines)
721 int lines;
726 return((*class->text_sink_class.MaxHeight)(w, lines));