NSPopUpButton/XGPopUpButton additions.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-06-17 21:07:38 +00:00
parent 8f80fdecce
commit b6fcb00956
4 changed files with 101 additions and 27 deletions

View file

@ -55,6 +55,10 @@ void NSDrawGrayBezel(NSRect aRect, NSRect clipRect)
{}
void NSDrawGroove(NSRect aRect, NSRect clipRect)
{}
void NSDrawPopupNibble(NSPoint aPoint)
{}
void NSDrawDownArrow(NSPoint aPoint)
{}
void PSlineto(float x, float y)
{}
void PSmoveto(float x, float y)