0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-09 02:40:52 +00:00
quakeforge/ruamoko/qwaq/ui/proxyview.h

22 lines
362 B
C
Raw Normal View History

#ifndef __qwaq_ui_proxyview_h
#define __qwaq_ui_proxyview_h
#include "ruamoko/qwaq/ui/view.h"
@class Group;
@interface ProxyView : Object
{
View *view;
Group *owner;
}
+(ProxyView *)withView:(View *)view;
-initWithView:(View *)view;
-setView:(View *)view;
@end
@interface ProxyView (View) <View, TextContext>
@end
#endif//__qwaq_ui_proxyview_h