mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@8070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c8f1a269ea
commit
2d46af9ef9
1 changed files with 4 additions and 15 deletions
|
|
@ -1,19 +1,5 @@
|
|||
#include <RichEdit/RichEdit.h>
|
||||
|
||||
#define Time XTime
|
||||
#define Font XFont
|
||||
#define Display XDisplay
|
||||
#define Picture XPicture
|
||||
|
||||
#include <limits.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
|
||||
#undef Picture
|
||||
#undef Time
|
||||
#undef Font
|
||||
#undef Display
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
String FileName()
|
||||
|
|
@ -58,8 +44,11 @@ GUI_APP_MAIN
|
|||
// GUI_PopUpEffect_Write(GUIEFFECT_NONE);
|
||||
|
||||
DUMP(ScrollBarSize());
|
||||
|
||||
|
||||
e.Pick(ParseRTF(LoadFile("C:/xxx/data.bin")));
|
||||
|
||||
e.Pick(ParseQTF(LoadFile(FileName())));
|
||||
// e.Pick(ParseQTF(LoadFile(FileName())));
|
||||
// e.SetQTF(LoadFile("U:\\xxx\\PainterBug.qtf"));
|
||||
// e.ClipZoom(4, 1);
|
||||
// Ctrl::ShowRepaint(50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue