J2DPane match

This commit is contained in:
Jasper St. Pierre
2023-10-11 21:38:42 -07:00
parent 2a98b09d1a
commit dba5833011
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
void initiate();
void makePaneStream(J2DPane* other, JSURandomInputStream* stream);
bool insertChild(J2DPane* before, J2DPane* child);
void draw(f32 a1, f32 a2, const J2DGrafContext* ctx, bool a4);
void draw(f32 x, f32 y, const J2DGrafContext* ctx, bool clip);
void clip(const JGeometry::TBox2<f32>& bounds);
void setBasePosition(J2DBasePosition position);