mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Merge branch 'develop' into feature/uiwebview
This commit is contained in:
@@ -257,9 +257,9 @@ class EE_API UIHTMLBody : public UIRichText {
|
||||
UIHTMLBody( const std::string& tag = "body" );
|
||||
|
||||
Float getLocalMinHeight() const;
|
||||
void setDocumentContentMinHeight( const Float& height );
|
||||
void updateDocumentMinHeight();
|
||||
void updateDocumentContentMinHeightFromChildren();
|
||||
bool setDocumentContentMinHeight( const Float& height );
|
||||
bool updateDocumentMinHeight();
|
||||
bool updateDocumentContentMinHeightFromChildren();
|
||||
virtual Uint32 onMessage( const NodeMessage* Msg );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user