Description | ||||||||
Set the current context for the specified window. | ||||||||
Synopsis | ||||||||
#include <ProRibbonContext.h> | ||||||||
ProError | ProRibbonContextSet | ( | ||||||
int win_id | ||||||||
/* (In) | ||||||||
the window id. You may use PRO_VALUE_UNUSED to indicate the current window. Currently, only the current window is supported. | ||||||||
*/ | ||||||||
ProRibbonContext context | ||||||||
/* (In) | ||||||||
the ribbon context. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|