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