diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 16:00:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 16:00:09 -0400 |
| commit | 425ede5288b50d140049f4e9e62d23189cd7d970 (patch) | |
| tree | b62da911f0b6c1db99be5c2c92e242747964d205 /new/tab_darwin.m | |
| parent | 142b2db9f59e24440aed4adadf89137cd076dc46 (diff) | |
Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure the whole container system...
Diffstat (limited to 'new/tab_darwin.m')
| -rw-r--r-- | new/tab_darwin.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/new/tab_darwin.m b/new/tab_darwin.m index deea075..4e835b3 100644 --- a/new/tab_darwin.m +++ b/new/tab_darwin.m @@ -1,7 +1,9 @@ // 12 april 2015 #import "uipriv_darwin.h" -// TODO very margins against extra space around the tab +// TODO +// - verify margins against extra space around the tab +// - free child containers properly @interface uiNSTabView : NSTabView @property uiControl *uiC; |
