gi-gdk-3.0.10: Gdk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gdk.Objects.AppLaunchContext

Contents

Description

 

Synopsis

Exported types

newtype AppLaunchContext Source #

Constructors

AppLaunchContext (ManagedPtr AppLaunchContext) 

Instances

GObject AppLaunchContext Source # 
IsObject AppLaunchContext Source # 
IsAppLaunchContext AppLaunchContext Source # 
IsAppLaunchContext AppLaunchContext Source # 
((~) * info (ResolveAppLaunchContextMethod t AppLaunchContext), MethodInfo * info AppLaunchContext p) => IsLabel t (AppLaunchContext -> p) Source # 
((~) * info (ResolveAppLaunchContextMethod t AppLaunchContext), MethodInfo * info AppLaunchContext p) => IsLabelProxy t (AppLaunchContext -> p) Source # 
HasAttributeList * AppLaunchContext Source # 
type SignalList AppLaunchContext Source # 
type SignalList AppLaunchContext
type AttributeList AppLaunchContext Source # 
type AttributeList AppLaunchContext

class GObject o => IsAppLaunchContext o Source #

Instances

Methods

new

appLaunchContextNew :: MonadIO m => m AppLaunchContext Source #

Deprecated: (Since version 3.0)Use gdk_display_get_app_launch_context() instead

setDesktop

data AppLaunchContextSetDesktopMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsAppLaunchContext a) => MethodInfo * AppLaunchContextSetDesktopMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy AppLaunchContextSetDesktopMethodInfo a -> signature -> s

setDisplay

data AppLaunchContextSetDisplayMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsAppLaunchContext a, IsDisplay b) => MethodInfo * AppLaunchContextSetDisplayMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy AppLaunchContextSetDisplayMethodInfo a -> signature -> s

appLaunchContextSetDisplay :: (MonadIO m, IsAppLaunchContext a, IsDisplay b) => a -> b -> m () Source #

Deprecated: (Since version 3.0)Use gdk_display_get_app_launch_context() instead

setIcon

data AppLaunchContextSetIconMethodInfo Source #

Instances

((~) * signature (Maybe b -> m ()), MonadIO m, IsAppLaunchContext a, IsIcon b) => MethodInfo * AppLaunchContextSetIconMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy AppLaunchContextSetIconMethodInfo a -> signature -> s

appLaunchContextSetIcon :: (MonadIO m, IsAppLaunchContext a, IsIcon b) => a -> Maybe b -> m () Source #

setIconName

data AppLaunchContextSetIconNameMethodInfo Source #

Instances

((~) * signature (Maybe Text -> m ()), MonadIO m, IsAppLaunchContext a) => MethodInfo * AppLaunchContextSetIconNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy AppLaunchContextSetIconNameMethodInfo a -> signature -> s

setScreen

data AppLaunchContextSetScreenMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsAppLaunchContext a, IsScreen b) => MethodInfo * AppLaunchContextSetScreenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy AppLaunchContextSetScreenMethodInfo a -> signature -> s

setTimestamp

data AppLaunchContextSetTimestampMethodInfo Source #

Instances

((~) * signature (Word32 -> m ()), MonadIO m, IsAppLaunchContext a) => MethodInfo * AppLaunchContextSetTimestampMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy AppLaunchContextSetTimestampMethodInfo a -> signature -> s

Properties

display

data AppLaunchContextDisplayPropertyInfo Source #

Instances

AttrInfo AppLaunchContextDisplayPropertyInfo Source # 

Associated Types

type AttrAllowedOps AppLaunchContextDisplayPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint AppLaunchContextDisplayPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint AppLaunchContextDisplayPropertyInfo :: * -> Constraint

type AttrGetType AppLaunchContextDisplayPropertyInfo :: *

type AttrLabel AppLaunchContextDisplayPropertyInfo :: Symbol

type AttrOrigin AppLaunchContextDisplayPropertyInfo :: *

type AttrSetTypeConstraint AppLaunchContextDisplayPropertyInfo Source # 
type AttrSetTypeConstraint AppLaunchContextDisplayPropertyInfo = IsDisplay
type AttrOrigin AppLaunchContextDisplayPropertyInfo Source # 
type AttrLabel AppLaunchContextDisplayPropertyInfo Source # 
type AttrLabel AppLaunchContextDisplayPropertyInfo = "display"
type AttrGetType AppLaunchContextDisplayPropertyInfo Source # 
type AttrBaseTypeConstraint AppLaunchContextDisplayPropertyInfo Source # 
type AttrAllowedOps AppLaunchContextDisplayPropertyInfo Source # 
type AttrAllowedOps AppLaunchContextDisplayPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))

appLaunchContextDisplay :: AttrLabelProxy "display" Source #