module Register_gui: sig
.. end
Extension of the GUI for the occurrence plugin.
module Enabled: Computation.Ref
(
sig
end
)
(
sig
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: Computation.Ref
(
sig
end
)
(
sig
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