mc/gnome/gprefs.h
Jacob Berkman cea7247da1 2000-06-20 Jacob Berkman <jacob@helixcode.com>
* gtkdtree.c (gtk_dtree_construct):
	* gscreen.c (panel_create_tree_view): don't set the tree's line
	style

	* gprefs.[ch] (create_prop_box): only set the parent if the parent
	exists
	(create_prop_box): only show the custom tab if we have a parent
	panel
	(gnome_configure_box_with_desktop): add a param for optionally
	doing the desktop prefs
	(gnome_configure_box): wrap the other function

	* gdesktop.c (set_desktop_icons): show icon properties
	(desktop_popup_items): add an item to configure icons
2000-06-20 19:42:15 +00:00

9 lines
205 B
C

#ifndef __GPREFS_H__
#define __GPREFS_H__
void gnome_configure_box (GtkWidget *widget, WPanel *panel);
void gnome_configure_box_with_desktop (GtkWidget *widget, WPanel *panel, gboolean desktop);
#endif