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

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c225 * WM_WIDTH_NOT_RESIZABLE - non-zero means that we're not supposed to
246 #define WM_WIDTH_NOT_RESIZABLE 0x1000 macro
1565 (wmPtr->flags & WM_WIDTH_NOT_RESIZABLE) ? 0 : 1,
1574 wmPtr->flags &= ~WM_WIDTH_NOT_RESIZABLE;
1576 wmPtr->flags |= WM_WIDTH_NOT_RESIZABLE;
2651 if (wmPtr->flags & WM_WIDTH_NOT_RESIZABLE) {

Completed in 17 milliseconds