plank Reference Manual
Packages
plank
Plank
plank
Description:
Content:
Namespaces:
Plank
Interfaces:
Docklet
Serializable
UnityClient
Classes:
AbstractMain
ApplicationDockItem
ApplicationDockItemProvider
CompositedWindow
DBusClient
DBusManager
DefaultApplicationDockItemProvider
DockContainer
DockController
DockElement
DockItem
DockItemDrawValue
DockItemPreferences
DockItemProvider
DockPreferences
DockRenderer
DockTheme
DockWindow
DockletItem
DockletManager
DragManager
DrawingService
Factory
FileDockItem
HideManager
HoverWindow
ItemFactory
Logger
Paths
PlaceholderDockItem
PlankDockItem
PoofWindow
PositionManager
Preferences
PreferencesWindow
Renderer
Settings
Surface
SurfaceCache
System
Theme
TitledSeparatorMenuItem
TransientDockItem
Unity
Worker
Structs:
Color
PointD
Enums:
AnimationMode
AnimationType
HideType
IndicatorState
ItemState
LogLevel
PopupButton
SurfaceCacheFlags
TaskPriority
XdgSessionClass
XdgSessionDesktop
XdgSessionType
Constants:
public
const
string
DOCKLET_ENTRY_POINT
public
const
string
G_RESOURCE_PATH
public
const
int
MAJOR_VERSION
public
const
int
MICRO_VERSION
public
const
int
MINOR_VERSION
public
const
int
NANO_VERSION
Delegates:
public
delegate
void
DockletInitFunc
(
DockletManager
manager)
public
delegate
Surface
?
DrawDataFunc
<
G
> (
int
width,
int
height,
Surface
model,
G
data)
public
delegate
Surface
?
DrawFunc
<
G
> (
int
width,
int
height,
Surface
model,
DrawDataFunc
<
G
>? draw_data_func)
public
delegate
void
DrawValueFunc
(
DockItem
item,
DockItemDrawValue
draw_value)
public
delegate
void
DrawValuesFunc
(
HashMap
<
DockElement
,
DockItemDrawValue
> draw_values)
public
delegate
G
TaskFunc
<
G
> ()
throws
Error
Methods:
public
unowned
string
?
check_version
(
uint
required_major,
uint
required_minor,
uint
required_micro)
public
double
easing_for_mode
(
AnimationMode
mode,
double
t,
double
d)
public
void
environment_initialize
()
public
bool
environment_is_session_class
(
XdgSessionClass
type)
public
bool
environment_is_session_desktop
(
XdgSessionDesktop
type)
public
bool
environment_is_session_type
(
XdgSessionType
type)
public
uint
get_major_version
()
public
uint
get_micro_version
()
public
uint
get_minor_version
()
public
uint
get_nano_version
()