![]() |
wxMaxima
|
#include "precomp.h"
#include "Autocomplete.h"
#include "EditorCell.h"
#include <wx/combo.h>
#include <wx/listctrl.h>
Go to the source code of this file.
Classes | |
class | AutocompletePopup |
Macros | |
#define | popid_complete_00 (wxID_HIGHEST + 1000) |
#define | AC_MENU_LENGTH 25 |
The maximum number of popup menu entries we show at the same time. | |
This file declares the class ContentAssistantPopup.
The content assistant offers more functionality than AutocompletePopup but only works on systems that allow popups to handle key presses.
#define popid_complete_00 (wxID_HIGHEST + 1000) |
The first number that is open for dynamic ID assignment
If we want to add additional elements to a pop-up this is the lowest ID that is guaranteed to be free for this purpose.