mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
cea7247da1
* 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
9 lines
205 B
C
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
|