Home
last modified time | relevance | path

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

/inferno-os/include/
H A Dtk.h153 typedef struct TkMethod TkMethod; typedef
501 struct TkMethod struct
503 char* name;
504 TkCmdtab* cmd;
505 void (*free)(Tk*);
506 char* (*draw)(Tk*, Point);
507 void (*geom)(Tk*);
508 void (*getimgs)(Tk*, Image**, Image**);
510 void (*focusorder)(Tk*); /* add any focusable descendants to the focus order */
511 void (*dirtychild)(Tk*); /* Child notifies parent to redraw */
[all …]