From ee5c6ff8461d5147fa74205f21b7fce6e5606d74 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 25 Jul 2014 23:11:41 -0400 Subject: Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm doing with the whole recursive call thing; when I get confirmation from the GTK+ camp I will. --- redo/window_darwin.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'redo/window_darwin.m') diff --git a/redo/window_darwin.m b/redo/window_darwin.m index 20e26e4..a923ef5 100644 --- a/redo/window_darwin.m +++ b/redo/window_darwin.m @@ -80,6 +80,11 @@ void windowClose(id win) [toNSWindow(win) close]; } +id windowContentView(id win) +{ + return (id) [toNSWindow(win) contentView]; +} + // fake a resize event under certain conditions; see each invocation for details void windowRedraw(id win) { -- cgit v1.2.3