libui/wpf/uipriv_wpf.hpp

22 lines
497 B
C++
Raw Normal View History

2015-11-25 13:38:40 -06:00
// 25 november 2015
#include <vcclr.h>
#include "../ui.h"
#include "ui_wpf.hpp"
#include "../common/uipriv.h"
#include "unmanaged.h"
#using <System.dll>
#using <WindowsBase.dll>
#using <PresentationCore.dll>
#using <PresentationFramework.dll>
using namespace System;
using namespace System::ComponentModel;
using namespace System::Windows;
using namespace System::Windows::Controls;
2015-11-25 13:38:40 -06:00
// text.cpp
2015-11-25 21:08:14 -06:00
extern String ^fromUTF8(const char *);
// control.cpp
extern Control ^genericHandle(uiControl *c);