00001 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 00002 00003 /* 00004 * Copyright (C) 2001 Havoc Pennington 00005 * 00006 * This program is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU General Public License as 00008 * published by the Free Software Foundation; either version 2 of the 00009 * License, or (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, but 00012 * WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 00019 * 02111-1307, USA. 00020 */ 00021 00040 #ifndef META_FIXED_TIP_H 00041 #define META_FIXED_TIP_H 00042 00043 #include <gtk/gtk.h> 00044 #include <gdk/gdkx.h> 00045 00058 void meta_fixed_tip_show (Display *xdisplay, int screen_number, 00059 int root_x, int root_y, 00060 const char *markup_text); 00061 00066 void meta_fixed_tip_hide (void); 00067 00068 00069 #endif
1.5.5