Searched refs:TK_NEED_CONFIG_NOTIFY (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkWindow.c1334 if ((winPtr->flags & TK_NEED_CONFIG_NOTIFY)
1336 winPtr->flags &= ~TK_NEED_CONFIG_NOTIFY;
1433 winPtr->flags |= TK_NEED_CONFIG_NOTIFY;
1454 winPtr->flags |= TK_NEED_CONFIG_NOTIFY;
1475 winPtr->flags |= TK_NEED_CONFIG_NOTIFY;
1500 winPtr->flags |= TK_NEED_CONFIG_NOTIFY;
1520 winPtr->flags |= TK_NEED_CONFIG_NOTIFY;
H A Dtk.h511 * TK_NEED_CONFIG_NOTIFY: 1 means that the window has been reconfigured
534 #define TK_NEED_CONFIG_NOTIFY 8
533 #define TK_NEED_CONFIG_NOTIFY macro

Completed in 20 milliseconds