FLTK logo

STR #1480

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #1480

Application:FLTK Library
Status:5 - New
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:3 - Applies to all machines and operating systems
Subsystem:Unassigned
Summary:User messages
Version:2.0-feature
Created By:thomue
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 thomue
02:10 Oct 27, 2006
Hi all,

do we want to declare an event-scope that is dedicated
exclusively to the user like WM_APP or WM_USER in Windows.

section from events.h :

/*! Numbers passed to Widget::handle() and returned by event(). */
enum {
  NO_EVENT = 0,
  PUSH = 1,
  RELEASE = 2,
  ENTER = 3,
  LEAVE = 4,
  DRAG = 5,
  FOCUS = 6,
  UNFOCUS = 7,
  KEY = 8,
  KEYUP = 9,
  FOCUS_CHANGE = 10,
  MOVE = 11,
  SHORTCUT = 12,
  DEACTIVATE = 13,
  ACTIVATE = 14,
  HIDE = 15,
  SHOW = 16,
  PASTE = 17,
  TIMEOUT = 18,
  MOUSEWHEEL = 19,
  DND_ENTER = 20,
  DND_DRAG = 21,
  DND_LEAVE = 22,
  DND_RELEASE = 23,
  TOOLTIP = 24,
  
  USER_EVENTS   = 1000 // for example
};

Regards,
Thomas
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.