Home
last modified time | relevance | path

Searched refs:resize_from_program (Results 1 – 7 of 7) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_x.cxx1029 int resize_from_program = (this != resize_bug_fix); in resize() local
1030 if (!resize_from_program) resize_bug_fix = 0; in resize()
1031 if (is_a_move && resize_from_program) set_flag(FL_FORCE_POSITION); in resize()
1040 if (resize_from_program && is_a_resize && !resizable()) { in resize()
1044 if (resize_from_program && shown()) { in resize()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_x.cxx1568 int resize_from_program = (this != resize_bug_fix); in resize() local
1569 if (!resize_from_program) resize_bug_fix = 0; in resize()
1570 if (is_a_move && resize_from_program) set_flag(FORCE_POSITION); in resize()
1579 if (resize_from_program && is_a_resize && !resizable()) { in resize()
1583 if (resize_from_program && shown()) { in resize()
H A DFl_win32.cxx1332 int resize_from_program = (this != resize_bug_fix); in resize() local
1333 if (!resize_from_program) resize_bug_fix = 0; in resize()
1354 if (resize_from_program && shown()) { in resize()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_x.cxx1882 int resize_from_program = (this != resize_bug_fix); in resize() local
1883 if (!resize_from_program) resize_bug_fix = 0; in resize()
1884 if (is_a_move && resize_from_program) set_flag(FORCE_POSITION); in resize()
1893 if (resize_from_program && is_a_resize && !resizable()) { in resize()
1897 if (resize_from_program && shown()) { in resize()
H A DFl_win32.cxx1332 int resize_from_program = (this != resize_bug_fix); in resize() local
1333 if (!resize_from_program) resize_bug_fix = 0; in resize()
1354 if (resize_from_program && shown()) { in resize()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_x.cxx2266 int resize_from_program = (this != resize_bug_fix); in resize() local
2267 if (!resize_from_program) resize_bug_fix = 0; in resize()
2268 if (is_a_move && resize_from_program) set_flag(FORCE_POSITION); in resize()
2277 if (resize_from_program && is_a_resize && !resizable()) { in resize()
2281 if (resize_from_program && shown()) { in resize()
H A DFl_win32.cxx1647 int resize_from_program = (this != resize_bug_fix); local
1648 if (!resize_from_program) resize_bug_fix = 0;
1669 if (resize_from_program && shown()) {