Detailed Description

Enumerations

enum  {
  POPUP_ABOVE ,
  POPUP_BELOW ,
  POPUP_CENTERVERT ,
  POPUP_LEFT ,
  POPUP_RIGHT ,
  POPUP_CENTERHORIZ ,
  POPUP_ADJUSTWIDTH ,
  POPUP_ADJUSTHEIGHT ,
  POPUP_EXECUTECOMMANDS ,
  POPUP_ALLOWUNDOCK ,
  POPUP_ALLOWUNDOCK_REC ,
  POPUP_ALLOW_FILTERING ,
  POPUP_
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
POPUP_ABOVE 

Open above mouse.

POPUP_BELOW 

Open below mouse.

POPUP_CENTERVERT 

Open centered vertically around mouse.

POPUP_LEFT 

Open to the left of the mouse.

POPUP_RIGHT 

Open to the right of the mouse.

POPUP_CENTERHORIZ 

Open centered horizontally around mouse.

POPUP_ADJUSTWIDTH 

Internal.

POPUP_ADJUSTHEIGHT 

Internal.

POPUP_EXECUTECOMMANDS 

Execute commands immediately.

POPUP_ALLOWUNDOCK 

Allow to undock popup menu.

POPUP_ALLOWUNDOCK_REC 

Allow to undock popup menu for children.

POPUP_ALLOW_FILTERING 
POPUP_