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

FOX System Defined Selector Types


Enumerations

enum  FX::FXSelType {
  SEL_NONE,
  FX::SEL_KEYPRESS,
  FX::SEL_KEYRELEASE,
  FX::SEL_LEFTBUTTONPRESS,
  FX::SEL_LEFTBUTTONRELEASE,
  FX::SEL_MIDDLEBUTTONPRESS,
  FX::SEL_MIDDLEBUTTONRELEASE,
  FX::SEL_RIGHTBUTTONPRESS,
  FX::SEL_RIGHTBUTTONRELEASE,
  FX::SEL_MOTION,
  FX::SEL_ENTER,
  FX::SEL_LEAVE,
  FX::SEL_FOCUSIN,
  FX::SEL_FOCUSOUT,
  SEL_KEYMAP,
  FX::SEL_UNGRABBED,
  FX::SEL_PAINT,
  SEL_CREATE,
  SEL_DESTROY,
  SEL_UNMAP,
  SEL_MAP,
  FX::SEL_CONFIGURE,
  FX::SEL_SELECTION_LOST,
  FX::SEL_SELECTION_GAINED,
  FX::SEL_SELECTION_REQUEST,
  FX::SEL_RAISED,
  FX::SEL_LOWERED,
  FX::SEL_CLOSE,
  FX::SEL_DELETE,
  FX::SEL_MINIMIZE,
  FX::SEL_RESTORE,
  FX::SEL_MAXIMIZE,
  FX::SEL_UPDATE,
  FX::SEL_COMMAND,
  FX::SEL_CLICKED,
  FX::SEL_DOUBLECLICKED,
  FX::SEL_TRIPLECLICKED,
  FX::SEL_MOUSEWHEEL,
  FX::SEL_CHANGED,
  FX::SEL_VERIFY,
  FX::SEL_DESELECTED,
  FX::SEL_SELECTED,
  FX::SEL_INSERTED,
  FX::SEL_REPLACED,
  FX::SEL_DELETED,
  FX::SEL_OPENED,
  FX::SEL_CLOSED,
  FX::SEL_EXPANDED,
  FX::SEL_COLLAPSED,
  FX::SEL_BEGINDRAG,
  FX::SEL_ENDDRAG,
  FX::SEL_DRAGGED,
  FX::SEL_LASSOED,
  FX::SEL_TIMEOUT,
  FX::SEL_SIGNAL,
  FX::SEL_CLIPBOARD_LOST,
  FX::SEL_CLIPBOARD_GAINED,
  FX::SEL_CLIPBOARD_REQUEST,
  FX::SEL_CHORE,
  FX::SEL_FOCUS_SELF,
  FX::SEL_FOCUS_RIGHT,
  SEL_FOCUS_LEFT,
  SEL_FOCUS_DOWN,
  SEL_FOCUS_UP,
  SEL_FOCUS_NEXT,
  SEL_FOCUS_PREV,
  FX::SEL_DND_ENTER,
  FX::SEL_DND_LEAVE,
  FX::SEL_DND_DROP,
  FX::SEL_DND_MOTION,
  FX::SEL_DND_REQUEST,
  FX::SEL_IO_READ,
  FX::SEL_IO_WRITE,
  FX::SEL_IO_EXCEPT,
  FX::SEL_PICKED,
  FX::SEL_QUERY_TIP,
  FX::SEL_QUERY_HELP,
  FX::SEL_LAST
}

Enumeration Type Documentation

enum FX::FXSelType
 

Enumeration values:
SEL_KEYPRESS  Key pressed.
SEL_KEYRELEASE  Key released.
SEL_LEFTBUTTONPRESS  Left mouse button pressed.
SEL_LEFTBUTTONRELEASE  Left mouse button released.
SEL_MIDDLEBUTTONPRESS  Middle mouse button pressed.
SEL_MIDDLEBUTTONRELEASE  Middle mouse button released.
SEL_RIGHTBUTTONPRESS  Right mouse button pressed.
SEL_RIGHTBUTTONRELEASE  Right mouse button released.
SEL_MOTION  Mouse motion.
SEL_ENTER  Mouse entered window.
SEL_LEAVE  Mouse left window.
SEL_FOCUSIN  Focus into window.
SEL_FOCUSOUT  Focus out of window.
SEL_UNGRABBED  Lost the grab (Windows).
SEL_PAINT  Must repaint window.
SEL_CONFIGURE  Resize.
SEL_SELECTION_LOST  Widget lost selection.
SEL_SELECTION_GAINED  Widget gained selection.
SEL_SELECTION_REQUEST  Inquire selection data.
SEL_RAISED  Window to top of stack.
SEL_LOWERED  Window to bottom of stack.
SEL_CLOSE  Close window.
SEL_DELETE  Delete window.
SEL_MINIMIZE  Iconified.
SEL_RESTORE  No longer iconified or maximized.
SEL_MAXIMIZE  Maximized.
SEL_UPDATE  GUI update.
SEL_COMMAND  GUI command.
SEL_CLICKED  Clicked.
SEL_DOUBLECLICKED  Double-clicked.
SEL_TRIPLECLICKED  Triple-clicked.
SEL_MOUSEWHEEL  Mouse wheel.
SEL_CHANGED  GUI has changed.
SEL_VERIFY  Verify change.
SEL_DESELECTED  Deselected.
SEL_SELECTED  Selected.
SEL_INSERTED  Inserted.
SEL_REPLACED  Replaced.
SEL_DELETED  Deleted.
SEL_OPENED  Opened.
SEL_CLOSED  Closed.
SEL_EXPANDED  Expanded.
SEL_COLLAPSED  Collapsed.
SEL_BEGINDRAG  Start a drag.
SEL_ENDDRAG  End a drag.
SEL_DRAGGED  Dragged.
SEL_LASSOED  Lassoed.
SEL_TIMEOUT  Timeout occurred.
SEL_SIGNAL  Signal received.
SEL_CLIPBOARD_LOST  Widget lost clipboard.
SEL_CLIPBOARD_GAINED  Widget gained clipboard.
SEL_CLIPBOARD_REQUEST  Inquire clipboard data.
SEL_CHORE  Background chore.
SEL_FOCUS_SELF  Focus on widget itself.
SEL_FOCUS_RIGHT  Focus movements.
SEL_DND_ENTER  Drag action entering potential drop target.
SEL_DND_LEAVE  Drag action leaving potential drop target.
SEL_DND_DROP  Drop on drop target.
SEL_DND_MOTION  Drag position changed over potential drop target.
SEL_DND_REQUEST  Inquire drag and drop data.
SEL_IO_READ  Read activity on a pipe.
SEL_IO_WRITE  Write activity on a pipe.
SEL_IO_EXCEPT  Except activity on a pipe.
SEL_PICKED  Picked some location.
SEL_QUERY_TIP  Message inquiring about tooltip.
SEL_QUERY_HELP  Message inquiring about statusline help.
SEL_LAST  Last message.

Copyright © 1997-2005 Jeroen van der Zijp