From 604337540f95368056cca6eb9d808ef4fcc19765 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 10 Oct 2012 23:56:54 +0200 Subject: remove matecomponent --- matecomponent/idl/MATE_Panel.idl | 51 ---------------------------------------- matecomponent/idl/Makefile.am | 6 ----- 2 files changed, 57 deletions(-) delete mode 100644 matecomponent/idl/MATE_Panel.idl delete mode 100644 matecomponent/idl/Makefile.am (limited to 'matecomponent/idl') diff --git a/matecomponent/idl/MATE_Panel.idl b/matecomponent/idl/MATE_Panel.idl deleted file mode 100644 index 472b9ff5..00000000 --- a/matecomponent/idl/MATE_Panel.idl +++ /dev/null @@ -1,51 +0,0 @@ -#ifndef MATE_PANEL_IDL -#define MATE_PANEL_IDL - -#include - -module MATE { - module Vertigo { - - /* - * The panel's orientation. - */ - typedef unsigned short PanelOrient; - - const PanelOrient PANEL_ORIENT_UP = 0; - const PanelOrient PANEL_ORIENT_DOWN = 1; - const PanelOrient PANEL_ORIENT_LEFT = 2; - const PanelOrient PANEL_ORIENT_RIGHT = 3; - - /* - * The panel's width or height, depending - * on its orientation. - */ - typedef unsigned short PanelSize; - - const PanelSize PANEL_XX_SMALL = 12; - const PanelSize PANEL_X_SMALL = 24; - const PanelSize PANEL_SMALL = 36; - const PanelSize PANEL_MEDIUM = 48; - const PanelSize PANEL_LARGE = 64; - const PanelSize PANEL_X_LARGE = 80; - const PanelSize PANEL_XX_LARGE = 128; - - /* Used for the size hints list */ - typedef sequence SizeHintList; - - /* - * MATE::PanelBackground Format: - * o "none:" - no background. - * o "colour:xxxxxx' - rgb colour value. - * o "pixmap:XID,x,y" - the pixmap XID, and the applets offsets into - * that pixmap. - */ - typedef string PanelBackground; - - interface MatePanelAppletShell : MateComponent::Unknown { - oneway void popup_menu (in long button, in long time); - }; - }; -}; - -#endif /* MATE_PANEL_IDL */ diff --git a/matecomponent/idl/Makefile.am b/matecomponent/idl/Makefile.am deleted file mode 100644 index a3141042..00000000 --- a/matecomponent/idl/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -idldir = $(datadir)/idl/mate-panel-2.0 -idl_DATA = MATE_Panel.idl - -EXTRA_DIST = $(idl_DATA) - --include $(top_srcdir)/git.mk -- cgit v1.2.1