mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added Gemini 2.5 Pro Experimental support.
Minor changes in UIScrollView (now updates click step by default). Minor optimization in SyntaxTokenizer. Fix UIImage wrap_content and autosize. Do not crash if no display is available.
This commit is contained in:
@@ -37,6 +37,8 @@ class EE_API UIScrollView : public UITouchDraggableWidget {
|
||||
|
||||
UIWidget* getContainer() const;
|
||||
|
||||
Node* getScrollView() const;
|
||||
|
||||
virtual bool applyProperty( const StyleSheetProperty& attribute );
|
||||
|
||||
virtual std::string getPropertyString( const PropertyDefinition* propertyDef,
|
||||
@@ -44,6 +46,10 @@ class EE_API UIScrollView : public UITouchDraggableWidget {
|
||||
|
||||
virtual std::vector<PropertyId> getPropertiesImplemented() const;
|
||||
|
||||
bool isAutoSetClipStep() const;
|
||||
|
||||
void setAutoSetClipStep( bool setClipStep );
|
||||
|
||||
protected:
|
||||
ScrollViewType mViewType;
|
||||
ScrollBarMode mVScrollMode;
|
||||
@@ -54,6 +60,7 @@ class EE_API UIScrollView : public UITouchDraggableWidget {
|
||||
Node* mScrollView;
|
||||
Uint32 mSizeChangeCb;
|
||||
Uint32 mPosChangeCb;
|
||||
bool mAutoSetClipStep{ true };
|
||||
|
||||
virtual Uint32 onMessage( const NodeMessage* Msg );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user