gtk+-2.0 Reference Manual

Synopsis

public    delegate void                 CallbackMarshal           ( Object              object,
                                                                    void**              data,
                                                                    Arg[]               args )  ;
public    static delegate void          ActionCallback            ( Action              action )  ;
public    static delegate void          RadioActionCallback       ( Action              action,
                                                                    Action              current )  ;
public    static delegate void          AboutDialogActivateLinkFunc ( AboutDialog         about,
                                                                    string              link_ )  ;
public    delegate bool                 AccelGroupActivate        ( AccelGroup          accel_group,
                                                                    GLib.Object         acceleratable,
                                                                    uint                keyval,
                                                                    Gdk.ModifierType    modifier )  ;
public    static delegate bool          AccelGroupFindFunc        ( AccelKey            key,
                                                                    GLib.Closure        closure )  ;
public    delegate void                 AccelMapForeach           ( void**              data,
                                                                    string              accel_path,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods,
                                                                    bool                changed )  ;
public    static delegate int           AssistantPageFunc         ( int                 current_page )  ;
public    static delegate void          BuilderConnectFunc        ( Builder             builder,
                                                                    GLib.Object         object,
                                                                    string              signal_name,
                                                                    string              handler_name,
                                                                    GLib.Object         connect_object,
                                                                    GLib.ConnectFlags   flags )  ;
public    static delegate void          Callback                  ( Widget              widget )  ;
public    static delegate void          CellLayoutDataFunc        ( CellLayout          cell_layout,
                                                                    CellRenderer        cell,
                                                                    TreeModel           tree_model,
                                                                    TreeIter            iter )  ;
public    delegate void                 ClipboardClearFunc        ( Clipboard           clipboard,
                                                                    void**              user_data_or_owner )  ;
public    delegate void                 ClipboardGetFunc          ( Clipboard           clipboard,
                                                                    SelectionData       selection_data,
                                                                    uint                info,
                                                                    void**              user_data_or_owner )  ;
public    static delegate void          ClipboardImageReceivedFunc ( Clipboard           clipboard,
                                                                    Gdk.Pixbuf          pixbuf )  ;
public    static delegate void          ClipboardReceivedFunc     ( Clipboard           clipboard,
                                                                    SelectionData       selection_data )  ;
public    static delegate void          ClipboardRichTextReceivedFunc ( Clipboard           clipboard,
                                                                    Gdk.Atom            format,
                                                                    uchar               text,
                                                                    ulong               length )  ;
public    static delegate void          ClipboardTargetsReceivedFunc ( Clipboard           clipboard,
                                                                    Gdk.Atom            atoms,
                                                                    int                 n_atoms )  ;
public    static delegate void          ClipboardTextReceivedFunc ( Clipboard           clipboard,
                                                                    string              text )  ;
public    delegate void                 ColorSelectionChangePaletteFunc ( Gdk.Color           colors,
                                                                    int                 n_colors )  ;
public    delegate void                 ColorSelectionChangePaletteWithScreenFunc ( Gdk.Screen          screen,
                                                                    Gdk.Color           colors,
                                                                    int                 n_colors )  ;
public    static delegate void          DestroyNotify             (  )  ;
public    static delegate bool          EntryCompletionMatchFunc  ( EntryCompletion     completion,
                                                                    string              key,
                                                                    TreeIter            iter )  ;
public    static delegate bool          FileFilterFunc            ( FileFilterInfo      filter_info )  ;
public    static delegate bool          Function                  (  )  ;
public    static delegate void          IconViewForeachFunc       ( IconView            icon_view,
                                                                    TreePath            path )  ;
public    delegate int                  KeySnoopFunc              ( Widget              grab_widget,
                                                                    Gdk.EventKey        event,
                                                                    void**              func_data )  ;
public    static delegate void          LinkButtonUriFunc         ( LinkButton          button,
                                                                    string              link_ )  ;
public    delegate void                 MenuDetachFunc            ( Widget              attach_widget,
                                                                    Menu                menu )  ;
public    static delegate void          MenuPositionFunc          ( Menu                menu,
                                                                    int                 x,
                                                                    int                 y,
                                                                    bool                push_in )  ;
public    delegate void                 ModuleDisplayInitFunc     ( Gdk.Display         display )  ;
public    delegate void                 ModuleInitFunc            ( int                 argc,
                                                                    string              argv )  ;
public    static delegate weak Notebook  NotebookWindowCreationFunc ( Notebook            source,
                                                                    Widget              page,
                                                                    int                 x,
                                                                    int                 y )  ;
public    static delegate void          PageSetupDoneFunc         ( PageSetup           page_setup )  ;
public    static delegate void          PrintSettingsFunc         ( string              key,
                                                                    string              value )  ;
