Table Of Contents

Previous topic

EdBookmarks

Next topic

CommandBarBase

This Page

phoenix_title ed_cmdbar

This class creates a custom panel that can hide and show different controls based an id value. The panel is generally between 24-32 pixels in height but can grow to fit the controls inserted in it. The the background is painted with a gradient using system defined colors.

Summary: The buffers CommandBar control with search/goto line/command entry


class_hierarchy Inheritance Diagram

Inheritance diagram for module ed_cmdbar

Inheritance diagram of ed_cmdbar


class_summary Classes Summary

CommandBarBase Base class for control bars
CommandEntryBar Commandbar for editor command entry and execution.
CommandExecuter Part of the Vi emulation, opens a minibuffer to execute EX commands.
GotoLineBar Commandbar for Goto Line function
LineCtrl A custom int control for providing a go To line control
PopupList Popup window with a listbox in it
PopupListBase Common functionality between Popuplist GTK and Mac
PopupWinList Popuplist for Windows/GTK
SearchBar Commandbar for searching text in the current buffer.