]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/frame.cpp
Oops... compilation error just checked in fixed
[wxWidgets.git] / src / stubs / frame.cpp
index 84555cbf01d752668b17633f5402a833943a0ece..1e8c9e9ae5fbca33a987c67e08ca267a942d9ea0 100644 (file)
@@ -163,6 +163,13 @@ bool wxFrame::IsIconized() const
     return FALSE;
 }
 
+// Is the frame maximized?
+bool wxFrame::IsMaximized(void) const
+{
+    // TODO
+    return FALSE;
+}
+
 void wxFrame::SetTitle(const wxString& title)
 {
     // TODO