Module Register_gui


module Register_gui: sig .. end
Extension of the GUI for the occurrence plugin.

module Enabled: State_builder.Ref(Datatype.Bool)(sig
val name : string
val dependencies : 'a list
val kind : [> `Internal ]
val default : unit -> bool
end)
val find_occurrence : Design.main_window_extension_points -> Cil_types.varinfo -> unit -> unit
val apply_on_vi : (Cil_types.varinfo -> unit) -> Pretty_source.localizable -> unit
val occurrence_highlighter : GSourceView2.source_buffer ->
Pretty_source.localizable -> start:int -> stop:int -> unit
module FollowFocus: State_builder.Ref(Datatype.Bool)(sig
val name : string
val dependencies : 'a list
val kind : [> `Internal ]
val default : unit -> bool
end)
val occurrence_panel : Design.main_window_extension_points ->
string * GObj.widget * (unit -> unit) option
val occurrence_selector : GMenu.menu GMenu.factory ->
Design.main_window_extension_points ->
button:int -> Pretty_source.localizable -> unit
val file_tree_decorate : Filetree.t -> unit
val main : < file_tree : Filetree.t;
register_panel : (Design.main_window_extension_points ->
string * GObj.widget * (unit -> unit) option) ->
'a;
register_source_highlighter : (GSourceView2.source_buffer ->
Pretty_source.localizable ->
start:int -> stop:int -> unit) ->
'b;
register_source_selector : (GMenu.menu GMenu.factory ->
Design.main_window_extension_points ->
button:int -> Pretty_source.localizable -> unit) ->
'c;
.. > ->
unit