Don't forget the new file
[xiph/unicode.git] / sushivision / gtksucks.h
blobe4c181b5a94fa0c308f45ce06e59f3329675eced
1 /*
3 * sushivision copyright (C) 2006-2007 Monty <monty@xiph.org>
5 * sushivision is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2, or (at your option)
8 * any later version.
9 *
10 * sushivision is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with sushivision; see the file COPYING. If not, write to the
17 * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 #ifndef _GTK_SUCKS_H_
23 #define _GTK_SUCKS_H_
25 extern void _gtk_widget_set_sensitive_fixup(GtkWidget *w, gboolean state);
26 extern void _gtk_widget_remove_events (GtkWidget *widget, gint events);
27 extern void _gtk_button3_fixup(void);
29 extern GtkWidget *_gtk_menu_new_twocol(GtkWidget *bind,
30 _sv_propmap_t **items,
31 void *callback_data);
32 extern GtkWidget *_gtk_menu_get_item(GtkMenu *m, int pos);
33 extern int _gtk_menu_item_position(GtkWidget *w);
34 extern void _gtk_menu_alter_item_label(GtkMenu *m, int pos, char *text);
35 extern void _gtk_menu_alter_item_right(GtkMenu *m, int pos, char *text);
36 extern GtkWidget * _gtk_combo_box_new_markup (void);
38 extern void _gtk_box_freeze_child (GtkBox *box, GtkWidget *child);
39 extern void _gtk_box_unfreeze_child (GtkBox *box, GtkWidget *child);
41 extern void _gtk_mutex_fixup(void);
42 extern void _gdk_lock(void);
43 extern void _gdk_unlock(void);
45 #endif