Searched refs:tab_dim (Results 1 – 2 of 2) sorted by relevance
3677 tab_dim, in ResetTopPointers() local3842 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()
22470 Until now the function passed to tab_dim has only been called at the22473 GUI), so the function to tab_dim has to be sure to only use data that22752 output: Add auxiliary data parameter to tab_dim.22753 Until now, the tab_dim function has not provided any way to pass auxiliary22755 and updates all the callers of tab_dim to do so.