Home
last modified time | relevance | path

Searched defs:UITextView (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/iphone/
H A Dtextctrl.mm258 - (void)textViewDidChange:(UITextView *)textView;
259 - (void)textViewDidBeginEditing:(UITextView *)textView;
260 - (void)textViewDidEndEditing:(UITextView *)textView;
261 …iew:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text;
268 {
275 {
282 {
309 wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) : argument
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/iphone/
H A Dtextctrl.mm263 - (void)textViewDidChange:(UITextView *)textView;
264 - (void)textViewDidBeginEditing:(UITextView *)textView;
265 - (void)textViewDidEndEditing:(UITextView *)textView;
266 …iew:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text;
273 {
280 {
287 {
314 wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) : argument
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/iphone/
H A Dtextctrl.mm263 - (void)textViewDidChange:(UITextView *)textView;
264 - (void)textViewDidBeginEditing:(UITextView *)textView;
265 - (void)textViewDidEndEditing:(UITextView *)textView;
266 …iew:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text;
273 {
280 {
287 {
314 wxUITextViewControl::wxUITextViewControl( wxTextCtrl *wxPeer, UITextView* v) : argument
/dports/lang/gambit-c/gambit-4.9.3/contrib/GambitREPL/
H A DViewController.m373 - (BOOL)textViewShouldBeginEditing:(UITextView *)aTextView {
383 - (BOOL)textViewShouldEndEditing:(UITextView *)aTextView {
982 void ensure_visible_cursor(UITextView *textView) { category
/dports/games/gemrb/gemrb-0.9.0/platforms/apple/CocoaWrapper/ios/
H A DGEM_ConfController.m562 {
572 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/table_view/cells/
H A Dtable_view_link_header_footer_item.mm140 interaction:(UITextItemInteraction)interaction {
/dports/audio/faust/faust-2.37.3/architecture/iOS/iOS/
H A DFITextField.mm140 {
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DInfoViewController.m193 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/common/ui/elements/
H A Dpopover_label_view_controller.mm244 interaction:(UITextItemInteraction)interaction {
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm133 - (BOOL) textView: (UITextView*) textView shouldChangeTextInRange: (NSRange) range replacementText:… argument
492 {
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/
H A Djuce_ios_UIViewComponentPeer.mm116 - (BOOL) textView: (UITextView*) textView shouldChangeTextInRange: (NSRange) range replacementText:… argument
469 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/sad_tab/
H A Dsad_tab_view.mm60 UITextView* _messageTextView; category
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ios7/
H A Dios7_keyboard.mm258 …ew:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text {