LibreOffice Module vcl (master) 1
Classes | Macros
combobox.hxx File Reference
#include <memory>
#include <vcl/dllapi.h>
#include <vcl/toolkit/edit.hxx>
Include dependency graph for combobox.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComboBox
 A widget used to choose from a list of items and which has an entry. More...
 

Macros

#define COMBOBOX_APPEND   (SAL_MAX_INT32)
 
#define COMBOBOX_ENTRY_NOTFOUND   (SAL_MAX_INT32)
 
#define COMBOBOX_MAX_ENTRIES   (SAL_MAX_INT32 - 1)
 

Macro Definition Documentation

◆ COMBOBOX_APPEND

#define COMBOBOX_APPEND   (SAL_MAX_INT32)

Definition at line 30 of file combobox.hxx.

◆ COMBOBOX_ENTRY_NOTFOUND

#define COMBOBOX_ENTRY_NOTFOUND   (SAL_MAX_INT32)

Definition at line 31 of file combobox.hxx.

◆ COMBOBOX_MAX_ENTRIES

#define COMBOBOX_MAX_ENTRIES   (SAL_MAX_INT32 - 1)

Definition at line 32 of file combobox.hxx.