summaryrefslogtreecommitdiff
path: root/idl/oregano.idl
blob: 4d37fcf03c89a06a4fae911b9417c72ba372f935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module GNOME {
	module Oregano {
		interface Sheet {

			//
			// Selection
			//
			void    select_all ();
			boolean is_all_selected ();

			Sheet sheet_load (in string name);
		};
	};
};