Searched defs:TkMethod (Results 1 – 1 of 1) sorted by relevance
153 typedef struct TkMethod TkMethod; typedef501 struct TkMethod struct503 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 …]