mirror of
https://github.com/fltk/fltk.git
synced 2026-06-03 22:17:12 +08:00
Definition of class Fl_Window: use 'private:' more accurately
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-3
@@ -53,7 +53,7 @@ class Fl_Double_Window;
|
|||||||
window. Fl_Window has a default callback that calls Fl_Window::hide().
|
window. Fl_Window has a default callback that calls Fl_Window::hide().
|
||||||
*/
|
*/
|
||||||
class FL_EXPORT Fl_Window : public Fl_Group {
|
class FL_EXPORT Fl_Window : public Fl_Group {
|
||||||
|
private:
|
||||||
static char *default_xclass_;
|
static char *default_xclass_;
|
||||||
static char show_iconic_; // 1 means create next window in iconic form
|
static char show_iconic_; // 1 means create next window in iconic form
|
||||||
|
|
||||||
@@ -83,8 +83,6 @@ class FL_EXPORT Fl_Window : public Fl_Group {
|
|||||||
// cursor stuff
|
// cursor stuff
|
||||||
Fl_Cursor cursor_default;
|
Fl_Cursor cursor_default;
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
void _Fl_Window(); // constructor innards
|
void _Fl_Window(); // constructor innards
|
||||||
|
|
||||||
// unimplemented copy ctor and assignment operator
|
// unimplemented copy ctor and assignment operator
|
||||||
|
|||||||
Reference in New Issue
Block a user