expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser (#80)

* expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser for positioning

* exposed size() and resize() in Fl_File_Chooser.
This commit is contained in:
silverduner
2022-02-12 14:46:12 -05:00
committed by GitHub
parent 62daf00a9e
commit 52bfbbc2fa
3 changed files with 65 additions and 1 deletions
+7
View File
@@ -164,6 +164,13 @@ public:
const char *value(int f = 1);
void value(const char *filename);
int visible();
void position(int x, int y);
int x() const;
int y() const;
int w() const;
int h() const;
void size(int w, int h);
void resize(int x, int y, int w, int h);
/**
[standard text may be customized at run-time]
*/