source: trunk/third/bonobo/gshell/ui.h @ 15509

Revision 15509, 351 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15508, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Author:
3 *   Martin Baulig (baulig@suse.de)
4 *
5 * Copyright 2000 SuSE GmbH
6 */
7
8#ifndef _GSHELL_UI_H_
9#define _GSHELL_UI_H_
10
11#include "gshell.h"
12
13void frame_create_ui (Frame *frame);
14
15void frame_set_sensitive (Frame *frame, gboolean sensitive);
16void frame_set_zoomable (Frame *frame, gboolean zoomable);
17
18void update_buffer_menu (void);
19
20#endif
Note: See TracBrowser for help on using the repository browser.