RPR DockWindowActivate

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(void DockWindowActivate(HWND hwnd))
(Examples)
 
(4 intermediate revisions not shown)
Line 6: Line 6:
==Parameters==
==Parameters==
  hwnd, the handle of the docked window
  hwnd, the handle of the docked window
 +
==Returns==
==Returns==
Nothing
Nothing
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
-
{{SeeAlsoDockFunctions}}
+
{{SeeAlso_window}}
 +
 
 +
''(Section automatically generated, edits may be overwritten.)''
==Stuff==
==Stuff==

Latest revision as of 12:19, 28 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR DockWindowActivate
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR DockWindowActivate

Contents

DockWindowActivate()

void DockWindowActivate(HWND hwnd)

Activate (pass focus to) a specified docked window.

Parameters

hwnd, the handle of the docked window

Returns

Nothing

Examples

C++

 

Perl

 

Python

 

See Also

window: GetTooltipWindow, TrackList_AdjustWindows, DockWindowActivate, DockWindowAdd, DockWindowRemove,

(Section automatically generated, edits may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR DockWindowActivate
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR DockWindowActivate

Personal tools