mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
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:
@@ -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]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user