annotate Gui/mplayer/gtk/mb.h @ 3325:da763020034d

mpegpes added to output modules
author jaf
date Tue, 04 Dec 2001 22:04:14 +0000
parents d47cbcdce1a8
children b9651eb9749e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
1
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 1925
diff changeset
2 #ifndef __GUI_MESSAGEBOX_H
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 1925
diff changeset
3 #define __GUI_MESSAGEBOX_H
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
4
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 1925
diff changeset
5 #include <gtk/gtk.h>
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
6
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 1925
diff changeset
7 extern GtkWidget * gtkMessageBoxText;
1907
83291fafe66c add new features. and fix skin error loop.
pontscho
parents: 1885
diff changeset
8
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 1925
diff changeset
9 extern GtkWidget * create_MessageBox( int type );
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
10
1885
b55335dc4df8 add to multi lang support
pontscho
parents: 1884
diff changeset
11 #endif