mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Added an option to configure the default shell used by ecode terminal.
Closes SpartanJ/ecode#70.
This commit is contained in:
@@ -27,6 +27,8 @@ class EE_API UIComboBox : public UIWidget {
|
||||
|
||||
const String& getText();
|
||||
|
||||
void setText( const String& text );
|
||||
|
||||
virtual bool applyProperty( const StyleSheetProperty& attribute );
|
||||
|
||||
virtual std::string getPropertyString( const PropertyDefinition* propertyDef,
|
||||
|
||||
@@ -27,7 +27,7 @@ class EE_API UIListBox : public UITouchDraggableWidget {
|
||||
|
||||
void clear();
|
||||
|
||||
void addListBoxItems( std::vector<String> Texts );
|
||||
void addListBoxItems( std::vector<String> texts );
|
||||
|
||||
Uint32 addListBoxItem( const String& Text );
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#define EEPP_MAJOR_VERSION 2
|
||||
#define EEPP_MINOR_VERSION 5
|
||||
#define EEPP_PATCH_LEVEL 8
|
||||
#define EEPP_PATCH_LEVEL 9
|
||||
#define EEPP_CODENAME "Bindu"
|
||||
|
||||
/** The compiled version of the library */
|
||||
|
||||
Reference in New Issue
Block a user