mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 13:23:27 -04:00
d_message mostly done (#1097)
* d_message mostly done * fopMsgM_selectMessageGet fix
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
void hide() { mVisible = false; }
|
||||
bool isVisible() { return mVisible; }
|
||||
|
||||
void getBounds() {}
|
||||
const JGeometry::TBox2<f32>& getBounds() { return mBounds; }
|
||||
const JGeometry::TBox2<f32>& getGlbBounds() { return mGlobalBounds; }
|
||||
f32 getRotate() const { return mRotation; }
|
||||
void place(const JGeometry::TBox2<f32>&) {}
|
||||
|
||||
@@ -66,8 +66,10 @@ public:
|
||||
char* getStringPtr() const;
|
||||
s32 setString(const char*, ...);
|
||||
|
||||
// TODO
|
||||
void setFontColor(JUtility::TColor, JUtility::TColor) {}
|
||||
void setFontColor(JUtility::TColor i_charColor, JUtility::TColor i_GradientColor) {
|
||||
mCharColor = i_charColor;
|
||||
mGradColor = i_GradientColor;
|
||||
}
|
||||
|
||||
virtual ~J2DTextBox();
|
||||
virtual bool setConnectParent(bool);
|
||||
|
||||
Reference in New Issue
Block a user