Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508410
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- Cdk.xs
0
++ Cdk.xs
Lines 2434-2440 PostProcess(object,functionRef) Link Here
2434
	   RETVAL
2434
	   RETVAL
2435
2435
2436
void
2436
void
2437
Draw(object)
2437
Draw(object, Box)
2438
	CDKMENU *	object
2438
	CDKMENU *	object
2439
	int		Box = sv2int ($arg);
2439
	int		Box = sv2int ($arg);
2440
	CODE:
2440
	CODE:
Lines 6585-6591 SetContents(object,list) Link Here
6585
	}
6585
	}
6586
6586
6587
void
6587
void
6588
SetFillerChar(object,fille)
6588
SetFillerChar(object,filler)
6589
	CDKALPHALIST*	object
6589
	CDKALPHALIST*	object
6590
	chtype	filler = sv2chtype ($arg);
6590
	chtype	filler = sv2chtype ($arg);
6591
	CODE:
6591
	CODE:
Lines 6596-6605 SetFillerChar(object,fille) Link Here
6596
void
6596
void
6597
SetHighlight(object,highlight)
6597
SetHighlight(object,highlight)
6598
	CDKALPHALIST*	object
6598
	CDKALPHALIST*	object
6599
	chtype	filler = sv2chtype ($arg);
6599
	chtype	highlight = sv2chtype ($arg);
6600
	CODE:
6600
	CODE:
6601
	{
6601
	{
6602
	   setCDKAlphalistHighlight (object,filler);
6602
	   setCDKAlphalistHighlight (object,highlight);
6603
	}
6603
	}
6604
6604
6605
void
6605
void

Return to bug 508410