annotate Gui/mplayer/gtk/pl.h @ 2902:d47cbcdce1a8

rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
author pontscho
date Wed, 14 Nov 2001 16:05:33 +0000
parents 016f6d583733
children cc917a581b6e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 2082
diff changeset
1 #ifndef __GUI_PLAYLIST_H
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 2082
diff changeset
2 #define __GUI_PLAYLIST_H
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
3
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 2082
diff changeset
4 #include <gtk/gtk.h>
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
5
2902
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 2082
diff changeset
6 extern void HidePlayList( void );
d47cbcdce1a8 rewrite some header meg jol csinaltam menu -t koepso gombra gonosz mod ( bocs, tom, nem angol).
pontscho
parents: 2082
diff changeset
7 extern GtkWidget* create_PlayList( void );
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
8
2082
016f6d583733 missing newlines fixed
arpi
parents: 1884
diff changeset
9 #endif
016f6d583733 missing newlines fixed
arpi
parents: 1884
diff changeset
10