wxMaxima
Classes | Macros
AutocompletePopup.h File Reference
#include "precomp.h"
#include "Autocomplete.h"
#include "EditorCell.h"
#include <wx/combo.h>
#include <wx/listctrl.h>
Include dependency graph for AutocompletePopup.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ popid_complete_00

#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.