Searched refs:TK_PROP_PROPCHANGE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A Dtk.h861 * TK_PROP_PROPCHANGE 1 means that PropertyNotify events in the
886 #define TK_PROP_PROPCHANGE 0x40000
884 #define TK_PROP_PROPCHANGE macro
H A DtkEvent.c420 * window's parent is a Tk window that has the TK_PROP_PROPCHANGE flag
437 if (!(winPtr->flags & TK_PROP_PROPCHANGE)) {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A Dtk.h865 * TK_PROP_PROPCHANGE 1 means that PropertyNotify events in
889 #define TK_PROP_PROPCHANGE 0x40000
888 #define TK_PROP_PROPCHANGE macro
H A DtkEvent.c776 * Tk window that has the TK_PROP_PROPCHANGE flag set, then
798 if (!(winPtr->flags & TK_PROP_PROPCHANGE)) {

Completed in 250 milliseconds