public    delegate bool                 RcPropertyParser          ( GLib.ParamSpec      pspec,
                                                                    GLib.StringBuilder  rc_string,
                                                                    GLib.Value          property_value )  ;
public    static delegate bool          RecentFilterFunc          ( RecentFilterInfo    filter_info )  ;
public    static delegate int           RecentSortFunc            ( RecentInfo          a,
                                                                    RecentInfo          b )  ;
public    delegate void                 SignalFunc                (  )  ;
public    delegate bool                 TextBufferDeserializeFunc ( TextBuffer          register_buffer,
                                                                    TextBuffer          content_buffer,
                                                                    TextIter            iter,
                                                                    uchar               data,
                                                                    ulong               length,
                                                                    bool                create_tags,
                                                                    void**              user_data,
                                                                    GLib.Error          error )  ;
public    static delegate uchar         TextBufferSerializeFunc   ( TextBuffer          register_buffer,
                                                                    TextBuffer          content_buffer,
                                                                    TextIter            start,
                                                                    TextIter            end,
                                                                    ulong               length )  ;
public    static delegate bool          TextCharPredicate         ( unichar             ch )  ;
public    static delegate void          TextTagTableForeach       ( TextTag             tag )  ;
public    delegate weak string          TranslateFunc             ( string              path,
                                                                    void**              func_data )  ;
public    static delegate void          TreeCellDataFunc          ( TreeViewColumn      tree_column,
                                                                    CellRenderer        cell,
                                                                    TreeModel           tree_model,
                                                                    TreeIter            iter )  ;
public    static delegate void          TreeDestroyCountFunc      ( TreeView            tree_view,
                                                                    TreePath            path,
                                                                    int                 children )  ;
public    static delegate int           TreeIterCompareFunc       ( TreeModel           model,
                                                                    TreeIter            a,
                                                                    TreeIter            b )  ;
public    static delegate void          TreeModelFilterModifyFunc ( TreeModel           model,
                                                                    TreeIter            iter,
                                                                    GLib.Value          value,
                                                                    int                 column )  ;
public    static delegate bool          TreeModelFilterVisibleFunc ( TreeModel           model,
                                                                    TreeIter            iter )  ;
public    static delegate bool          TreeModelForeachFunc      ( TreeModel           model,
                                                                    TreePath            path,
                                                                    TreeIter            iter )  ;
public    static delegate void          TreeSelectionForeachFunc  ( TreeModel           model,
                                                                    TreePath            path,
                                                                    TreeIter            iter )  ;
public    static delegate bool          TreeSelectionFunc         ( TreeSelection       selection,
                                                                    TreeModel           model,
                                                                    TreePath            path,
                                                                    bool                path_currently_selected )  ;
public    static delegate bool          TreeViewColumnDropFunc    ( TreeView            tree_view,
                                                                    TreeViewColumn      column,
                                                                    TreeViewColumn      prev_column,
                                                                    TreeViewColumn      next_column )  ;
public    static delegate void          TreeViewMappingFunc       ( TreeView            tree_view,
                                                                    TreePath            path )  ;
public    static delegate bool          TreeViewRowSeparatorFunc  ( TreeModel           model,
                                                                    TreeIter            iter )  ;
public    delegate bool                 TreeViewSearchEqualFunc   ( TreeModel           model,
                                                                    int                 column,
                                                                    string              key,
                                                                    TreeIter            iter,
                                                                    void**              search_data )  ;
public    static delegate void          TreeViewSearchPositionFunc ( TreeView            tree_view,
                                                                    Widget              search_dialog )  ;
public    static delegate void          WindowKeysForeachFunc     ( Window              window,
                                                                    uint                keyval,
                                                                    Gdk.ModifierType    modifiers,
                                                                    bool                is_mnemonic )  ;

Details

CallbackMarshal ()

public    delegate void                 CallbackMarshal           ( Object              object,
                                                                    void**              data,
                                                                    Arg[]               args )  ;		

ActionCallback ()

public    static delegate void          ActionCallback            ( Action              action )  ;		

RadioActionCallback ()

public    static delegate void          RadioActionCallback       ( Action              action,
                                                                    Action              current )  ;		

AboutDialogActivateLinkFunc ()

public    static delegate void          AboutDialogActivateLinkFunc ( AboutDialog         about,
                                                                    string              link_ )  ;		

AccelGroupActivate ()

public    delegate bool                 AccelGroupActivate        ( AccelGroup          accel_group,
                                                                    GLib.Object         acceleratable,
                                                                    uint                keyval,
                                                                    Gdk.ModifierType    modifier )  ;		

AccelGroupFindFunc ()

public    static delegate bool          AccelGroupFindFunc        ( AccelKey            key,
                                                                    GLib.Closure        closure )  ;		

AccelMapForeach ()

