mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
added responder chain alike stuff for relaying kbd events from widget to widget
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <WINGs/WUtil.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#define WINGS_H_VERSION 20000521
|
||||
#define WINGS_H_VERSION 20010117
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -849,6 +849,10 @@ WMPoint WMGetViewScreenPosition(WMView *view);
|
||||
|
||||
WMWidget *WMWidgetOfView(WMView *view);
|
||||
|
||||
void WMSetViewNextResponder(WMView *view, WMView *responder);
|
||||
|
||||
void WMRelayToNextResponder(WMView *view, XEvent *event);
|
||||
|
||||
/* notifications */
|
||||
extern char *WMViewSizeDidChangeNotification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user