mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:50:39 +00:00
Implement dragging handling and delegate interaction
This commit is contained in:
parent
636ebfcf0a
commit
8222de40c6
3 changed files with 132 additions and 15 deletions
|
@ -1013,7 +1013,7 @@
|
|||
newFrame.origin.x = 0.0;
|
||||
newFrame.origin.y = 0.0;
|
||||
[[NSColor controlShadowColor] set];
|
||||
NSFrameRectWithWidth(newFrame, 1);
|
||||
NSFrameRectWithWidth(newFrame, .5);
|
||||
|
||||
// Use control frame...
|
||||
textFrame = newFrame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue