]> git.lyx.org Git - features.git/blobdiff - src/support/AppleSupport.h
Revert "WIP: refactor Systemcall"
[features.git] / src / support / AppleSupport.h
index a6da3352b84a86ddb121cbd3075dd9ebac879ae7..0d2e41adae89ca213fc9b2999d5d7f8f8bd805fd 100644 (file)
 extern "C" {
 #endif
        void appleCleanupEditMenu();
+       void appleCleanupViewMenu();
+
+       // query the system preferences for users tabbing preference
+       bool appleUserTabbingPreferenceAlways();
+
+       // Query the Standard User Defaults for float values of
+       // NSTextInsertionPointBlinkPeriodOn resp. NSTextInsertionPointBlinkPeriodOff
+       // and return the integer part of it - return -1 in case of unset value
+       int NSTextInsertionPointBlinkPeriodOn();
+       int NSTextInsertionPointBlinkPeriodOff();
 #ifdef __cplusplus
 }
 #endif