Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTextView ╰── GtkSourceView ╰── GtkSourceMap ╰── IdeSourceMap
The IdeSourceMap widget provides a minimap that displays a zoomed out overview of the file in a scrollbar like interface.
This widget was eventually merged upstream into GtkSourceView, but Builder retains a few changes which focus on the ability to auto-hide the map and font rendering.
Builder contains a custom font called "BuilderBlocks" which is used by the IdeSourceMap to render content in a simplified, blocky, style.
“hide-map”
signalvoid user_function (IdeSourceMap *idesourcemap, gpointer user_data)
The "hide-map" signal is emitted when the source map should be hidden to the user. This is determined by focus tracking of the the user's mouse pointer.
Flags: Action
Since: 3.18
“show-map”
signalvoid user_function (IdeSourceMap *idesourcemap, gpointer user_data)
The "show-map" signal is emitted when the source map should be shown to the user. This is determined by focus tracking of the the user's mouse pointer.
Flags: Action
Since: 3.18