[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


Navigation Events

Here are the events discussed in this section:


Goto Function

Purpose:

Jumps to the specified function defined in the active editor window.


Goto Function name

Description:

This event is equivalent to selecting a routine name in the active editor window's function pop-up menu. The insertion point does not move when a function is selected with this event.

Returns:

None.

Listing 0.32 Examples for Goto Function


Goto Function "main"
Goto Function "SkipBlanks"


Goto Line

Purpose:

Jumps to the specified line number in the active editor window.


Goto Line number

Description:

Goto Line moves the insertion point to the specified line number, number, in the active editor window. If the line number specified exceeds the last line number, the insertion point is placed at the last line.

Returns:

None.

Listing 0.33 Examples for Goto Line


Goto Line 1
Goto Line 493


Open Browser

Purpose:

Displays a class, member function, or data member object in a single class browser window. You cannot display a procedural function.


Open Browser reference

Returns:

None.

Listing 0.34 Example for Open Browser


Open Browser class "CPowerTelnetApp"
Open Browser member function 2 of class "CPowerTelnetApp"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 02, 2000