| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.StringObject
Description
Documentation
newtype StringObject #
Constructors
| StringObject (ManagedPtr StringObject) |
Instances
class (GObject o, IsDescendantOf StringObject o) => IsStringObject o #
Instances
| (GObject o, IsDescendantOf StringObject o) => IsStringObject o | |
Defined in GI.Gtk.Objects.StringObject | |
type family ResolveStringObjectMethod (t :: Symbol) o where ... #
Equations
| ResolveStringObjectMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveStringObjectMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveStringObjectMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveStringObjectMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveStringObjectMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveStringObjectMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveStringObjectMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveStringObjectMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveStringObjectMethod "ref" o = ObjectRefMethodInfo | |
| ResolveStringObjectMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveStringObjectMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveStringObjectMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveStringObjectMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveStringObjectMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveStringObjectMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveStringObjectMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveStringObjectMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveStringObjectMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveStringObjectMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveStringObjectMethod "getString" o = StringObjectGetStringMethodInfo | |
| ResolveStringObjectMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveStringObjectMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveStringObjectMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveStringObjectMethod l o = MethodResolutionFailed l o :: Type |
data StringObjectGetStringMethodInfo #
Instances
| (signature ~ m Text, MonadIO m, IsStringObject a) => OverloadedMethod StringObjectGetStringMethodInfo a signature | |
Defined in GI.Gtk.Objects.StringObject Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo StringObjectGetStringMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.StringObject Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data StringObjectStringPropertyInfo #
Instances
getStringObjectString :: (MonadIO m, IsStringObject o) => o -> m Text #
stringObjectGetString :: (HasCallStack, MonadIO m, IsStringObject a) => a -> m Text #
stringObjectNew :: (HasCallStack, MonadIO m) => Text -> m StringObject #
stringObjectString :: AttrLabelProxy "string" #
toStringObject :: (MonadIO m, IsStringObject o) => o -> m StringObject #