Ubuntu Platform API
2.9.0
A library helping with tight integration into the Ubuntu platform
window_orientation.h
Go to the documentation of this file.
1
/*
2
* Copyright © 2014 Canonical Ltd.
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU Lesser General Public License version 3 as
6
* published by the Free Software Foundation.
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU Lesser General Public License for more details.
12
*
13
* You should have received a copy of the GNU Lesser General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*/
16
17
/*
18
* DEPRECATED: In favor of u_application_instance_get_mir_connection
19
* and the mir client library
20
*/
21
22
#ifndef UBUNTU_APPLICATION_UI_WINDOW_ORIENTATION_H
23
#define UBUNTU_APPLICATION_UI_WINDOW_ORIENTATION_H
24
25
typedef
enum
{
26
U_ORIENTATION_NORMAL
= 1,
27
U_ORIENTATION_LEFT
,
28
U_ORIENTATION_RIGHT
,
29
U_ORIENTATION_INVERTED
,
30
}
UApplicationUiWindowOrientation
;
31
32
#endif // UBUNTU_APPLICATION_UI_WINDOW_ORIENTATION_H
U_ORIENTATION_LEFT
Definition:
window_orientation.h:27
U_ORIENTATION_NORMAL
Definition:
window_orientation.h:26
U_ORIENTATION_RIGHT
Definition:
window_orientation.h:28
U_ORIENTATION_INVERTED
Definition:
window_orientation.h:29
UApplicationUiWindowOrientation
UApplicationUiWindowOrientation
Definition:
window_orientation.h:25
include
ubuntu
application
ui
window_orientation.h
Generated on Thu Mar 26 2015 00:20:05 for Ubuntu Platform API by
1.8.9.1