Home
last modified time | relevance | path

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

/dports/games/netwalk/netwalk-cb6b089/
H A Dwidget.h31 struct widget_s { struct
35 struct widget_s *parent; argument
36 void (*update)(struct widget_s *); argument
37 void (*handle_click)(struct widget_s *, int, int, int); argument
38 void (*computexy)(struct widget_s *); argument
40 void (*signal_handler[signal_count])(struct widget_s *w, void *data); argument
43 typedef struct widget_s widget_t[1]; argument