gi-gtk-0.3.18.13: Gtk 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.Gtk.Objects.AppChooserWidget

Contents

Description

 

Synopsis

Exported types

Methods

appChooserWidgetGetDefaultText

appChooserWidgetGetShowAll

appChooserWidgetGetShowDefault

appChooserWidgetGetShowFallback

appChooserWidgetGetShowOther

appChooserWidgetGetShowRecommended

appChooserWidgetNew

appChooserWidgetSetDefaultText

appChooserWidgetSetShowAll

appChooserWidgetSetShowDefault

appChooserWidgetSetShowFallback

appChooserWidgetSetShowOther

appChooserWidgetSetShowRecommended

Properties

DefaultText

data AppChooserWidgetDefaultTextPropertyInfo Source

Instances

AttrInfo AppChooserWidgetDefaultTextPropertyInfo Source 
type AttrLabel AppChooserWidgetDefaultTextPropertyInfo = "default-text" Source 
type AttrGetType AppChooserWidgetDefaultTextPropertyInfo = Text Source 
type AttrBaseTypeConstraint AppChooserWidgetDefaultTextPropertyInfo = AppChooserWidgetK Source 
type AttrSetTypeConstraint AppChooserWidgetDefaultTextPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps AppChooserWidgetDefaultTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ShowAll

data AppChooserWidgetShowAllPropertyInfo Source

ShowDefault

data AppChooserWidgetShowDefaultPropertyInfo Source

Instances

AttrInfo AppChooserWidgetShowDefaultPropertyInfo Source 
type AttrLabel AppChooserWidgetShowDefaultPropertyInfo = "show-default" Source 
type AttrGetType AppChooserWidgetShowDefaultPropertyInfo = Bool Source 
type AttrBaseTypeConstraint AppChooserWidgetShowDefaultPropertyInfo = AppChooserWidgetK Source 
type AttrSetTypeConstraint AppChooserWidgetShowDefaultPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps AppChooserWidgetShowDefaultPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ShowFallback

data AppChooserWidgetShowFallbackPropertyInfo Source

Instances

AttrInfo AppChooserWidgetShowFallbackPropertyInfo Source 
type AttrLabel AppChooserWidgetShowFallbackPropertyInfo = "show-fallback" Source 
type AttrGetType AppChooserWidgetShowFallbackPropertyInfo = Bool Source 
type AttrBaseTypeConstraint AppChooserWidgetShowFallbackPropertyInfo = AppChooserWidgetK Source 
type AttrSetTypeConstraint AppChooserWidgetShowFallbackPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps AppChooserWidgetShowFallbackPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ShowOther

data AppChooserWidgetShowOtherPropertyInfo Source

ShowRecommended

data AppChooserWidgetShowRecommendedPropertyInfo Source

Instances

AttrInfo AppChooserWidgetShowRecommendedPropertyInfo Source 
type AttrLabel AppChooserWidgetShowRecommendedPropertyInfo = "show-recommended" Source 
type AttrGetType AppChooserWidgetShowRecommendedPropertyInfo = Bool Source 
type AttrBaseTypeConstraint AppChooserWidgetShowRecommendedPropertyInfo = AppChooserWidgetK Source 
type AttrSetTypeConstraint AppChooserWidgetShowRecommendedPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps AppChooserWidgetShowRecommendedPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Signals

ApplicationActivated

ApplicationSelected

PopulatePopup

type AppChooserWidgetPopulatePopupCallbackC = Ptr () -> Ptr Menu -> Ptr AppInfo -> Ptr () -> IO () Source