Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dnewt_pr.h31 struct newtComponent_struct { struct
33 int height, width;
34 int top, left;
35 int takesFocus;
36 int isMapped;
38 struct componentOps * ops;
40 newtCallback callback;
41 void * callbackData;
43 newtCallback destroyCallback;
44 void * destroyCallbackData;
[all …]