Searched refs:comp_hor_tab_shape (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/motif_l/ |
| D | xtabbed.c | 489 static void comp_hor_tab_shape( 632 static void comp_hor_tab_shape(Widget self,int i,XPoint p[12],int * x0,int * x1,int * midy) in comp_hor_tab_shape() function 634 static void comp_hor_tab_shape(self,i,p,x0,x1,midy)Widget self;int i;XPoint p[12];int * x0;int * … in comp_hor_tab_shape() 804 comp_hor_tab_shape(self, i, p, &x0, &x1, &midy); 993 comp_hor_tab_shape(self, i, poly, &x0, &x1, &midy); 1175 comp_hor_tab_shape(self, ((XmTabsWidget)self)->xmTabs.lefttabs, poly, &x0, &x1, &dummy); in activate() 1181 … comp_hor_tab_shape(self, i + ((XmTabsWidget)self)->xmTabs.lefttabs, poly, &x0, &x1, &dummy); in activate() 1188 … comp_hor_tab_shape(self, i + ((XmTabsWidget)self)->xmTabs.lefttabs, poly, &x0, &x1, &dummy); in activate()
|