repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2001-05-30 Ludovic Drolez <ludovic.drolez@freealter.com>
[midnight-commander.git]
/
gnome
/
gprefs.h
blob
9b3576b7316cb608ea56771a918db0fe277b9294
1
#ifndef __GPREFS_H__
2
#define __GPREFS_H__
3
4
void
gnome_configure_box
(
GtkWidget
*
widget
,
WPanel
*
panel
);
5
void
gnome_configure_box_with_desktop
(
GtkWidget
*
widget
,
WPanel
*
panel
,
gboolean desktop
);
6
7
8
#endif