| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Callbacks
Contents
- Signals
- AccelGroupActivate
- AccelGroupFindFunc
- AccelMapForeach
- AssistantPageFunc
- BuilderConnectFunc
- CalendarDetailFunc
- Callback
- CellAllocCallback
- CellCallback
- CellLayoutDataFunc
- ClipboardClearFunc
- ClipboardGetFunc
- ClipboardImageReceivedFunc
- ClipboardReceivedFunc
- ClipboardRichTextReceivedFunc
- ClipboardTargetsReceivedFunc
- ClipboardTextReceivedFunc
- ClipboardURIReceivedFunc
- ColorSelectionChangePaletteFunc
- ColorSelectionChangePaletteWithScreenFunc
- EntryCompletionMatchFunc
- FileFilterFunc
- FlowBoxCreateWidgetFunc
- FlowBoxFilterFunc
- FlowBoxForeachFunc
- FlowBoxSortFunc
- FontFilterFunc
- IconViewForeachFunc
- KeySnoopFunc
- ListBoxCreateWidgetFunc
- ListBoxFilterFunc
- ListBoxForeachFunc
- ListBoxSortFunc
- ListBoxUpdateHeaderFunc
- MenuDetachFunc
- MenuPositionFunc
- ModuleDisplayInitFunc
- ModuleInitFunc
- PageSetupDoneFunc
- PrintSettingsFunc
- RcPropertyParser
- RecentFilterFunc
- RecentSortFunc
- StylePropertyParser
- TextBufferDeserializeFunc
- TextBufferSerializeFunc
- TextCharPredicate
- TextTagTableForeach
- TickCallback
- TranslateFunc
- TreeCellDataFunc
- TreeDestroyCountFunc
- TreeIterCompareFunc
- TreeModelFilterVisibleFunc
- TreeModelForeachFunc
- TreeSelectionForeachFunc
- TreeSelectionFunc
- TreeViewColumnDropFunc
- TreeViewMappingFunc
- TreeViewRowSeparatorFunc
- TreeViewSearchEqualFunc
- TreeViewSearchPositionFunc
Description
- type AccelGroupActivate = AccelGroup -> Object -> Word32 -> [ModifierType] -> IO Bool
- type AccelGroupActivateC = Ptr AccelGroup -> Ptr Object -> Word32 -> CUInt -> IO CInt
- accelGroupActivateClosure :: AccelGroupActivate -> IO Closure
- accelGroupActivateWrapper :: Maybe (Ptr (FunPtr AccelGroupActivateC)) -> AccelGroupActivate -> Ptr AccelGroup -> Ptr Object -> Word32 -> CUInt -> IO CInt
- mkAccelGroupActivate :: AccelGroupActivateC -> IO (FunPtr AccelGroupActivateC)
- noAccelGroupActivate :: Maybe AccelGroupActivate
- type AccelGroupFindFunc = AccelKey -> Closure -> IO Bool
- type AccelGroupFindFuncC = Ptr AccelKey -> Ptr Closure -> Ptr () -> IO CInt
- accelGroupFindFuncClosure :: AccelGroupFindFunc -> IO Closure
- accelGroupFindFuncWrapper :: Maybe (Ptr (FunPtr AccelGroupFindFuncC)) -> AccelGroupFindFunc -> Ptr AccelKey -> Ptr Closure -> Ptr () -> IO CInt
- mkAccelGroupFindFunc :: AccelGroupFindFuncC -> IO (FunPtr AccelGroupFindFuncC)
- noAccelGroupFindFunc :: Maybe AccelGroupFindFunc
- type AccelMapForeach = Ptr () -> Text -> Word32 -> [ModifierType] -> Bool -> IO ()
- type AccelMapForeachC = Ptr () -> CString -> Word32 -> CUInt -> CInt -> IO ()
- accelMapForeachClosure :: AccelMapForeach -> IO Closure
- accelMapForeachWrapper :: Maybe (Ptr (FunPtr AccelMapForeachC)) -> AccelMapForeach -> Ptr () -> CString -> Word32 -> CUInt -> CInt -> IO ()
- mkAccelMapForeach :: AccelMapForeachC -> IO (FunPtr AccelMapForeachC)
- noAccelMapForeach :: Maybe AccelMapForeach
- type AssistantPageFunc = Int32 -> IO Int32
- type AssistantPageFuncC = Int32 -> Ptr () -> IO Int32
- assistantPageFuncClosure :: AssistantPageFunc -> IO Closure
- assistantPageFuncWrapper :: Maybe (Ptr (FunPtr AssistantPageFuncC)) -> AssistantPageFunc -> Int32 -> Ptr () -> IO Int32
- mkAssistantPageFunc :: AssistantPageFuncC -> IO (FunPtr AssistantPageFuncC)
- noAssistantPageFunc :: Maybe AssistantPageFunc
- type BuilderConnectFunc = Builder -> Object -> Text -> Text -> Maybe Object -> [ConnectFlags] -> IO ()
- type BuilderConnectFuncC = Ptr Builder -> Ptr Object -> CString -> CString -> Ptr Object -> CUInt -> Ptr () -> IO ()
- builderConnectFuncClosure :: BuilderConnectFunc -> IO Closure
- builderConnectFuncWrapper :: Maybe (Ptr (FunPtr BuilderConnectFuncC)) -> BuilderConnectFunc -> Ptr Builder -> Ptr Object -> CString -> CString -> Ptr Object -> CUInt -> Ptr () -> IO ()
- mkBuilderConnectFunc :: BuilderConnectFuncC -> IO (FunPtr BuilderConnectFuncC)
- noBuilderConnectFunc :: Maybe BuilderConnectFunc
- type CalendarDetailFunc = Calendar -> Word32 -> Word32 -> Word32 -> IO (Maybe Text)
- type CalendarDetailFuncC = Ptr Calendar -> Word32 -> Word32 -> Word32 -> Ptr () -> IO CString
- calendarDetailFuncClosure :: CalendarDetailFunc -> IO Closure
- calendarDetailFuncWrapper :: Maybe (Ptr (FunPtr CalendarDetailFuncC)) -> CalendarDetailFunc -> Ptr Calendar -> Word32 -> Word32 -> Word32 -> Ptr () -> IO CString
- mkCalendarDetailFunc :: CalendarDetailFuncC -> IO (FunPtr CalendarDetailFuncC)
- noCalendarDetailFunc :: Maybe CalendarDetailFunc
- type Callback = Widget -> IO ()
- type CallbackC = Ptr Widget -> Ptr () -> IO ()
- callbackClosure :: Callback -> IO Closure
- callbackWrapper :: Maybe (Ptr (FunPtr CallbackC)) -> Callback -> Ptr Widget -> Ptr () -> IO ()
- mkCallback :: CallbackC -> IO (FunPtr CallbackC)
- noCallback :: Maybe Callback
- type CellAllocCallback = CellRenderer -> Rectangle -> Rectangle -> IO Bool
- type CellAllocCallbackC = Ptr CellRenderer -> Ptr Rectangle -> Ptr Rectangle -> Ptr () -> IO CInt
- cellAllocCallbackClosure :: CellAllocCallback -> IO Closure
- cellAllocCallbackWrapper :: Maybe (Ptr (FunPtr CellAllocCallbackC)) -> CellAllocCallback -> Ptr CellRenderer -> Ptr Rectangle -> Ptr Rectangle -> Ptr () -> IO CInt
- mkCellAllocCallback :: CellAllocCallbackC -> IO (FunPtr CellAllocCallbackC)
- noCellAllocCallback :: Maybe CellAllocCallback
- type CellCallback = CellRenderer -> IO Bool
- type CellCallbackC = Ptr CellRenderer -> Ptr () -> IO CInt
- cellCallbackClosure :: CellCallback -> IO Closure
- cellCallbackWrapper :: Maybe (Ptr (FunPtr CellCallbackC)) -> CellCallback -> Ptr CellRenderer -> Ptr () -> IO CInt
- mkCellCallback :: CellCallbackC -> IO (FunPtr CellCallbackC)
- noCellCallback :: Maybe CellCallback
- type CellLayoutDataFunc = CellLayout -> CellRenderer -> TreeModel -> TreeIter -> IO ()
- type CellLayoutDataFuncC = Ptr CellLayout -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO ()
- cellLayoutDataFuncClosure :: CellLayoutDataFunc -> IO Closure
- cellLayoutDataFuncWrapper :: Maybe (Ptr (FunPtr CellLayoutDataFuncC)) -> CellLayoutDataFunc -> Ptr CellLayout -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO ()
- mkCellLayoutDataFunc :: CellLayoutDataFuncC -> IO (FunPtr CellLayoutDataFuncC)
- noCellLayoutDataFunc :: Maybe CellLayoutDataFunc
- type ClipboardClearFunc = Clipboard -> Ptr () -> IO ()
- type ClipboardClearFuncC = Ptr Clipboard -> Ptr () -> IO ()
- clipboardClearFuncClosure :: ClipboardClearFunc -> IO Closure
- clipboardClearFuncWrapper :: Maybe (Ptr (FunPtr ClipboardClearFuncC)) -> ClipboardClearFunc -> Ptr Clipboard -> Ptr () -> IO ()
- mkClipboardClearFunc :: ClipboardClearFuncC -> IO (FunPtr ClipboardClearFuncC)
- noClipboardClearFunc :: Maybe ClipboardClearFunc
- type ClipboardGetFunc = Clipboard -> SelectionData -> Word32 -> Ptr () -> IO ()
- type ClipboardGetFuncC = Ptr Clipboard -> Ptr SelectionData -> Word32 -> Ptr () -> IO ()
- clipboardGetFuncClosure :: ClipboardGetFunc -> IO Closure
- clipboardGetFuncWrapper :: Maybe (Ptr (FunPtr ClipboardGetFuncC)) -> ClipboardGetFunc -> Ptr Clipboard -> Ptr SelectionData -> Word32 -> Ptr () -> IO ()
- mkClipboardGetFunc :: ClipboardGetFuncC -> IO (FunPtr ClipboardGetFuncC)
- noClipboardGetFunc :: Maybe ClipboardGetFunc
- type ClipboardImageReceivedFunc = Clipboard -> Pixbuf -> IO ()
- type ClipboardImageReceivedFuncC = Ptr Clipboard -> Ptr Pixbuf -> Ptr () -> IO ()
- clipboardImageReceivedFuncClosure :: ClipboardImageReceivedFunc -> IO Closure
- clipboardImageReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardImageReceivedFuncC)) -> ClipboardImageReceivedFunc -> Ptr Clipboard -> Ptr Pixbuf -> Ptr () -> IO ()
- mkClipboardImageReceivedFunc :: ClipboardImageReceivedFuncC -> IO (FunPtr ClipboardImageReceivedFuncC)
- noClipboardImageReceivedFunc :: Maybe ClipboardImageReceivedFunc
- type ClipboardReceivedFunc = Clipboard -> SelectionData -> IO ()
- type ClipboardReceivedFuncC = Ptr Clipboard -> Ptr SelectionData -> Ptr () -> IO ()
- clipboardReceivedFuncClosure :: ClipboardReceivedFunc -> IO Closure
- clipboardReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardReceivedFuncC)) -> ClipboardReceivedFunc -> Ptr Clipboard -> Ptr SelectionData -> Ptr () -> IO ()
- mkClipboardReceivedFunc :: ClipboardReceivedFuncC -> IO (FunPtr ClipboardReceivedFuncC)
- noClipboardReceivedFunc :: Maybe ClipboardReceivedFunc
- type ClipboardRichTextReceivedFunc = Clipboard -> Atom -> Maybe Text -> Word64 -> IO ()
- type ClipboardRichTextReceivedFuncC = Ptr Clipboard -> Ptr Atom -> CString -> Word64 -> Ptr () -> IO ()
- clipboardRichTextReceivedFuncClosure :: ClipboardRichTextReceivedFunc -> IO Closure
- clipboardRichTextReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardRichTextReceivedFuncC)) -> ClipboardRichTextReceivedFunc -> Ptr Clipboard -> Ptr Atom -> CString -> Word64 -> Ptr () -> IO ()
- mkClipboardRichTextReceivedFunc :: ClipboardRichTextReceivedFuncC -> IO (FunPtr ClipboardRichTextReceivedFuncC)
- noClipboardRichTextReceivedFunc :: Maybe ClipboardRichTextReceivedFunc
- type ClipboardTargetsReceivedFunc = Clipboard -> Maybe [Atom] -> IO ()
- type ClipboardTargetsReceivedFuncC = Ptr Clipboard -> Ptr (Ptr Atom) -> Int32 -> Ptr () -> IO ()
- clipboardTargetsReceivedFuncClosure :: ClipboardTargetsReceivedFunc -> IO Closure
- clipboardTargetsReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardTargetsReceivedFuncC)) -> ClipboardTargetsReceivedFunc -> Ptr Clipboard -> Ptr (Ptr Atom) -> Int32 -> Ptr () -> IO ()
- mkClipboardTargetsReceivedFunc :: ClipboardTargetsReceivedFuncC -> IO (FunPtr ClipboardTargetsReceivedFuncC)
- noClipboardTargetsReceivedFunc :: Maybe ClipboardTargetsReceivedFunc
- type ClipboardTextReceivedFunc = Clipboard -> Maybe Text -> IO ()
- type ClipboardTextReceivedFuncC = Ptr Clipboard -> CString -> Ptr () -> IO ()
- clipboardTextReceivedFuncClosure :: ClipboardTextReceivedFunc -> IO Closure
- clipboardTextReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardTextReceivedFuncC)) -> ClipboardTextReceivedFunc -> Ptr Clipboard -> CString -> Ptr () -> IO ()
- mkClipboardTextReceivedFunc :: ClipboardTextReceivedFuncC -> IO (FunPtr ClipboardTextReceivedFuncC)
- noClipboardTextReceivedFunc :: Maybe ClipboardTextReceivedFunc
- type ClipboardURIReceivedFunc = Clipboard -> [Text] -> IO ()
- type ClipboardURIReceivedFuncC = Ptr Clipboard -> Ptr CString -> Ptr () -> IO ()
- clipboardURIReceivedFuncClosure :: ClipboardURIReceivedFunc -> IO Closure
- clipboardURIReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardURIReceivedFuncC)) -> ClipboardURIReceivedFunc -> Ptr Clipboard -> Ptr CString -> Ptr () -> IO ()
- mkClipboardURIReceivedFunc :: ClipboardURIReceivedFuncC -> IO (FunPtr ClipboardURIReceivedFuncC)
- noClipboardURIReceivedFunc :: Maybe ClipboardURIReceivedFunc
- type ColorSelectionChangePaletteFunc = [Color] -> IO ()
- type ColorSelectionChangePaletteFuncC = Ptr Color -> Int32 -> IO ()
- colorSelectionChangePaletteFuncClosure :: ColorSelectionChangePaletteFunc -> IO Closure
- colorSelectionChangePaletteFuncWrapper :: Maybe (Ptr (FunPtr ColorSelectionChangePaletteFuncC)) -> ColorSelectionChangePaletteFunc -> Ptr Color -> Int32 -> IO ()
- mkColorSelectionChangePaletteFunc :: ColorSelectionChangePaletteFuncC -> IO (FunPtr ColorSelectionChangePaletteFuncC)
- noColorSelectionChangePaletteFunc :: Maybe ColorSelectionChangePaletteFunc
- type ColorSelectionChangePaletteWithScreenFunc = Screen -> [Color] -> IO ()
- type ColorSelectionChangePaletteWithScreenFuncC = Ptr Screen -> Ptr Color -> Int32 -> IO ()
- colorSelectionChangePaletteWithScreenFuncClosure :: ColorSelectionChangePaletteWithScreenFunc -> IO Closure
- colorSelectionChangePaletteWithScreenFuncWrapper :: Maybe (Ptr (FunPtr ColorSelectionChangePaletteWithScreenFuncC)) -> ColorSelectionChangePaletteWithScreenFunc -> Ptr Screen -> Ptr Color -> Int32 -> IO ()
- mkColorSelectionChangePaletteWithScreenFunc :: ColorSelectionChangePaletteWithScreenFuncC -> IO (FunPtr ColorSelectionChangePaletteWithScreenFuncC)
- noColorSelectionChangePaletteWithScreenFunc :: Maybe ColorSelectionChangePaletteWithScreenFunc
- type EntryCompletionMatchFunc = EntryCompletion -> Text -> TreeIter -> IO Bool
- type EntryCompletionMatchFuncC = Ptr EntryCompletion -> CString -> Ptr TreeIter -> Ptr () -> IO CInt
- entryCompletionMatchFuncClosure :: EntryCompletionMatchFunc -> IO Closure
- entryCompletionMatchFuncWrapper :: Maybe (Ptr (FunPtr EntryCompletionMatchFuncC)) -> EntryCompletionMatchFunc -> Ptr EntryCompletion -> CString -> Ptr TreeIter -> Ptr () -> IO CInt
- mkEntryCompletionMatchFunc :: EntryCompletionMatchFuncC -> IO (FunPtr EntryCompletionMatchFuncC)
- noEntryCompletionMatchFunc :: Maybe EntryCompletionMatchFunc
- type FileFilterFunc = FileFilterInfo -> IO Bool
- type FileFilterFuncC = Ptr FileFilterInfo -> Ptr () -> IO CInt
- fileFilterFuncClosure :: FileFilterFunc -> IO Closure
- fileFilterFuncWrapper :: Maybe (Ptr (FunPtr FileFilterFuncC)) -> FileFilterFunc -> Ptr FileFilterInfo -> Ptr () -> IO CInt
- mkFileFilterFunc :: FileFilterFuncC -> IO (FunPtr FileFilterFuncC)
- noFileFilterFunc :: Maybe FileFilterFunc
- type FlowBoxCreateWidgetFunc = Ptr () -> IO Widget
- type FlowBoxCreateWidgetFuncC = Ptr () -> Ptr () -> IO (Ptr Widget)
- flowBoxCreateWidgetFuncClosure :: FlowBoxCreateWidgetFunc -> IO Closure
- flowBoxCreateWidgetFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxCreateWidgetFuncC)) -> FlowBoxCreateWidgetFunc -> Ptr () -> Ptr () -> IO (Ptr Widget)
- mkFlowBoxCreateWidgetFunc :: FlowBoxCreateWidgetFuncC -> IO (FunPtr FlowBoxCreateWidgetFuncC)
- noFlowBoxCreateWidgetFunc :: Maybe FlowBoxCreateWidgetFunc
- type FlowBoxFilterFunc = FlowBoxChild -> IO Bool
- type FlowBoxFilterFuncC = Ptr FlowBoxChild -> Ptr () -> IO CInt
- flowBoxFilterFuncClosure :: FlowBoxFilterFunc -> IO Closure
- flowBoxFilterFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxFilterFuncC)) -> FlowBoxFilterFunc -> Ptr FlowBoxChild -> Ptr () -> IO CInt
- mkFlowBoxFilterFunc :: FlowBoxFilterFuncC -> IO (FunPtr FlowBoxFilterFuncC)
- noFlowBoxFilterFunc :: Maybe FlowBoxFilterFunc
- type FlowBoxForeachFunc = FlowBox -> FlowBoxChild -> IO ()
- type FlowBoxForeachFuncC = Ptr FlowBox -> Ptr FlowBoxChild -> Ptr () -> IO ()
- flowBoxForeachFuncClosure :: FlowBoxForeachFunc -> IO Closure
- flowBoxForeachFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxForeachFuncC)) -> FlowBoxForeachFunc -> Ptr FlowBox -> Ptr FlowBoxChild -> Ptr () -> IO ()
- mkFlowBoxForeachFunc :: FlowBoxForeachFuncC -> IO (FunPtr FlowBoxForeachFuncC)
- noFlowBoxForeachFunc :: Maybe FlowBoxForeachFunc
- type FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32
- type FlowBoxSortFuncC = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32
- flowBoxSortFuncClosure :: FlowBoxSortFunc -> IO Closure
- flowBoxSortFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxSortFuncC)) -> FlowBoxSortFunc -> Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32
- mkFlowBoxSortFunc :: FlowBoxSortFuncC -> IO (FunPtr FlowBoxSortFuncC)
- noFlowBoxSortFunc :: Maybe FlowBoxSortFunc
- type FontFilterFunc = FontFamily -> FontFace -> IO Bool
- type FontFilterFuncC = Ptr FontFamily -> Ptr FontFace -> Ptr () -> IO CInt
- fontFilterFuncClosure :: FontFilterFunc -> IO Closure
- fontFilterFuncWrapper :: Maybe (Ptr (FunPtr FontFilterFuncC)) -> FontFilterFunc -> Ptr FontFamily -> Ptr FontFace -> Ptr () -> IO CInt
- mkFontFilterFunc :: FontFilterFuncC -> IO (FunPtr FontFilterFuncC)
- noFontFilterFunc :: Maybe FontFilterFunc
- type IconViewForeachFunc = IconView -> TreePath -> IO ()
- type IconViewForeachFuncC = Ptr IconView -> Ptr TreePath -> Ptr () -> IO ()
- iconViewForeachFuncClosure :: IconViewForeachFunc -> IO Closure
- iconViewForeachFuncWrapper :: Maybe (Ptr (FunPtr IconViewForeachFuncC)) -> IconViewForeachFunc -> Ptr IconView -> Ptr TreePath -> Ptr () -> IO ()
- mkIconViewForeachFunc :: IconViewForeachFuncC -> IO (FunPtr IconViewForeachFuncC)
- noIconViewForeachFunc :: Maybe IconViewForeachFunc
- type KeySnoopFunc = Widget -> EventKey -> IO Int32
- type KeySnoopFuncC = Ptr Widget -> Ptr EventKey -> Ptr () -> IO Int32
- keySnoopFuncClosure :: KeySnoopFunc -> IO Closure
- keySnoopFuncWrapper :: Maybe (Ptr (FunPtr KeySnoopFuncC)) -> KeySnoopFunc -> Ptr Widget -> Ptr EventKey -> Ptr () -> IO Int32
- mkKeySnoopFunc :: KeySnoopFuncC -> IO (FunPtr KeySnoopFuncC)
- noKeySnoopFunc :: Maybe KeySnoopFunc
- type ListBoxCreateWidgetFunc = Object -> IO Widget
- type ListBoxCreateWidgetFuncC = Ptr Object -> Ptr () -> IO (Ptr Widget)
- listBoxCreateWidgetFuncClosure :: ListBoxCreateWidgetFunc -> IO Closure
- listBoxCreateWidgetFuncWrapper :: Maybe (Ptr (FunPtr ListBoxCreateWidgetFuncC)) -> ListBoxCreateWidgetFunc -> Ptr Object -> Ptr () -> IO (Ptr Widget)
- mkListBoxCreateWidgetFunc :: ListBoxCreateWidgetFuncC -> IO (FunPtr ListBoxCreateWidgetFuncC)
- noListBoxCreateWidgetFunc :: Maybe ListBoxCreateWidgetFunc
- type ListBoxFilterFunc = ListBoxRow -> IO Bool
- type ListBoxFilterFuncC = Ptr ListBoxRow -> Ptr () -> IO CInt
- listBoxFilterFuncClosure :: ListBoxFilterFunc -> IO Closure
- listBoxFilterFuncWrapper :: Maybe (Ptr (FunPtr ListBoxFilterFuncC)) -> ListBoxFilterFunc -> Ptr ListBoxRow -> Ptr () -> IO CInt
- mkListBoxFilterFunc :: ListBoxFilterFuncC -> IO (FunPtr ListBoxFilterFuncC)
- noListBoxFilterFunc :: Maybe ListBoxFilterFunc
- type ListBoxForeachFunc = ListBox -> ListBoxRow -> IO ()
- type ListBoxForeachFuncC = Ptr ListBox -> Ptr ListBoxRow -> Ptr () -> IO ()
- listBoxForeachFuncClosure :: ListBoxForeachFunc -> IO Closure
- listBoxForeachFuncWrapper :: Maybe (Ptr (FunPtr ListBoxForeachFuncC)) -> ListBoxForeachFunc -> Ptr ListBox -> Ptr ListBoxRow -> Ptr () -> IO ()
- mkListBoxForeachFunc :: ListBoxForeachFuncC -> IO (FunPtr ListBoxForeachFuncC)
- noListBoxForeachFunc :: Maybe ListBoxForeachFunc
- type ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32
- type ListBoxSortFuncC = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32
- listBoxSortFuncClosure :: ListBoxSortFunc -> IO Closure
- listBoxSortFuncWrapper :: Maybe (Ptr (FunPtr ListBoxSortFuncC)) -> ListBoxSortFunc -> Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32
- mkListBoxSortFunc :: ListBoxSortFuncC -> IO (FunPtr ListBoxSortFuncC)
- noListBoxSortFunc :: Maybe ListBoxSortFunc
- type ListBoxUpdateHeaderFunc = ListBoxRow -> Maybe ListBoxRow -> IO ()
- type ListBoxUpdateHeaderFuncC = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO ()
- listBoxUpdateHeaderFuncClosure :: ListBoxUpdateHeaderFunc -> IO Closure
- listBoxUpdateHeaderFuncWrapper :: Maybe (Ptr (FunPtr ListBoxUpdateHeaderFuncC)) -> ListBoxUpdateHeaderFunc -> Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO ()
- mkListBoxUpdateHeaderFunc :: ListBoxUpdateHeaderFuncC -> IO (FunPtr ListBoxUpdateHeaderFuncC)
- noListBoxUpdateHeaderFunc :: Maybe ListBoxUpdateHeaderFunc
- type MenuDetachFunc = Widget -> Menu -> IO ()
- type MenuDetachFuncC = Ptr Widget -> Ptr Menu -> IO ()
- menuDetachFuncClosure :: MenuDetachFunc -> IO Closure
- menuDetachFuncWrapper :: Maybe (Ptr (FunPtr MenuDetachFuncC)) -> MenuDetachFunc -> Ptr Widget -> Ptr Menu -> IO ()
- mkMenuDetachFunc :: MenuDetachFuncC -> IO (FunPtr MenuDetachFuncC)
- noMenuDetachFunc :: Maybe MenuDetachFunc
- type MenuPositionFunc = Menu -> Int32 -> Int32 -> IO (Int32, Int32, Bool)
- type MenuPositionFuncC = Ptr Menu -> Ptr Int32 -> Ptr Int32 -> Ptr CInt -> Ptr () -> IO ()
- menuPositionFuncClosure :: MenuPositionFunc -> IO Closure
- menuPositionFuncWrapper :: Maybe (Ptr (FunPtr MenuPositionFuncC)) -> MenuPositionFunc -> Ptr Menu -> Ptr Int32 -> Ptr Int32 -> Ptr CInt -> Ptr () -> IO ()
- mkMenuPositionFunc :: MenuPositionFuncC -> IO (FunPtr MenuPositionFuncC)
- noMenuPositionFunc :: Maybe MenuPositionFunc
- type ModuleDisplayInitFunc = Display -> IO ()
- type ModuleDisplayInitFuncC = Ptr Display -> IO ()
- mkModuleDisplayInitFunc :: ModuleDisplayInitFuncC -> IO (FunPtr ModuleDisplayInitFuncC)
- moduleDisplayInitFuncClosure :: ModuleDisplayInitFunc -> IO Closure
- moduleDisplayInitFuncWrapper :: Maybe (Ptr (FunPtr ModuleDisplayInitFuncC)) -> ModuleDisplayInitFunc -> Ptr Display -> IO ()
- noModuleDisplayInitFunc :: Maybe ModuleDisplayInitFunc
- type ModuleInitFunc = Maybe [Text] -> IO ()
- type ModuleInitFuncC = Int32 -> Ptr CString -> IO ()
- mkModuleInitFunc :: ModuleInitFuncC -> IO (FunPtr ModuleInitFuncC)
- moduleInitFuncClosure :: ModuleInitFunc -> IO Closure
- moduleInitFuncWrapper :: Maybe (Ptr (FunPtr ModuleInitFuncC)) -> ModuleInitFunc -> Int32 -> Ptr CString -> IO ()
- noModuleInitFunc :: Maybe ModuleInitFunc
- type PageSetupDoneFunc = PageSetup -> IO ()
- type PageSetupDoneFuncC = Ptr PageSetup -> Ptr () -> IO ()
- mkPageSetupDoneFunc :: PageSetupDoneFuncC -> IO (FunPtr PageSetupDoneFuncC)
- noPageSetupDoneFunc :: Maybe PageSetupDoneFunc
- pageSetupDoneFuncClosure :: PageSetupDoneFunc -> IO Closure
- pageSetupDoneFuncWrapper :: Maybe (Ptr (FunPtr PageSetupDoneFuncC)) -> PageSetupDoneFunc -> Ptr PageSetup -> Ptr () -> IO ()
- type PrintSettingsFunc = Text -> Text -> IO ()
- type PrintSettingsFuncC = CString -> CString -> Ptr () -> IO ()
- mkPrintSettingsFunc :: PrintSettingsFuncC -> IO (FunPtr PrintSettingsFuncC)
- noPrintSettingsFunc :: Maybe PrintSettingsFunc
- printSettingsFuncClosure :: PrintSettingsFunc -> IO Closure
- printSettingsFuncWrapper :: Maybe (Ptr (FunPtr PrintSettingsFuncC)) -> PrintSettingsFunc -> CString -> CString -> Ptr () -> IO ()
- type RcPropertyParser = GParamSpec -> String -> GValue -> IO Bool
- type RcPropertyParserC = Ptr GParamSpec -> Ptr String -> Ptr GValue -> IO CInt
- mkRcPropertyParser :: RcPropertyParserC -> IO (FunPtr RcPropertyParserC)
- noRcPropertyParser :: Maybe RcPropertyParser
- rcPropertyParserClosure :: RcPropertyParser -> IO Closure
- rcPropertyParserWrapper :: Maybe (Ptr (FunPtr RcPropertyParserC)) -> RcPropertyParser -> Ptr GParamSpec -> Ptr String -> Ptr GValue -> IO CInt
- type RecentFilterFunc = RecentFilterInfo -> IO Bool
- type RecentFilterFuncC = Ptr RecentFilterInfo -> Ptr () -> IO CInt
- mkRecentFilterFunc :: RecentFilterFuncC -> IO (FunPtr RecentFilterFuncC)
- noRecentFilterFunc :: Maybe RecentFilterFunc
- recentFilterFuncClosure :: RecentFilterFunc -> IO Closure
- recentFilterFuncWrapper :: Maybe (Ptr (FunPtr RecentFilterFuncC)) -> RecentFilterFunc -> Ptr RecentFilterInfo -> Ptr () -> IO CInt
- type RecentSortFunc = RecentInfo -> RecentInfo -> IO Int32
- type RecentSortFuncC = Ptr RecentInfo -> Ptr RecentInfo -> Ptr () -> IO Int32
- mkRecentSortFunc :: RecentSortFuncC -> IO (FunPtr RecentSortFuncC)
- noRecentSortFunc :: Maybe RecentSortFunc
- recentSortFuncClosure :: RecentSortFunc -> IO Closure
- recentSortFuncWrapper :: Maybe (Ptr (FunPtr RecentSortFuncC)) -> RecentSortFunc -> Ptr RecentInfo -> Ptr RecentInfo -> Ptr () -> IO Int32
- type StylePropertyParser = Text -> GValue -> IO Bool
- type StylePropertyParserC = CString -> Ptr GValue -> IO CInt
- mkStylePropertyParser :: StylePropertyParserC -> IO (FunPtr StylePropertyParserC)
- noStylePropertyParser :: Maybe StylePropertyParser
- stylePropertyParserClosure :: StylePropertyParser -> IO Closure
- stylePropertyParserWrapper :: Maybe (Ptr (FunPtr StylePropertyParserC)) -> StylePropertyParser -> CString -> Ptr GValue -> IO CInt
- type TextBufferDeserializeFunc = TextBuffer -> TextBuffer -> TextIter -> ByteString -> Bool -> IO Bool
- type TextBufferDeserializeFuncC = Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr Word8 -> Word64 -> CInt -> Ptr () -> IO CInt
- mkTextBufferDeserializeFunc :: TextBufferDeserializeFuncC -> IO (FunPtr TextBufferDeserializeFuncC)
- noTextBufferDeserializeFunc :: Maybe TextBufferDeserializeFunc
- textBufferDeserializeFuncClosure :: TextBufferDeserializeFunc -> IO Closure
- textBufferDeserializeFuncWrapper :: Maybe (Ptr (FunPtr TextBufferDeserializeFuncC)) -> TextBufferDeserializeFunc -> Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr Word8 -> Word64 -> CInt -> Ptr () -> IO CInt
- type TextBufferSerializeFunc = TextBuffer -> TextBuffer -> TextIter -> TextIter -> Word64 -> IO Word8
- type TextBufferSerializeFuncC = Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr TextIter -> Word64 -> Ptr () -> IO Word8
- mkTextBufferSerializeFunc :: TextBufferSerializeFuncC -> IO (FunPtr TextBufferSerializeFuncC)
- noTextBufferSerializeFunc :: Maybe TextBufferSerializeFunc
- textBufferSerializeFuncClosure :: TextBufferSerializeFunc -> IO Closure
- textBufferSerializeFuncWrapper :: Maybe (Ptr (FunPtr TextBufferSerializeFuncC)) -> TextBufferSerializeFunc -> Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr TextIter -> Word64 -> Ptr () -> IO Word8
- type TextCharPredicate = Char -> IO Bool
- type TextCharPredicateC = CInt -> Ptr () -> IO CInt
- mkTextCharPredicate :: TextCharPredicateC -> IO (FunPtr TextCharPredicateC)
- noTextCharPredicate :: Maybe TextCharPredicate
- textCharPredicateClosure :: TextCharPredicate -> IO Closure
- textCharPredicateWrapper :: Maybe (Ptr (FunPtr TextCharPredicateC)) -> TextCharPredicate -> CInt -> Ptr () -> IO CInt
- type TextTagTableForeach = TextTag -> IO ()
- type TextTagTableForeachC = Ptr TextTag -> Ptr () -> IO ()
- mkTextTagTableForeach :: TextTagTableForeachC -> IO (FunPtr TextTagTableForeachC)
- noTextTagTableForeach :: Maybe TextTagTableForeach
- textTagTableForeachClosure :: TextTagTableForeach -> IO Closure
- textTagTableForeachWrapper :: Maybe (Ptr (FunPtr TextTagTableForeachC)) -> TextTagTableForeach -> Ptr TextTag -> Ptr () -> IO ()
- type TickCallback = Widget -> FrameClock -> IO Bool
- type TickCallbackC = Ptr Widget -> Ptr FrameClock -> Ptr () -> IO CInt
- mkTickCallback :: TickCallbackC -> IO (FunPtr TickCallbackC)
- noTickCallback :: Maybe TickCallback
- tickCallbackClosure :: TickCallback -> IO Closure
- tickCallbackWrapper :: Maybe (Ptr (FunPtr TickCallbackC)) -> TickCallback -> Ptr Widget -> Ptr FrameClock -> Ptr () -> IO CInt
- type TranslateFunc = Text -> IO Text
- type TranslateFuncC = CString -> Ptr () -> IO CString
- mkTranslateFunc :: TranslateFuncC -> IO (FunPtr TranslateFuncC)
- noTranslateFunc :: Maybe TranslateFunc
- translateFuncClosure :: TranslateFunc -> IO Closure
- translateFuncWrapper :: Maybe (Ptr (FunPtr TranslateFuncC)) -> TranslateFunc -> CString -> Ptr () -> IO CString
- type TreeCellDataFunc = TreeViewColumn -> CellRenderer -> TreeModel -> TreeIter -> IO ()
- type TreeCellDataFuncC = Ptr TreeViewColumn -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO ()
- mkTreeCellDataFunc :: TreeCellDataFuncC -> IO (FunPtr TreeCellDataFuncC)
- noTreeCellDataFunc :: Maybe TreeCellDataFunc
- treeCellDataFuncClosure :: TreeCellDataFunc -> IO Closure
- treeCellDataFuncWrapper :: Maybe (Ptr (FunPtr TreeCellDataFuncC)) -> TreeCellDataFunc -> Ptr TreeViewColumn -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO ()
- type TreeDestroyCountFunc = TreeView -> TreePath -> Int32 -> IO ()
- type TreeDestroyCountFuncC = Ptr TreeView -> Ptr TreePath -> Int32 -> Ptr () -> IO ()
- mkTreeDestroyCountFunc :: TreeDestroyCountFuncC -> IO (FunPtr TreeDestroyCountFuncC)
- noTreeDestroyCountFunc :: Maybe TreeDestroyCountFunc
- treeDestroyCountFuncClosure :: TreeDestroyCountFunc -> IO Closure
- treeDestroyCountFuncWrapper :: Maybe (Ptr (FunPtr TreeDestroyCountFuncC)) -> TreeDestroyCountFunc -> Ptr TreeView -> Ptr TreePath -> Int32 -> Ptr () -> IO ()
- type TreeIterCompareFunc = TreeModel -> TreeIter -> TreeIter -> IO Int32
- type TreeIterCompareFuncC = Ptr TreeModel -> Ptr TreeIter -> Ptr TreeIter -> Ptr () -> IO Int32
- mkTreeIterCompareFunc :: TreeIterCompareFuncC -> IO (FunPtr TreeIterCompareFuncC)
- noTreeIterCompareFunc :: Maybe TreeIterCompareFunc
- treeIterCompareFuncClosure :: TreeIterCompareFunc -> IO Closure
- treeIterCompareFuncWrapper :: Maybe (Ptr (FunPtr TreeIterCompareFuncC)) -> TreeIterCompareFunc -> Ptr TreeModel -> Ptr TreeIter -> Ptr TreeIter -> Ptr () -> IO Int32
- type TreeModelFilterVisibleFunc = TreeModel -> TreeIter -> IO Bool
- type TreeModelFilterVisibleFuncC = Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO CInt
- mkTreeModelFilterVisibleFunc :: TreeModelFilterVisibleFuncC -> IO (FunPtr TreeModelFilterVisibleFuncC)
- noTreeModelFilterVisibleFunc :: Maybe TreeModelFilterVisibleFunc
- treeModelFilterVisibleFuncClosure :: TreeModelFilterVisibleFunc -> IO Closure
- treeModelFilterVisibleFuncWrapper :: Maybe (Ptr (FunPtr TreeModelFilterVisibleFuncC)) -> TreeModelFilterVisibleFunc -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO CInt
- type TreeModelForeachFunc = TreeModel -> TreePath -> TreeIter -> IO Bool
- type TreeModelForeachFuncC = Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO CInt
- mkTreeModelForeachFunc :: TreeModelForeachFuncC -> IO (FunPtr TreeModelForeachFuncC)
- noTreeModelForeachFunc :: Maybe TreeModelForeachFunc
- treeModelForeachFuncClosure :: TreeModelForeachFunc -> IO Closure
- treeModelForeachFuncWrapper :: Maybe (Ptr (FunPtr TreeModelForeachFuncC)) -> TreeModelForeachFunc -> Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO CInt
- type TreeSelectionForeachFunc = TreeModel -> TreePath -> TreeIter -> IO ()
- type TreeSelectionForeachFuncC = Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO ()
- mkTreeSelectionForeachFunc :: TreeSelectionForeachFuncC -> IO (FunPtr TreeSelectionForeachFuncC)
- noTreeSelectionForeachFunc :: Maybe TreeSelectionForeachFunc
- treeSelectionForeachFuncClosure :: TreeSelectionForeachFunc -> IO Closure
- treeSelectionForeachFuncWrapper :: Maybe (Ptr (FunPtr TreeSelectionForeachFuncC)) -> TreeSelectionForeachFunc -> Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO ()
- type TreeSelectionFunc = TreeSelection -> TreeModel -> TreePath -> Bool -> IO Bool
- type TreeSelectionFuncC = Ptr TreeSelection -> Ptr TreeModel -> Ptr TreePath -> CInt -> Ptr () -> IO CInt
- mkTreeSelectionFunc :: TreeSelectionFuncC -> IO (FunPtr TreeSelectionFuncC)
- noTreeSelectionFunc :: Maybe TreeSelectionFunc
- treeSelectionFuncClosure :: TreeSelectionFunc -> IO Closure
- treeSelectionFuncWrapper :: Maybe (Ptr (FunPtr TreeSelectionFuncC)) -> TreeSelectionFunc -> Ptr TreeSelection -> Ptr TreeModel -> Ptr TreePath -> CInt -> Ptr () -> IO CInt
- type TreeViewColumnDropFunc = TreeView -> TreeViewColumn -> TreeViewColumn -> TreeViewColumn -> IO Bool
- type TreeViewColumnDropFuncC = Ptr TreeView -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr () -> IO CInt
- mkTreeViewColumnDropFunc :: TreeViewColumnDropFuncC -> IO (FunPtr TreeViewColumnDropFuncC)
- noTreeViewColumnDropFunc :: Maybe TreeViewColumnDropFunc
- treeViewColumnDropFuncClosure :: TreeViewColumnDropFunc -> IO Closure
- treeViewColumnDropFuncWrapper :: Maybe (Ptr (FunPtr TreeViewColumnDropFuncC)) -> TreeViewColumnDropFunc -> Ptr TreeView -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr () -> IO CInt
- type TreeViewMappingFunc = TreeView -> TreePath -> IO ()
- type TreeViewMappingFuncC = Ptr TreeView -> Ptr TreePath -> Ptr () -> IO ()
- mkTreeViewMappingFunc :: TreeViewMappingFuncC -> IO (FunPtr TreeViewMappingFuncC)
- noTreeViewMappingFunc :: Maybe TreeViewMappingFunc
- treeViewMappingFuncClosure :: TreeViewMappingFunc -> IO Closure
- treeViewMappingFuncWrapper :: Maybe (Ptr (FunPtr TreeViewMappingFuncC)) -> TreeViewMappingFunc -> Ptr TreeView -> Ptr TreePath -> Ptr () -> IO ()
- type TreeViewRowSeparatorFunc = TreeModel -> TreeIter -> IO Bool
- type TreeViewRowSeparatorFuncC = Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO CInt
- mkTreeViewRowSeparatorFunc :: TreeViewRowSeparatorFuncC -> IO (FunPtr TreeViewRowSeparatorFuncC)
- noTreeViewRowSeparatorFunc :: Maybe TreeViewRowSeparatorFunc
- treeViewRowSeparatorFuncClosure :: TreeViewRowSeparatorFunc -> IO Closure
- treeViewRowSeparatorFuncWrapper :: Maybe (Ptr (FunPtr TreeViewRowSeparatorFuncC)) -> TreeViewRowSeparatorFunc -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO CInt
- type TreeViewSearchEqualFunc = TreeModel -> Int32 -> Text -> TreeIter -> IO Bool
- type TreeViewSearchEqualFuncC = Ptr TreeModel -> Int32 -> CString -> Ptr TreeIter -> Ptr () -> IO CInt
- mkTreeViewSearchEqualFunc :: TreeViewSearchEqualFuncC -> IO (FunPtr TreeViewSearchEqualFuncC)
- noTreeViewSearchEqualFunc :: Maybe TreeViewSearchEqualFunc
- treeViewSearchEqualFuncClosure :: TreeViewSearchEqualFunc -> IO Closure
- treeViewSearchEqualFuncWrapper :: Maybe (Ptr (FunPtr TreeViewSearchEqualFuncC)) -> TreeViewSearchEqualFunc -> Ptr TreeModel -> Int32 -> CString -> Ptr TreeIter -> Ptr () -> IO CInt
- type TreeViewSearchPositionFunc = TreeView -> Widget -> IO ()
- type TreeViewSearchPositionFuncC = Ptr TreeView -> Ptr Widget -> Ptr () -> IO ()
- mkTreeViewSearchPositionFunc :: TreeViewSearchPositionFuncC -> IO (FunPtr TreeViewSearchPositionFuncC)
- noTreeViewSearchPositionFunc :: Maybe TreeViewSearchPositionFunc
- treeViewSearchPositionFuncClosure :: TreeViewSearchPositionFunc -> IO Closure
- treeViewSearchPositionFuncWrapper :: Maybe (Ptr (FunPtr TreeViewSearchPositionFuncC)) -> TreeViewSearchPositionFunc -> Ptr TreeView -> Ptr Widget -> Ptr () -> IO ()
Signals
AccelGroupActivate
type AccelGroupActivate = AccelGroup -> Object -> Word32 -> [ModifierType] -> IO Bool Source #
type AccelGroupActivateC = Ptr AccelGroup -> Ptr Object -> Word32 -> CUInt -> IO CInt Source #
accelGroupActivateClosure :: AccelGroupActivate -> IO Closure Source #
accelGroupActivateWrapper :: Maybe (Ptr (FunPtr AccelGroupActivateC)) -> AccelGroupActivate -> Ptr AccelGroup -> Ptr Object -> Word32 -> CUInt -> IO CInt Source #
AccelGroupFindFunc
accelGroupFindFuncClosure :: AccelGroupFindFunc -> IO Closure Source #
accelGroupFindFuncWrapper :: Maybe (Ptr (FunPtr AccelGroupFindFuncC)) -> AccelGroupFindFunc -> Ptr AccelKey -> Ptr Closure -> Ptr () -> IO CInt Source #
AccelMapForeach
accelMapForeachClosure :: AccelMapForeach -> IO Closure Source #
accelMapForeachWrapper :: Maybe (Ptr (FunPtr AccelMapForeachC)) -> AccelMapForeach -> Ptr () -> CString -> Word32 -> CUInt -> CInt -> IO () Source #
AssistantPageFunc
assistantPageFuncClosure :: AssistantPageFunc -> IO Closure Source #
assistantPageFuncWrapper :: Maybe (Ptr (FunPtr AssistantPageFuncC)) -> AssistantPageFunc -> Int32 -> Ptr () -> IO Int32 Source #
BuilderConnectFunc
type BuilderConnectFunc = Builder -> Object -> Text -> Text -> Maybe Object -> [ConnectFlags] -> IO () Source #
type BuilderConnectFuncC = Ptr Builder -> Ptr Object -> CString -> CString -> Ptr Object -> CUInt -> Ptr () -> IO () Source #
builderConnectFuncClosure :: BuilderConnectFunc -> IO Closure Source #
builderConnectFuncWrapper :: Maybe (Ptr (FunPtr BuilderConnectFuncC)) -> BuilderConnectFunc -> Ptr Builder -> Ptr Object -> CString -> CString -> Ptr Object -> CUInt -> Ptr () -> IO () Source #
CalendarDetailFunc
type CalendarDetailFuncC = Ptr Calendar -> Word32 -> Word32 -> Word32 -> Ptr () -> IO CString Source #
calendarDetailFuncClosure :: CalendarDetailFunc -> IO Closure Source #
calendarDetailFuncWrapper :: Maybe (Ptr (FunPtr CalendarDetailFuncC)) -> CalendarDetailFunc -> Ptr Calendar -> Word32 -> Word32 -> Word32 -> Ptr () -> IO CString Source #
Callback
callbackClosure :: Callback -> IO Closure Source #
callbackWrapper :: Maybe (Ptr (FunPtr CallbackC)) -> Callback -> Ptr Widget -> Ptr () -> IO () Source #
CellAllocCallback
type CellAllocCallback = CellRenderer -> Rectangle -> Rectangle -> IO Bool Source #
type CellAllocCallbackC = Ptr CellRenderer -> Ptr Rectangle -> Ptr Rectangle -> Ptr () -> IO CInt Source #
cellAllocCallbackClosure :: CellAllocCallback -> IO Closure Source #
cellAllocCallbackWrapper :: Maybe (Ptr (FunPtr CellAllocCallbackC)) -> CellAllocCallback -> Ptr CellRenderer -> Ptr Rectangle -> Ptr Rectangle -> Ptr () -> IO CInt Source #
CellCallback
type CellCallback = CellRenderer -> IO Bool Source #
type CellCallbackC = Ptr CellRenderer -> Ptr () -> IO CInt Source #
cellCallbackClosure :: CellCallback -> IO Closure Source #
cellCallbackWrapper :: Maybe (Ptr (FunPtr CellCallbackC)) -> CellCallback -> Ptr CellRenderer -> Ptr () -> IO CInt Source #
mkCellCallback :: CellCallbackC -> IO (FunPtr CellCallbackC) Source #
CellLayoutDataFunc
type CellLayoutDataFunc = CellLayout -> CellRenderer -> TreeModel -> TreeIter -> IO () Source #
type CellLayoutDataFuncC = Ptr CellLayout -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO () Source #
cellLayoutDataFuncClosure :: CellLayoutDataFunc -> IO Closure Source #
cellLayoutDataFuncWrapper :: Maybe (Ptr (FunPtr CellLayoutDataFuncC)) -> CellLayoutDataFunc -> Ptr CellLayout -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO () Source #
ClipboardClearFunc
clipboardClearFuncClosure :: ClipboardClearFunc -> IO Closure Source #
clipboardClearFuncWrapper :: Maybe (Ptr (FunPtr ClipboardClearFuncC)) -> ClipboardClearFunc -> Ptr Clipboard -> Ptr () -> IO () Source #
ClipboardGetFunc
type ClipboardGetFunc = Clipboard -> SelectionData -> Word32 -> Ptr () -> IO () Source #
type ClipboardGetFuncC = Ptr Clipboard -> Ptr SelectionData -> Word32 -> Ptr () -> IO () Source #
clipboardGetFuncClosure :: ClipboardGetFunc -> IO Closure Source #
clipboardGetFuncWrapper :: Maybe (Ptr (FunPtr ClipboardGetFuncC)) -> ClipboardGetFunc -> Ptr Clipboard -> Ptr SelectionData -> Word32 -> Ptr () -> IO () Source #
ClipboardImageReceivedFunc
type ClipboardImageReceivedFunc = Clipboard -> Pixbuf -> IO () Source #
clipboardImageReceivedFuncClosure :: ClipboardImageReceivedFunc -> IO Closure Source #
clipboardImageReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardImageReceivedFuncC)) -> ClipboardImageReceivedFunc -> Ptr Clipboard -> Ptr Pixbuf -> Ptr () -> IO () Source #
mkClipboardImageReceivedFunc :: ClipboardImageReceivedFuncC -> IO (FunPtr ClipboardImageReceivedFuncC) Source #
ClipboardReceivedFunc
type ClipboardReceivedFunc = Clipboard -> SelectionData -> IO () Source #
type ClipboardReceivedFuncC = Ptr Clipboard -> Ptr SelectionData -> Ptr () -> IO () Source #
clipboardReceivedFuncClosure :: ClipboardReceivedFunc -> IO Closure Source #
clipboardReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardReceivedFuncC)) -> ClipboardReceivedFunc -> Ptr Clipboard -> Ptr SelectionData -> Ptr () -> IO () Source #
ClipboardRichTextReceivedFunc
type ClipboardRichTextReceivedFuncC = Ptr Clipboard -> Ptr Atom -> CString -> Word64 -> Ptr () -> IO () Source #
clipboardRichTextReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardRichTextReceivedFuncC)) -> ClipboardRichTextReceivedFunc -> Ptr Clipboard -> Ptr Atom -> CString -> Word64 -> Ptr () -> IO () Source #
mkClipboardRichTextReceivedFunc :: ClipboardRichTextReceivedFuncC -> IO (FunPtr ClipboardRichTextReceivedFuncC) Source #
ClipboardTargetsReceivedFunc
type ClipboardTargetsReceivedFuncC = Ptr Clipboard -> Ptr (Ptr Atom) -> Int32 -> Ptr () -> IO () Source #
clipboardTargetsReceivedFuncClosure :: ClipboardTargetsReceivedFunc -> IO Closure Source #
clipboardTargetsReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardTargetsReceivedFuncC)) -> ClipboardTargetsReceivedFunc -> Ptr Clipboard -> Ptr (Ptr Atom) -> Int32 -> Ptr () -> IO () Source #
mkClipboardTargetsReceivedFunc :: ClipboardTargetsReceivedFuncC -> IO (FunPtr ClipboardTargetsReceivedFuncC) Source #
ClipboardTextReceivedFunc
clipboardTextReceivedFuncClosure :: ClipboardTextReceivedFunc -> IO Closure Source #
clipboardTextReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardTextReceivedFuncC)) -> ClipboardTextReceivedFunc -> Ptr Clipboard -> CString -> Ptr () -> IO () Source #
mkClipboardTextReceivedFunc :: ClipboardTextReceivedFuncC -> IO (FunPtr ClipboardTextReceivedFuncC) Source #
ClipboardURIReceivedFunc
type ClipboardURIReceivedFunc = Clipboard -> [Text] -> IO () Source #
clipboardURIReceivedFuncClosure :: ClipboardURIReceivedFunc -> IO Closure Source #
clipboardURIReceivedFuncWrapper :: Maybe (Ptr (FunPtr ClipboardURIReceivedFuncC)) -> ClipboardURIReceivedFunc -> Ptr Clipboard -> Ptr CString -> Ptr () -> IO () Source #
mkClipboardURIReceivedFunc :: ClipboardURIReceivedFuncC -> IO (FunPtr ClipboardURIReceivedFuncC) Source #
ColorSelectionChangePaletteFunc
type ColorSelectionChangePaletteFunc = [Color] -> IO () Source #
colorSelectionChangePaletteFuncWrapper :: Maybe (Ptr (FunPtr ColorSelectionChangePaletteFuncC)) -> ColorSelectionChangePaletteFunc -> Ptr Color -> Int32 -> IO () Source #
mkColorSelectionChangePaletteFunc :: ColorSelectionChangePaletteFuncC -> IO (FunPtr ColorSelectionChangePaletteFuncC) Source #
ColorSelectionChangePaletteWithScreenFunc
type ColorSelectionChangePaletteWithScreenFunc = Screen -> [Color] -> IO () Source #
type ColorSelectionChangePaletteWithScreenFuncC = Ptr Screen -> Ptr Color -> Int32 -> IO () Source #
colorSelectionChangePaletteWithScreenFuncClosure :: ColorSelectionChangePaletteWithScreenFunc -> IO Closure Source #
colorSelectionChangePaletteWithScreenFuncWrapper :: Maybe (Ptr (FunPtr ColorSelectionChangePaletteWithScreenFuncC)) -> ColorSelectionChangePaletteWithScreenFunc -> Ptr Screen -> Ptr Color -> Int32 -> IO () Source #
mkColorSelectionChangePaletteWithScreenFunc :: ColorSelectionChangePaletteWithScreenFuncC -> IO (FunPtr ColorSelectionChangePaletteWithScreenFuncC) Source #
noColorSelectionChangePaletteWithScreenFunc :: Maybe ColorSelectionChangePaletteWithScreenFunc Source #
EntryCompletionMatchFunc
type EntryCompletionMatchFunc = EntryCompletion -> Text -> TreeIter -> IO Bool Source #
type EntryCompletionMatchFuncC = Ptr EntryCompletion -> CString -> Ptr TreeIter -> Ptr () -> IO CInt Source #
entryCompletionMatchFuncClosure :: EntryCompletionMatchFunc -> IO Closure Source #
entryCompletionMatchFuncWrapper :: Maybe (Ptr (FunPtr EntryCompletionMatchFuncC)) -> EntryCompletionMatchFunc -> Ptr EntryCompletion -> CString -> Ptr TreeIter -> Ptr () -> IO CInt Source #
mkEntryCompletionMatchFunc :: EntryCompletionMatchFuncC -> IO (FunPtr EntryCompletionMatchFuncC) Source #
FileFilterFunc
type FileFilterFunc = FileFilterInfo -> IO Bool Source #
type FileFilterFuncC = Ptr FileFilterInfo -> Ptr () -> IO CInt Source #
fileFilterFuncClosure :: FileFilterFunc -> IO Closure Source #
fileFilterFuncWrapper :: Maybe (Ptr (FunPtr FileFilterFuncC)) -> FileFilterFunc -> Ptr FileFilterInfo -> Ptr () -> IO CInt Source #
FlowBoxCreateWidgetFunc
flowBoxCreateWidgetFuncClosure :: FlowBoxCreateWidgetFunc -> IO Closure Source #
flowBoxCreateWidgetFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxCreateWidgetFuncC)) -> FlowBoxCreateWidgetFunc -> Ptr () -> Ptr () -> IO (Ptr Widget) Source #
mkFlowBoxCreateWidgetFunc :: FlowBoxCreateWidgetFuncC -> IO (FunPtr FlowBoxCreateWidgetFuncC) Source #
FlowBoxFilterFunc
type FlowBoxFilterFunc = FlowBoxChild -> IO Bool Source #
type FlowBoxFilterFuncC = Ptr FlowBoxChild -> Ptr () -> IO CInt Source #
flowBoxFilterFuncClosure :: FlowBoxFilterFunc -> IO Closure Source #
flowBoxFilterFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxFilterFuncC)) -> FlowBoxFilterFunc -> Ptr FlowBoxChild -> Ptr () -> IO CInt Source #
FlowBoxForeachFunc
type FlowBoxForeachFunc = FlowBox -> FlowBoxChild -> IO () Source #
type FlowBoxForeachFuncC = Ptr FlowBox -> Ptr FlowBoxChild -> Ptr () -> IO () Source #
flowBoxForeachFuncClosure :: FlowBoxForeachFunc -> IO Closure Source #
flowBoxForeachFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxForeachFuncC)) -> FlowBoxForeachFunc -> Ptr FlowBox -> Ptr FlowBoxChild -> Ptr () -> IO () Source #
FlowBoxSortFunc
type FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32 Source #
type FlowBoxSortFuncC = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32 Source #
flowBoxSortFuncClosure :: FlowBoxSortFunc -> IO Closure Source #
flowBoxSortFuncWrapper :: Maybe (Ptr (FunPtr FlowBoxSortFuncC)) -> FlowBoxSortFunc -> Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32 Source #
FontFilterFunc
type FontFilterFunc = FontFamily -> FontFace -> IO Bool Source #
fontFilterFuncClosure :: FontFilterFunc -> IO Closure Source #
fontFilterFuncWrapper :: Maybe (Ptr (FunPtr FontFilterFuncC)) -> FontFilterFunc -> Ptr FontFamily -> Ptr FontFace -> Ptr () -> IO CInt Source #
IconViewForeachFunc
iconViewForeachFuncClosure :: IconViewForeachFunc -> IO Closure Source #
iconViewForeachFuncWrapper :: Maybe (Ptr (FunPtr IconViewForeachFuncC)) -> IconViewForeachFunc -> Ptr IconView -> Ptr TreePath -> Ptr () -> IO () Source #
KeySnoopFunc
keySnoopFuncClosure :: KeySnoopFunc -> IO Closure Source #
keySnoopFuncWrapper :: Maybe (Ptr (FunPtr KeySnoopFuncC)) -> KeySnoopFunc -> Ptr Widget -> Ptr EventKey -> Ptr () -> IO Int32 Source #
mkKeySnoopFunc :: KeySnoopFuncC -> IO (FunPtr KeySnoopFuncC) Source #
ListBoxCreateWidgetFunc
type ListBoxCreateWidgetFunc = Object -> IO Widget Source #
listBoxCreateWidgetFuncClosure :: ListBoxCreateWidgetFunc -> IO Closure Source #
listBoxCreateWidgetFuncWrapper :: Maybe (Ptr (FunPtr ListBoxCreateWidgetFuncC)) -> ListBoxCreateWidgetFunc -> Ptr Object -> Ptr () -> IO (Ptr Widget) Source #
mkListBoxCreateWidgetFunc :: ListBoxCreateWidgetFuncC -> IO (FunPtr ListBoxCreateWidgetFuncC) Source #
ListBoxFilterFunc
type ListBoxFilterFunc = ListBoxRow -> IO Bool Source #
type ListBoxFilterFuncC = Ptr ListBoxRow -> Ptr () -> IO CInt Source #
listBoxFilterFuncClosure :: ListBoxFilterFunc -> IO Closure Source #
listBoxFilterFuncWrapper :: Maybe (Ptr (FunPtr ListBoxFilterFuncC)) -> ListBoxFilterFunc -> Ptr ListBoxRow -> Ptr () -> IO CInt Source #
ListBoxForeachFunc
type ListBoxForeachFunc = ListBox -> ListBoxRow -> IO () Source #
type ListBoxForeachFuncC = Ptr ListBox -> Ptr ListBoxRow -> Ptr () -> IO () Source #
listBoxForeachFuncClosure :: ListBoxForeachFunc -> IO Closure Source #
listBoxForeachFuncWrapper :: Maybe (Ptr (FunPtr ListBoxForeachFuncC)) -> ListBoxForeachFunc -> Ptr ListBox -> Ptr ListBoxRow -> Ptr () -> IO () Source #
ListBoxSortFunc
type ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32 Source #
type ListBoxSortFuncC = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32 Source #
listBoxSortFuncClosure :: ListBoxSortFunc -> IO Closure Source #
listBoxSortFuncWrapper :: Maybe (Ptr (FunPtr ListBoxSortFuncC)) -> ListBoxSortFunc -> Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32 Source #
ListBoxUpdateHeaderFunc
type ListBoxUpdateHeaderFunc = ListBoxRow -> Maybe ListBoxRow -> IO () Source #
type ListBoxUpdateHeaderFuncC = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO () Source #
listBoxUpdateHeaderFuncClosure :: ListBoxUpdateHeaderFunc -> IO Closure Source #
listBoxUpdateHeaderFuncWrapper :: Maybe (Ptr (FunPtr ListBoxUpdateHeaderFuncC)) -> ListBoxUpdateHeaderFunc -> Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO () Source #
mkListBoxUpdateHeaderFunc :: ListBoxUpdateHeaderFuncC -> IO (FunPtr ListBoxUpdateHeaderFuncC) Source #
MenuDetachFunc
menuDetachFuncClosure :: MenuDetachFunc -> IO Closure Source #
menuDetachFuncWrapper :: Maybe (Ptr (FunPtr MenuDetachFuncC)) -> MenuDetachFunc -> Ptr Widget -> Ptr Menu -> IO () Source #
MenuPositionFunc
menuPositionFuncClosure :: MenuPositionFunc -> IO Closure Source #
menuPositionFuncWrapper :: Maybe (Ptr (FunPtr MenuPositionFuncC)) -> MenuPositionFunc -> Ptr Menu -> Ptr Int32 -> Ptr Int32 -> Ptr CInt -> Ptr () -> IO () Source #
ModuleDisplayInitFunc
type ModuleDisplayInitFunc = Display -> IO () Source #
type ModuleDisplayInitFuncC = Ptr Display -> IO () Source #
moduleDisplayInitFuncClosure :: ModuleDisplayInitFunc -> IO Closure Source #
moduleDisplayInitFuncWrapper :: Maybe (Ptr (FunPtr ModuleDisplayInitFuncC)) -> ModuleDisplayInitFunc -> Ptr Display -> IO () Source #
ModuleInitFunc
type ModuleInitFunc = Maybe [Text] -> IO () Source #
moduleInitFuncClosure :: ModuleInitFunc -> IO Closure Source #
moduleInitFuncWrapper :: Maybe (Ptr (FunPtr ModuleInitFuncC)) -> ModuleInitFunc -> Int32 -> Ptr CString -> IO () Source #
PageSetupDoneFunc
type PageSetupDoneFunc = PageSetup -> IO () Source #
pageSetupDoneFuncClosure :: PageSetupDoneFunc -> IO Closure Source #
pageSetupDoneFuncWrapper :: Maybe (Ptr (FunPtr PageSetupDoneFuncC)) -> PageSetupDoneFunc -> Ptr PageSetup -> Ptr () -> IO () Source #
PrintSettingsFunc
type PrintSettingsFunc = Text -> Text -> IO () Source #
printSettingsFuncClosure :: PrintSettingsFunc -> IO Closure Source #
printSettingsFuncWrapper :: Maybe (Ptr (FunPtr PrintSettingsFuncC)) -> PrintSettingsFunc -> CString -> CString -> Ptr () -> IO () Source #
RcPropertyParser
type RcPropertyParser = GParamSpec -> String -> GValue -> IO Bool Source #
rcPropertyParserClosure :: RcPropertyParser -> IO Closure Source #
rcPropertyParserWrapper :: Maybe (Ptr (FunPtr RcPropertyParserC)) -> RcPropertyParser -> Ptr GParamSpec -> Ptr String -> Ptr GValue -> IO CInt Source #
RecentFilterFunc
type RecentFilterFunc = RecentFilterInfo -> IO Bool Source #
type RecentFilterFuncC = Ptr RecentFilterInfo -> Ptr () -> IO CInt Source #
recentFilterFuncClosure :: RecentFilterFunc -> IO Closure Source #
recentFilterFuncWrapper :: Maybe (Ptr (FunPtr RecentFilterFuncC)) -> RecentFilterFunc -> Ptr RecentFilterInfo -> Ptr () -> IO CInt Source #
RecentSortFunc
type RecentSortFunc = RecentInfo -> RecentInfo -> IO Int32 Source #
type RecentSortFuncC = Ptr RecentInfo -> Ptr RecentInfo -> Ptr () -> IO Int32 Source #
recentSortFuncClosure :: RecentSortFunc -> IO Closure Source #
recentSortFuncWrapper :: Maybe (Ptr (FunPtr RecentSortFuncC)) -> RecentSortFunc -> Ptr RecentInfo -> Ptr RecentInfo -> Ptr () -> IO Int32 Source #
StylePropertyParser
type StylePropertyParser = Text -> GValue -> IO Bool Source #
stylePropertyParserClosure :: StylePropertyParser -> IO Closure Source #
stylePropertyParserWrapper :: Maybe (Ptr (FunPtr StylePropertyParserC)) -> StylePropertyParser -> CString -> Ptr GValue -> IO CInt Source #
TextBufferDeserializeFunc
type TextBufferDeserializeFunc = TextBuffer -> TextBuffer -> TextIter -> ByteString -> Bool -> IO Bool Source #
type TextBufferDeserializeFuncC = Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr Word8 -> Word64 -> CInt -> Ptr () -> IO CInt Source #
mkTextBufferDeserializeFunc :: TextBufferDeserializeFuncC -> IO (FunPtr TextBufferDeserializeFuncC) Source #
textBufferDeserializeFuncClosure :: TextBufferDeserializeFunc -> IO Closure Source #
textBufferDeserializeFuncWrapper :: Maybe (Ptr (FunPtr TextBufferDeserializeFuncC)) -> TextBufferDeserializeFunc -> Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr Word8 -> Word64 -> CInt -> Ptr () -> IO CInt Source #
TextBufferSerializeFunc
type TextBufferSerializeFunc = TextBuffer -> TextBuffer -> TextIter -> TextIter -> Word64 -> IO Word8 Source #
type TextBufferSerializeFuncC = Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr TextIter -> Word64 -> Ptr () -> IO Word8 Source #
mkTextBufferSerializeFunc :: TextBufferSerializeFuncC -> IO (FunPtr TextBufferSerializeFuncC) Source #
textBufferSerializeFuncClosure :: TextBufferSerializeFunc -> IO Closure Source #
textBufferSerializeFuncWrapper :: Maybe (Ptr (FunPtr TextBufferSerializeFuncC)) -> TextBufferSerializeFunc -> Ptr TextBuffer -> Ptr TextBuffer -> Ptr TextIter -> Ptr TextIter -> Word64 -> Ptr () -> IO Word8 Source #
TextCharPredicate
textCharPredicateClosure :: TextCharPredicate -> IO Closure Source #
textCharPredicateWrapper :: Maybe (Ptr (FunPtr TextCharPredicateC)) -> TextCharPredicate -> CInt -> Ptr () -> IO CInt Source #
TextTagTableForeach
type TextTagTableForeach = TextTag -> IO () Source #
textTagTableForeachClosure :: TextTagTableForeach -> IO Closure Source #
textTagTableForeachWrapper :: Maybe (Ptr (FunPtr TextTagTableForeachC)) -> TextTagTableForeach -> Ptr TextTag -> Ptr () -> IO () Source #
TickCallback
mkTickCallback :: TickCallbackC -> IO (FunPtr TickCallbackC) Source #
tickCallbackClosure :: TickCallback -> IO Closure Source #
tickCallbackWrapper :: Maybe (Ptr (FunPtr TickCallbackC)) -> TickCallback -> Ptr Widget -> Ptr FrameClock -> Ptr () -> IO CInt Source #
TranslateFunc
type TranslateFunc = Text -> IO Text Source #
translateFuncClosure :: TranslateFunc -> IO Closure Source #
translateFuncWrapper :: Maybe (Ptr (FunPtr TranslateFuncC)) -> TranslateFunc -> CString -> Ptr () -> IO CString Source #
TreeCellDataFunc
type TreeCellDataFunc = TreeViewColumn -> CellRenderer -> TreeModel -> TreeIter -> IO () Source #
type TreeCellDataFuncC = Ptr TreeViewColumn -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO () Source #
treeCellDataFuncClosure :: TreeCellDataFunc -> IO Closure Source #
treeCellDataFuncWrapper :: Maybe (Ptr (FunPtr TreeCellDataFuncC)) -> TreeCellDataFunc -> Ptr TreeViewColumn -> Ptr CellRenderer -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO () Source #
TreeDestroyCountFunc
treeDestroyCountFuncClosure :: TreeDestroyCountFunc -> IO Closure Source #
treeDestroyCountFuncWrapper :: Maybe (Ptr (FunPtr TreeDestroyCountFuncC)) -> TreeDestroyCountFunc -> Ptr TreeView -> Ptr TreePath -> Int32 -> Ptr () -> IO () Source #
TreeIterCompareFunc
type TreeIterCompareFuncC = Ptr TreeModel -> Ptr TreeIter -> Ptr TreeIter -> Ptr () -> IO Int32 Source #
treeIterCompareFuncClosure :: TreeIterCompareFunc -> IO Closure Source #
treeIterCompareFuncWrapper :: Maybe (Ptr (FunPtr TreeIterCompareFuncC)) -> TreeIterCompareFunc -> Ptr TreeModel -> Ptr TreeIter -> Ptr TreeIter -> Ptr () -> IO Int32 Source #
TreeModelFilterVisibleFunc
mkTreeModelFilterVisibleFunc :: TreeModelFilterVisibleFuncC -> IO (FunPtr TreeModelFilterVisibleFuncC) Source #
treeModelFilterVisibleFuncClosure :: TreeModelFilterVisibleFunc -> IO Closure Source #
treeModelFilterVisibleFuncWrapper :: Maybe (Ptr (FunPtr TreeModelFilterVisibleFuncC)) -> TreeModelFilterVisibleFunc -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO CInt Source #
TreeModelForeachFunc
type TreeModelForeachFuncC = Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO CInt Source #
treeModelForeachFuncClosure :: TreeModelForeachFunc -> IO Closure Source #
treeModelForeachFuncWrapper :: Maybe (Ptr (FunPtr TreeModelForeachFuncC)) -> TreeModelForeachFunc -> Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO CInt Source #
TreeSelectionForeachFunc
type TreeSelectionForeachFuncC = Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO () Source #
mkTreeSelectionForeachFunc :: TreeSelectionForeachFuncC -> IO (FunPtr TreeSelectionForeachFuncC) Source #
treeSelectionForeachFuncClosure :: TreeSelectionForeachFunc -> IO Closure Source #
treeSelectionForeachFuncWrapper :: Maybe (Ptr (FunPtr TreeSelectionForeachFuncC)) -> TreeSelectionForeachFunc -> Ptr TreeModel -> Ptr TreePath -> Ptr TreeIter -> Ptr () -> IO () Source #
TreeSelectionFunc
type TreeSelectionFunc = TreeSelection -> TreeModel -> TreePath -> Bool -> IO Bool Source #
type TreeSelectionFuncC = Ptr TreeSelection -> Ptr TreeModel -> Ptr TreePath -> CInt -> Ptr () -> IO CInt Source #
treeSelectionFuncClosure :: TreeSelectionFunc -> IO Closure Source #
treeSelectionFuncWrapper :: Maybe (Ptr (FunPtr TreeSelectionFuncC)) -> TreeSelectionFunc -> Ptr TreeSelection -> Ptr TreeModel -> Ptr TreePath -> CInt -> Ptr () -> IO CInt Source #
TreeViewColumnDropFunc
type TreeViewColumnDropFunc = TreeView -> TreeViewColumn -> TreeViewColumn -> TreeViewColumn -> IO Bool Source #
type TreeViewColumnDropFuncC = Ptr TreeView -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr () -> IO CInt Source #
treeViewColumnDropFuncClosure :: TreeViewColumnDropFunc -> IO Closure Source #
treeViewColumnDropFuncWrapper :: Maybe (Ptr (FunPtr TreeViewColumnDropFuncC)) -> TreeViewColumnDropFunc -> Ptr TreeView -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr TreeViewColumn -> Ptr () -> IO CInt Source #
TreeViewMappingFunc
treeViewMappingFuncClosure :: TreeViewMappingFunc -> IO Closure Source #
treeViewMappingFuncWrapper :: Maybe (Ptr (FunPtr TreeViewMappingFuncC)) -> TreeViewMappingFunc -> Ptr TreeView -> Ptr TreePath -> Ptr () -> IO () Source #
TreeViewRowSeparatorFunc
mkTreeViewRowSeparatorFunc :: TreeViewRowSeparatorFuncC -> IO (FunPtr TreeViewRowSeparatorFuncC) Source #
treeViewRowSeparatorFuncClosure :: TreeViewRowSeparatorFunc -> IO Closure Source #
treeViewRowSeparatorFuncWrapper :: Maybe (Ptr (FunPtr TreeViewRowSeparatorFuncC)) -> TreeViewRowSeparatorFunc -> Ptr TreeModel -> Ptr TreeIter -> Ptr () -> IO CInt Source #
TreeViewSearchEqualFunc
type TreeViewSearchEqualFuncC = Ptr TreeModel -> Int32 -> CString -> Ptr TreeIter -> Ptr () -> IO CInt Source #
mkTreeViewSearchEqualFunc :: TreeViewSearchEqualFuncC -> IO (FunPtr TreeViewSearchEqualFuncC) Source #
treeViewSearchEqualFuncClosure :: TreeViewSearchEqualFunc -> IO Closure Source #
treeViewSearchEqualFuncWrapper :: Maybe (Ptr (FunPtr TreeViewSearchEqualFuncC)) -> TreeViewSearchEqualFunc -> Ptr TreeModel -> Int32 -> CString -> Ptr TreeIter -> Ptr () -> IO CInt Source #
TreeViewSearchPositionFunc
mkTreeViewSearchPositionFunc :: TreeViewSearchPositionFuncC -> IO (FunPtr TreeViewSearchPositionFuncC) Source #
treeViewSearchPositionFuncClosure :: TreeViewSearchPositionFunc -> IO Closure Source #
treeViewSearchPositionFuncWrapper :: Maybe (Ptr (FunPtr TreeViewSearchPositionFuncC)) -> TreeViewSearchPositionFunc -> Ptr TreeView -> Ptr Widget -> Ptr () -> IO () Source #