~ubuntu-branches/ubuntu/trusty/xfce4-panel/trusty-proposed

« back to all changes in this revision

Viewing changes to panel/item_dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-06-08 10:44:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040608104421-b0b77kis8o0uoi6q
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*  item_dialog.h
 
2
 *
 
3
 *  Copyright (C) Jasper Huijsmans (huysmans@users.sourceforge.net)
 
4
 *
 
5
 *  This program is free software; you can redistribute it and/or modify
 
6
 *  it under the terms of the GNU General Public License as published by
 
7
 *  the Free Software Foundation; either version 2 of the License, or
 
8
 *  (at your option) any later version.
 
9
 *
 
10
 *  This program is distributed in the hope that it will be useful,
 
11
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 *  GNU Library General Public License for more details.
 
14
 *
 
15
 *  You should have received a copy of the GNU General Public License
 
16
 *  along with this program; if not, write to the Free Software
 
17
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
18
 */
 
19
 
 
20
#ifndef __XFCE_ITEM_DIALOG_H__
 
21
#define __XFCE_ITEM_DIALOG_H__
 
22
 
 
23
#include <panel/item.h>
 
24
 
 
25
void edit_menu_item_dialog (Item * mi);
 
26
 
 
27
void add_menu_item_dialog (PanelPopup * pp);
 
28
 
 
29
void destroy_menu_dialog(void);
 
30
    
 
31
/* options box for panel control dialog */
 
32
void panel_item_create_options (Control * control, GtkContainer * container,
 
33
                             GtkWidget * done);
 
34
 
 
35
extern GtkWidget *create_icon_option_menu (void);
 
36
extern GtkWidget *create_icon_option (GtkSizeGroup *);
 
37
extern GtkWidget *create_command_option (GtkSizeGroup *);
 
38
extern GtkWidget *create_caption_option (GtkSizeGroup *);
 
39
extern GtkWidget *create_tooltip_option (GtkSizeGroup *);
 
40
extern GtkWidget *create_position_option (void);
 
41
extern GtkWidget *create_item_options_box (void);
 
42
extern GtkWidget *create_icon_preview_frame (void);
 
43
extern GtkWidget *create_menu_item_dialog (Item *);
 
44
 
 
45
#endif /* __XFCE_ITEM_DIALOG_H__ */