Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

All ways of being modal

Enumerations

enum  FX::FXModality {
  FX::MODAL_FOR_NONE,
  FX::MODAL_FOR_WINDOW,
  FX::MODAL_FOR_POPUP
}

Enumeration Type Documentation

All ways of being modal.

Enumerator:
MODAL_FOR_NONE 

Non modal event loop (dispatch normally)

MODAL_FOR_WINDOW 

Modal dialog (beep if outside of modal dialog)

MODAL_FOR_POPUP 

Modal for popup (always dispatch to popup)

Copyright © 1997-2005 Jeroen van der Zijp