]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
replace depreciated plib symbols with their new forms
[flightgear.git] / src / GUI / dialog.hxx
index 743380535a98ec32ee5d6e45c9eed632f3e503dd..26b89bb96566aff10e6f9de377be3b278b4abfba 100644 (file)
@@ -132,9 +132,6 @@ private:
     // (PUCOL_LABEL, etc.) should pick up the <color> property.
     void setColor(puObject * object, SGPropertyNode * props, int which = 0);
 
-    // Expand some elements according to style templates.
-    void preprocess (SGPropertyNode * props);
-
     // The top-level PUI object.
     puObject * _object;
 
@@ -180,7 +177,10 @@ class fgPopup : public puPopup {
 public:
     fgPopup(int x, int y, bool d = true) : puPopup(x, y) { _dragging = false; _draggable = d;}
     int checkHit(int b, int up, int x, int y);
+    int checkKey(int key, int updown);
     int getHitObjects(puObject *, int x, int y);
+    puObject *getKeyObject(puObject *, int key);
+    puObject *getActiveInputField(puObject *);
 private:
     bool _draggable;
     bool _dragging;