Home
last modified time | relevance | path

Searched defs:FXEvent (Results 1 – 6 of 6) sorted by relevance

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXEvent.h165 struct FXAPI FXEvent { struct
166 FXuint type; /// Event type
167 FXuint time; /// Time of last event
191 FXEvent(FXuint t=SEL_NONE){ argument
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXEvent.h165 struct FXAPI FXEvent { struct
166 FXuint type; /// Event type
167 FXuint time; /// Time of last event
191 FXEvent(FXuint t=SEL_NONE){ argument
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXApp.h110 struct FXAPI FXEvent { struct
111 FXuint type; /// Event type
112 FXuint time; /// Time of last event
113 FXint win_x; /// Window-relative x-coord
114 FXint win_y; /// Window-relative y-coord
115 FXint root_x; /// Root x-coord
116 FXint root_y; /// Root y-coord
119 FXString text; /// Text of keyboard event
127 FXuint click_button; /// Mouse button pressed
128 FXint click_count; /// Click-count
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXApp.h113 struct FXAPI FXEvent { struct
114 FXuint type; /// Event type
115 FXuint time; /// Time of last event
116 FXint win_x; /// Window-relative x-coord
117 FXint win_y; /// Window-relative y-coord
118 FXint root_x; /// Root x-coord
119 FXint root_y; /// Root y-coord
122 FXString text; /// Text of keyboard event
130 FXuint click_button; /// Mouse button pressed
131 FXint click_count; /// Click-count
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXApp.h113 struct FXAPI FXEvent { struct
114 FXuint type; /// Event type
115 FXuint time; /// Time of last event
116 FXint win_x; /// Window-relative x-coord
117 FXint win_y; /// Window-relative y-coord
118 FXint root_x; /// Root x-coord
119 FXint root_y; /// Root y-coord
122 FXString text; /// Text of keyboard event
130 FXuint click_button; /// Mouse button pressed
131 FXint click_count; /// Click-count
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTrackList.cpp961 void GMTrackList::draw(FXDC& dc,FXEvent *,FXint index,FXint x,FXint y,FXint w,FXint h,FXint dw) con… in draw() argument