InputStringDialog Class Reference

List of all members.

Detailed Description

A window enter the line number to go to .


Public Member Functions

void show (char[] initialText, void delegate(String userString) dlg)
 Shows this GotoLineDialog with a maximum line number.
void show (String initialText, void delegate(String userString) dlg)
 Shows this GotoLineDialog with a maximum line number.
private void show ()
 Show on the same position as before.
void hide ()
 remembers the position and hides the dialog
private void setup ()
 creates the layout of the dialog


Member Function Documentation

void InputStringDialog.hide  ) 
 

remembers the position and hides the dialog

private void InputStringDialog.setup  ) 
 

creates the layout of the dialog

private void InputStringDialog.show  ) 
 

Show on the same position as before.

void InputStringDialog.show String  initialText,
void delegate(String userString)  dlg
 

Shows this GotoLineDialog with a maximum line number.

Parameters:
maxLines the last line number the user can enter

void InputStringDialog.show char[]  initialText,
void delegate(String userString)  dlg
 

Shows this GotoLineDialog with a maximum line number.

Parameters:
maxLines the last line number the user can enter


SourceForge.net Logo DSource.org Logo digitalmars.com Logo