Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setRadioActionEntryName :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RadioActionEntry

    Set the value of the “name” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #name := value ]
    

  2. setRadioActionEntryStockId :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RadioActionEntry

    Set the value of the “stock_id” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #stockId := value ]
    

  3. setRadioActionEntryTooltip :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RadioActionEntry

    Set the value of the “tooltip” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #tooltip := value ]
    

  4. setRadioActionEntryValue :: MonadIO m => RadioActionEntry -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.RadioActionEntry

    Set the value of the “value” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #value := value ]
    

  5. setRcPropertyOrigin :: MonadIO m => RcProperty -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RcProperty

    Set the value of the “origin” field. When overloading is enabled, this is equivalent to

    set rcProperty [ #origin := value ]
    

  6. setRcPropertyPropertyName :: MonadIO m => RcProperty -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.RcProperty

    Set the value of the “property_name” field. When overloading is enabled, this is equivalent to

    set rcProperty [ #propertyName := value ]
    

  7. setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.RcProperty

    Set the value of the “type_name” field. When overloading is enabled, this is equivalent to

    set rcProperty [ #typeName := value ]
    

  8. setRcPropertyValue :: MonadIO m => RcProperty -> Ptr GValue -> m ()

    gi-gtk3 GI.Gtk.Structs.RcProperty

    Set the value of the “value” field. When overloading is enabled, this is equivalent to

    set rcProperty [ #value := value ]
    

  9. setRecentDataAppExec :: MonadIO m => RecentData -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RecentData

    Set the value of the “app_exec” field. When overloading is enabled, this is equivalent to

    set recentData [ #appExec := value ]
    

  10. setRecentDataAppName :: MonadIO m => RecentData -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RecentData

    Set the value of the “app_name” field. When overloading is enabled, this is equivalent to

    set recentData [ #appName := value ]
    

Page 585 of many | Previous | Next