Macro: ACTIVATE_VIEW

Module location: Dfdafmac.pkg line 45 (view source)

These commands get found first and will override the commands of the same name in cd-stuff. With WINDAF we expect views to be placed inside of a main_panel object.

    Register_Object !3
    
    // created so you can use Activate_view and Deferred_view with a
    // single syntax.
    Function !1_Handle Returns Handle
        Function_Return (!3(Self))
    End_Procedure
    
    Procedure !1
        Send Activate_View to (!3(Self))
    End_Procedure