summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/MainPage.xaml.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-06-09 18:29:16 -0700
committerRobin Watts <robin.watts@artifex.com>2013-06-14 21:19:25 +0100
commit9a1898c42152dfac560bb9d291e43f7dc0fd40ac (patch)
tree0cb196208bb8c19f6f4b79480a9756c559cc7427 /winrt/mupdf_cpp/MainPage.xaml.h
parent5df70acc4e3ae23ed949d80b4c90d651765088ea (diff)
downloadmupdf-9a1898c42152dfac560bb9d291e43f7dc0fd40ac.tar.xz
Addition of zoom in and zoom out control on top app bar.
Also rework of some UI interactions to avoid zooming, text search, etc when in a specialized view like contents or reflow (webview)
Diffstat (limited to 'winrt/mupdf_cpp/MainPage.xaml.h')
-rw-r--r--winrt/mupdf_cpp/MainPage.xaml.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/winrt/mupdf_cpp/MainPage.xaml.h b/winrt/mupdf_cpp/MainPage.xaml.h
index bcc590d4..5769389d 100644
--- a/winrt/mupdf_cpp/MainPage.xaml.h
+++ b/winrt/mupdf_cpp/MainPage.xaml.h
@@ -152,5 +152,10 @@ namespace mupdf_cpp
void SearchProgress(IAsyncOperationWithProgress<int, double>^ operation, double status);
void PasswordOK(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
void App_Suspending(Object^ sender, SuspendingEventArgs^ e);
+ void ZoomInPress(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
+ void ZoomOutPress(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
+ void NonTouchZoom(int zoom);
+ void ShowSearchBox();
+ bool IsNotStandardView();
};
}