summaryrefslogtreecommitdiff
path: root/winrt/winapp/MainPage.xaml.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-04-05 17:05:51 -0700
committerRobin Watts <robin.watts@artifex.com>2013-05-16 19:25:42 +0100
commit10e60105e7371aca58a08c3012c3cece7436444d (patch)
tree729a9f645ba6e58e518509b6b43d6f6b5031bbbb /winrt/winapp/MainPage.xaml.h
parent102b040dd98446841acedf944cf2578894b25d0c (diff)
downloadmupdf-10e60105e7371aca58a08c3012c3cece7436444d.tar.xz
Addition of reflow page view. Also fix for crash when opening new document.
Diffstat (limited to 'winrt/winapp/MainPage.xaml.h')
-rw-r--r--winrt/winapp/MainPage.xaml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/winrt/winapp/MainPage.xaml.h b/winrt/winapp/MainPage.xaml.h
index 6f4cd242..f36c2b85 100644
--- a/winrt/winapp/MainPage.xaml.h
+++ b/winrt/winapp/MainPage.xaml.h
@@ -188,5 +188,10 @@ namespace winapp
void WebViewStarting(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationStartingRoutedEventArgs^ e);
void WebViewCompleted(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationCompletedRoutedEventArgs^ e);
void TempViewStarting(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationStartingRoutedEventArgs^ e);
+ void RichGridSizeChanged(Platform::Object^ sender, Windows::UI::Xaml::SizeChangedEventArgs^ e);
+ void RichGridManipulationStarting(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationStartingRoutedEventArgs^ e);
+ void RichGridManipulationDelta(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationDeltaRoutedEventArgs^ e);
+ void RichGridManipulationStarted(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationStartedRoutedEventArgs^ e);
+ void RichGridManipulationCompleted(Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationCompletedRoutedEventArgs^ e);
};
}