public    delegate void                 AccelMapForeach           ( void**              data,
                                                                    string              accel_path,
                                                                    uint                accel_key,
                                                                    Gdk.ModifierType    accel_mods,
                                                                    bool                changed )  ;		

AssistantPageFunc ()

public    static delegate int           AssistantPageFunc         ( int                 current_page )  ;		

BuilderConnectFunc ()

public    static delegate void          BuilderConnectFunc        ( Builder             builder,
                                                                    GLib.Object         object,
                                                                    string              signal_name,
                                                                    string              handler_name,
                                                                    GLib.Object         connect_object,
                                                                    GLib.ConnectFlags   flags )  ;		

Callback ()

public    static delegate void          Callback                  ( Widget              widget )  ;		

CellLayoutDataFunc ()

public    static delegate void          CellLayoutDataFunc        ( CellLayout          cell_layout,
                                                                    CellRenderer        cell,
                                                                    TreeModel           tree_model,
                                                                    TreeIter            iter )  ;		

ClipboardClearFunc ()

public    delegate void                 ClipboardClearFunc        ( Clipboard           clipboard,
                                                                    void**              user_data_or_owner )  ;		

ClipboardGetFunc ()

public    delegate void                 ClipboardGetFunc          ( Clipboard           clipboard,
                                                                    SelectionData       selection_data,
                                                                    uint                info,
                                                                    void**              user_data_or_owner )  ;		

ClipboardImageReceivedFunc ()

public    static delegate void          ClipboardImageReceivedFunc ( Clipboard           clipboard,
                                                                    Gdk.Pixbuf          pixbuf )  ;		

ClipboardReceivedFunc ()

public    static delegate void          ClipboardReceivedFunc     ( Clipboard           clipboard,
                                                                    SelectionData       selection_data )  ;		

ClipboardRichTextReceivedFunc ()

public    static delegate void          ClipboardRichTextReceivedFunc ( Clipboard           clipboard,
                                                                    Gdk.Atom            format,
                                                                    uchar               text,
                                                                    ulong               length )  ;		

ClipboardTargetsReceivedFunc ()

public    static delegate void          ClipboardTargetsReceivedFunc ( Clipboard           clipboard,
                                                                    Gdk.Atom            atoms,
                                                                    int                 n_atoms )  ;		

ClipboardTextReceivedFunc ()

public    static delegate void          ClipboardTextReceivedFunc ( Clipboard           clipboard,
                                                                    string              text )  ;		

ColorSelectionChangePaletteFunc ()

public    delegate void                 ColorSelectionChangePaletteFunc ( Gdk.Color           colors,
                                                                    int                 n_colors )  ;		

ColorSelectionChangePaletteWithScreenFunc ()

public    delegate void                 ColorSelectionChangePaletteWithScreenFunc ( Gdk.Screen          screen,
                                                                    Gdk.Color           colors,
                                                                    int                 n_colors )  ;		

DestroyNotify ()

public    static delegate void          DestroyNotify             (  )  ;		

EntryCompletionMatchFunc ()

public    static delegate bool          EntryCompletionMatchFunc  ( EntryCompletion     completion,
                                                                    string              key,
                                                                    TreeIter            iter )  ;		

FileFilterFunc ()

public    static delegate bool          FileFilterFunc            ( FileFilterInfo      filter_info )  ;		

Function ()

public    static delegate bool          Function                  (  )  ;		

IconViewForeachFunc ()

public    static delegate void          IconViewForeachFunc       ( IconView            icon_view,
                                                                    TreePath            path )  ;		

KeySnoopFunc ()

public    delegate int                  KeySnoopFunc              ( Widget              grab_widget,
                                                                    Gdk.EventKey        event,
                                                                    void**              func_data )  ;		

LinkButtonUriFunc ()

public    static delegate void          LinkButtonUriFunc         ( LinkButton          button,
                                                                    string              link_ )  ;		

MenuDetachFunc ()

public    delegate void                 MenuDetachFunc            ( Widget              attach_widget,
                                                                    Menu                menu )  ;		

MenuPositionFunc ()

public    static delegate void          MenuPositionFunc          ( Menu                menu,
                                                                    int                 x,
                                                                    int                 y,
                                                                    bool                push_in )  ;		

ModuleDisplayInitFunc ()

public    delegate void                 ModuleDisplayInitFunc     ( Gdk.Display         display )  ;		

ModuleInitFunc ()

public    delegate void                 ModuleInitFunc            ( int                 argc,
                                                                    string              argv )  ;		

NotebookWindowCreationFunc ()

public    static delegate weak Notebook  NotebookWindowCreationFunc ( Notebook            source,
                                                                    Widget              page,
                                                                    int                 x,
                                                                    int                 y )  ;		

PageSetupDoneFunc ()

public    static delegate void          PageSetupDoneFunc         ( PageSetup           page_setup )  ;		

