]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
Use proper format in wxGTK clipboard selection handler.
[wxWidgets.git] / include / wx / xrc / xmlres.h
index f7c6867929aeef9594a20eb2e0351419aec702ab..1d226c11afa5c99f6e5ece5171813b8dfed99a28 100644 (file)
@@ -558,6 +558,9 @@ protected:
     wxCoord GetDimension(const wxString& param, wxCoord defaultv = 0,
                          wxWindow *windowToUse = NULL);
 
+    // Gets a direction, complains if the value is invalid.
+    wxDirection GetDirection(const wxString& param, wxDirection dir = wxLEFT);
+
     // Gets a bitmap.
     wxBitmap GetBitmap(const wxString& param = wxT("bitmap"),
                        const wxArtClient& defaultArtClient = wxART_OTHER,