]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/GDIGUISupport.h
2 *******************************************************************************
4 * © 2016 and later: Unicode, Inc. and others.
5 * License & terms of use: http://www.unicode.org/copyright.html#License
7 *******************************************************************************
8 *******************************************************************************
10 * Copyright (C) 1999-2005, International Business Machines
11 * Corporation and others. All Rights Reserved.
13 *******************************************************************************
14 * file name: GDIGUISupport.h
16 * created on: 11/06/2001
17 * created by: Eric R. Mader
20 #ifndef __GDIGUISUPPORT_H
21 #define __GDIGUISUPPORT_H
23 #include "GUISupport.h"
25 class GDIGUISupport
: public GUISupport
29 virtual ~GDIGUISupport() {};
31 virtual void postErrorMessage(const char *message
, const char *title
);