aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-paned.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-06-11 19:10:11 +0800
committerSrinivasa Ragavan <sragavan@novell.com>2009-06-11 19:10:11 +0800
commit1db4cae4fed89733f824801a67847da277a5c255 (patch)
tree554d7ac4946fe6dee6de9e9a810b026ee588a143 /widgets/misc/e-attachment-paned.h
parent092f2831d12bba9ef6e17c2ced2f52798ffe28a1 (diff)
downloadgsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.tar
gsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.tar.gz
gsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.tar.bz2
gsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.tar.lz
gsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.tar.xz
gsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.tar.zst
gsoc2013-evolution-1db4cae4fed89733f824801a67847da277a5c255.zip
Added couple of APIS for EAttachmentPaned to hide combo and get the
widget's container.
Diffstat (limited to 'widgets/misc/e-attachment-paned.h')
-rw-r--r--widgets/misc/e-attachment-paned.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/misc/e-attachment-paned.h b/widgets/misc/e-attachment-paned.h
index 401ec581cb..c0fd7b5c54 100644
--- a/widgets/misc/e-attachment-paned.h
+++ b/widgets/misc/e-attachment-paned.h
@@ -78,6 +78,10 @@ void e_attachment_paned_drag_data_received
GtkSelectionData *selection,
guint info,
guint time);
+GtkWidget * e_attachment_paned_get_controls_container
+ (EAttachmentPaned *paned);
+GtkWidget * e_attachment_paned_get_view_combo
+ (EAttachmentPaned *paned);
G_END_DECLS