mc/gnome/gscreen.h

20 lines
341 B
C
Raw Normal View History

1998-02-27 07:54:42 +03:00
#ifndef __GSCREEN_H
#define __GSCREEN_H
WPanel *create_container (Dlg_head *h, char *str, char *geometry);
1998-03-01 04:29:42 +03:00
typedef struct {
int splitted;
WPanel *panel;
enum view_modes other_display;
Widget *other;
} PanelContainer;
extern PanelContainer *current_panel_ptr, *other_panel_ptr;
extern GList *containers;
1998-02-27 07:54:42 +03:00
#endif /* __GSCREEN_H */