Home
last modified time | relevance | path

Searched refs:tab_dim (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DNotebook.c3677 tab_dim, in ResetTopPointers() local
3842 tab_dim = MAX(nb->notebook.major_height, 1); /* Avoid div 0 */ in ResetTopPointers()
3848 tab_dim = MAX(nb->notebook.major_width, 1); /* Avoid div 0 */ in ResetTopPointers()
3855 (int)(tab_dim + spacing); in ResetTopPointers()
3865 (int)(tab_dim + spacing); in ResetTopPointers()
3872 tab_dim = MAX(nb->notebook.minor_width, 1); /* Avoid div 0 */ in ResetTopPointers()
3878 tab_dim = MAX(nb->notebook.minor_height, 1); /* Avoid div 0 */ in ResetTopPointers()
3886 (int)(tab_dim + spacing); in ResetTopPointers()
3900 (int)(tab_dim + spacing); in ResetTopPointers()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog22470 Until now the function passed to tab_dim has only been called at the
22473 GUI), so the function to tab_dim has to be sure to only use data that
22752 output: Add auxiliary data parameter to tab_dim.
22753 Until now, the tab_dim function has not provided any way to pass auxiliary
22755 and updates all the callers of tab_dim to do so.