PrintSettingsFunc ()

public    static delegate void          PrintSettingsFunc         ( string              key,
                                                                    string              value )  ;		

RcPropertyParser ()

public    delegate bool                 RcPropertyParser          ( GLib.ParamSpec      pspec,
                                                                    GLib.StringBuilder  rc_string,
                                                                    GLib.Value          property_value )  ;		

RecentFilterFunc ()

public    static delegate bool          RecentFilterFunc          ( RecentFilterInfo    filter_info )  ;		

RecentSortFunc ()

public    static delegate int           RecentSortFunc            ( RecentInfo          a,
                                                                    RecentInfo          b )  ;		

SignalFunc ()

public    delegate void                 SignalFunc                (  )  ;		

TextBufferDeserializeFunc ()

public    delegate bool                 TextBufferDeserializeFunc ( TextBuffer          register_buffer,
                                                                    TextBuffer          content_buffer,
                                                                    TextIter            iter,
                                                                    uchar               data,
                                                                    ulong               length,
                                                                    bool                create_tags,
                                                                    void**              user_data,
                                                                    GLib.Error          error )  ;		

TextBufferSerializeFunc ()

public    static delegate uchar         TextBufferSerializeFunc   ( TextBuffer          register_buffer,
                                                                    TextBuffer          content_buffer,
                                                                    TextIter            start,
                                                                    TextIter            end,
                                                                    ulong               length )  ;		

TextCharPredicate ()

public    static delegate bool          TextCharPredicate         ( unichar             ch )  ;		

TextTagTableForeach ()

public    static delegate void          TextTagTableForeach       ( TextTag             tag )  ;		

TranslateFunc ()

public    delegate weak string          TranslateFunc             ( string              path,
                                                                    void**              func_data )  ;		

TreeCellDataFunc ()

public    static delegate void          TreeCellDataFunc          ( TreeViewColumn      tree_column,
                                                                    CellRenderer        cell,
                                                                    TreeModel           tree_model,
                                                                    TreeIter            iter )  ;		

TreeDestroyCountFunc ()

public    static delegate void          TreeDestroyCountFunc      ( TreeView            tree_view,
                                                                    TreePath            path,
                                                                    int                 children )  ;		

TreeIterCompareFunc ()

public    static delegate int           TreeIterCompareFunc       ( TreeModel           model,
                                                                    TreeIter            a,
                                                                    TreeIter            b )  ;		

TreeModelFilterModifyFunc ()

public    static delegate void          TreeModelFilterModifyFunc ( TreeModel           model,
                                                                    TreeIter            iter,
                                                                    GLib.Value          value,
                                                                    int                 column )  ;		

TreeModelFilterVisibleFunc ()

public    static delegate bool          TreeModelFilterVisibleFunc ( TreeModel           model,
                                                                    TreeIter            iter )  ;		

TreeModelForeachFunc ()

public    static delegate bool          TreeModelForeachFunc      ( TreeModel           model,
                                                                    TreePath            path,
                                                                    TreeIter            iter )  ;		

TreeSelectionForeachFunc ()

public    static delegate void          TreeSelectionForeachFunc  ( TreeModel           model,
                                                                    TreePath            path,
                                                                    TreeIter            iter )  ;		

TreeSelectionFunc ()

public    static delegate bool          TreeSelectionFunc         ( TreeSelection       selection,
                                                                    TreeModel           model,
                                                                    TreePath            path,
                                                                    bool                path_currently_selected )  ;		

TreeViewColumnDropFunc ()

public    static delegate bool          TreeViewColumnDropFunc    ( TreeView            tree_view,
                                                                    TreeViewColumn      column,
                                                                    TreeViewColumn      prev_column,
                                                                    TreeViewColumn      next_column )  ;		

TreeViewMappingFunc ()

public    static delegate void          TreeViewMappingFunc       ( TreeView            tree_view,
                                                                    TreePath            path )  ;		

TreeViewRowSeparatorFunc ()

public    static delegate bool          TreeViewRowSeparatorFunc  ( TreeModel           model,
                                                                    TreeIter            iter )  ;		

TreeViewSearchEqualFunc ()

public    delegate bool                 TreeViewSearchEqualFunc   ( TreeModel           model,
                                                                    int                 column,
                                                                    string              key,
                                                                    TreeIter            iter,
                                                                    void**              search_data )  ;		

TreeViewSearchPositionFunc ()

public    static delegate void          TreeViewSearchPositionFunc ( TreeView            tree_view,
                                                                    Widget              search_dialog )  ;		

WindowKeysForeachFunc ()

public    static delegate void          WindowKeysForeachFunc     ( Window              window,
                                                                    uint                keyval,
                                                                    Gdk.ModifierType    modifiers,
                                                                    bool                is_mnemonic )  ;		


Created by Valadoc