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.SearchBar

Contents

Description

 

Synopsis

Exported types

newtype SearchBar Source

Instances

GObject SearchBar Source 
((~) * info (ResolveSearchBarMethod t SearchBar), MethodInfo * info SearchBar p) => IsLabel t (SearchBar -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> SearchBar -> p

((~) * info (ResolveSearchBarMethod t SearchBar), MethodInfo * info SearchBar p) => IsLabelProxy t (SearchBar -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> SearchBar -> p

type ParentTypes SearchBar Source 
type AttributeList SearchBar Source 
type SignalList SearchBar Source 

Methods

searchBarConnectEntry

searchBarConnectEntry :: (MonadIO m, SearchBarK a, EntryK b) => a -> b -> m () Source

searchBarGetSearchMode

searchBarGetShowCloseButton

searchBarHandleEvent

searchBarHandleEvent :: (MonadIO m, SearchBarK a) => a -> Event -> m Bool Source

searchBarNew

searchBarSetSearchMode

searchBarSetShowCloseButton

Properties

SearchModeEnabled

data SearchBarSearchModeEnabledPropertyInfo Source

Instances

AttrInfo SearchBarSearchModeEnabledPropertyInfo Source 
type AttrLabel SearchBarSearchModeEnabledPropertyInfo = "search-mode-enabled" Source 
type AttrGetType SearchBarSearchModeEnabledPropertyInfo = Bool Source 
type AttrBaseTypeConstraint SearchBarSearchModeEnabledPropertyInfo = SearchBarK Source 
type AttrSetTypeConstraint SearchBarSearchModeEnabledPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps SearchBarSearchModeEnabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ShowCloseButton

data SearchBarShowCloseButtonPropertyInfo Source