1998-02-27 04:54:42 +00:00
|
|
|
#ifndef __GSCREEN_H
|
|
|
|
#define __GSCREEN_H
|
|
|
|
|
1998-03-14 00:42:23 +00:00
|
|
|
|
1999-03-11 22:17:36 +00:00
|
|
|
/* GnomeUIInfo information for view types */
|
|
|
|
extern GnomeUIInfo panel_view_menu_uiinfo[];
|
|
|
|
extern GnomeUIInfo panel_view_toolbar_uiinfo[];
|
|
|
|
|
1999-09-02 18:31:17 +00:00
|
|
|
WPanel *create_container (Dlg_head *h, const char *str, const char *geometry);
|
1998-03-01 01:29:42 +00:00
|
|
|
|
1999-04-05 05:39:26 +00:00
|
|
|
gpointer *copy_uiinfo_widgets (GnomeUIInfo *uiinfo);
|
1999-03-11 22:17:36 +00:00
|
|
|
|
1998-03-04 06:28:35 +00: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;
|
|
|
|
|
1999-03-11 02:40:53 +00:00
|
|
|
|
1998-02-27 04:54:42 +00:00
|
|
|
#endif /* __GSCREEN_H */
|