/* * Copyright 2003 Sun Microsystems Inc. * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * * Authors: Hidetoshi Tajima */ #ifndef __IM_AUX_H #define __IM_AUX_H #include "gtkimcontextiiim.h" void iiim_aux_start (GtkIMContextIIIM *context_iiim, IIIMCF_event ev); void iiim_aux_draw (GtkIMContextIIIM *context_iiim, IIIMCF_event ev); void iiim_aux_done (GtkIMContextIIIM *context_iiim, IIIMCF_event ev); void iiim_aux_getvalues_reply (GtkIMContextIIIM *context_iiim, IIIMCF_event ev); IIIMF_status iiim_setup_aux_object (IIIMCF_handle iiim); void IIim_aux_destrory_ic(GtkIMContextIIIM *context_iiim); void IIim_aux_set_icfocus(GtkIMContextIIIM *context_iiim); void IIim_aux_unset_icfocus(GtkIMContextIIIM *context_iiim); void IIim_aux_shutdown(); #endif /* Local Variables: */ /* c-file-style: "gnu" */ /* End: */