Home
last modified time | relevance | path

Searched refs:scrollView (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_scrollarea.mm21 CocoaScrollBox *scrollView;
24 assert(scrollView);
36 [scrollView setFrame:frame];
64 CocoaScrollBox *scrollView;
67 assert(scrollView);
99 CocoaScrollBox *scrollView;
102 assert(scrollView);
118 CocoaScrollBox *scrollView;
121 assert(scrollView);
135 CocoaScrollBox *scrollView;
[all …]
H A Dw_listbox.mm25 CocoaScrollBox *scrollView;
28 assert(scrollView);
30 listbox = [scrollView documentView];
100 CocoaScrollBox *scrollView;
103 assert(scrollView);
105 listbox = [scrollView documentView];
161 CocoaScrollBox *scrollView;
164 assert(scrollView);
166 listbox = [scrollView documentView];
213 CocoaScrollBox *scrollView;
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_scrollarea.mm21 CocoaScrollBox *scrollView;
24 assert(scrollView);
36 [scrollView setFrame:frame];
64 CocoaScrollBox *scrollView;
67 assert(scrollView);
99 CocoaScrollBox *scrollView;
102 assert(scrollView);
118 CocoaScrollBox *scrollView;
121 assert(scrollView);
135 CocoaScrollBox *scrollView;
[all …]
H A Dw_listbox.mm25 CocoaScrollBox *scrollView;
28 assert(scrollView);
30 listbox = [scrollView documentView];
100 CocoaScrollBox *scrollView;
103 assert(scrollView);
105 listbox = [scrollView documentView];
161 CocoaScrollBox *scrollView;
164 assert(scrollView);
166 listbox = [scrollView documentView];
213 CocoaScrollBox *scrollView;
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_scrollarea.mm21 CocoaScrollBox *scrollView;
24 assert(scrollView);
36 [scrollView setFrame:frame];
64 CocoaScrollBox *scrollView;
67 assert(scrollView);
99 CocoaScrollBox *scrollView;
102 assert(scrollView);
118 CocoaScrollBox *scrollView;
121 assert(scrollView);
135 CocoaScrollBox *scrollView;
[all …]
H A Dw_listbox.mm25 CocoaScrollBox *scrollView;
28 assert(scrollView);
30 listbox = [scrollView documentView];
100 CocoaScrollBox *scrollView;
103 assert(scrollView);
105 listbox = [scrollView documentView];
161 CocoaScrollBox *scrollView;
164 assert(scrollView);
166 listbox = [scrollView documentView];
213 CocoaScrollBox *scrollView;
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_scrollarea.mm21 CocoaScrollBox *scrollView;
24 assert(scrollView);
36 [scrollView setFrame:frame];
64 CocoaScrollBox *scrollView;
67 assert(scrollView);
99 CocoaScrollBox *scrollView;
102 assert(scrollView);
118 CocoaScrollBox *scrollView;
121 assert(scrollView);
135 CocoaScrollBox *scrollView;
[all …]
H A Dw_listbox.mm25 CocoaScrollBox *scrollView;
28 assert(scrollView);
30 listbox = [scrollView documentView];
100 CocoaScrollBox *scrollView;
103 assert(scrollView);
105 listbox = [scrollView documentView];
161 CocoaScrollBox *scrollView;
164 assert(scrollView);
166 listbox = [scrollView documentView];
213 CocoaScrollBox *scrollView;
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/cocoa/
H A Dw_scrollarea.mm21 CocoaScrollBox *scrollView;
24 assert(scrollView);
36 [scrollView setFrame:frame];
64 CocoaScrollBox *scrollView;
67 assert(scrollView);
99 CocoaScrollBox *scrollView;
102 assert(scrollView);
118 CocoaScrollBox *scrollView;
121 assert(scrollView);
135 CocoaScrollBox *scrollView;
[all …]
H A Dw_listbox.mm25 CocoaScrollBox *scrollView;
28 assert(scrollView);
30 listbox = [scrollView documentView];
100 CocoaScrollBox *scrollView;
103 assert(scrollView);
105 listbox = [scrollView documentView];
161 CocoaScrollBox *scrollView;
164 assert(scrollView);
166 listbox = [scrollView documentView];
213 CocoaScrollBox *scrollView;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DScrollable.java39 NSScrollView scrollView; field in Scrollable
108 if (scrollView != null) { in computeTrim()
175 if (scrollView != null) display.removeWidget (scrollView); in deregister()
194 if (scrollView != null) { in getClientArea()
247 if (scrollView != null) { in getScrollbarsMode()
286 if (scrollView != null) { in isTrim()
312 if (scrollView != null) display.addWidget (scrollView, this); in register()
318 if (scrollView != null) scrollView.release(); in releaseHandle()
319 scrollView = null; in releaseHandle()
396 if (scrollView != null) scrollView.setDocumentView (view); in setZOrder()
[all …]
/dports/graphics/kolourpaint/kolourpaint-21.12.3/mainWindow/
H A DkpMainWindow_View_Zoom.cpp233 if (d->scrollView) in zoomToPre()
235 d->scrollView->setUpdatesEnabled (false); in zoomToPre()
267 if (d->scrollView) in zoomToPost()
271 d->scrollView->setUpdatesEnabled (true); in zoomToPost()
293 if (d->scrollView && d->mainView) in zoomTo()
343 viewX = d->scrollView->horizontalScrollBar()->value () + in zoomTo()
346 viewY = d->scrollView->verticalScrollBar()->value () + in zoomTo()
365 …d->scrollView->horizontalScrollBar()->setValue(newCenterX - (d->scrollView->viewport()->width() / … in zoomTo()
366 …d->scrollView->verticalScrollBar()->setValue(newCenterY - (d->scrollView->viewport()->height() / 2… in zoomTo()
464 …(d->scrollView->maximumViewportSize().width() - d->scrollView->verticalScrollBar()->sizeHint().wid… in zoomToRect()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DpanelElements.c97 GtkWidget *scrollView; in createInteriorElements() local
100 scrollView = gtk_scrolled_window_new((GtkAdjustment*)0, in createInteriorElements()
102 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrollView), in createInteriorElements()
104 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrollView), GTK_SHADOW_NONE); in createInteriorElements()
110 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scrollView), vbox); in createInteriorElements()
112 gtk_container_add(GTK_CONTAINER(scrollView), vbox); in createInteriorElements()
115 gtk_widget_show_all(scrollView); in createInteriorElements()
117 gtk_container_add(GTK_CONTAINER(visu_ui_panel), scrollView); in createInteriorElements()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/qml/
H A Dtimeline.qml56 return scrollView.contentX
60 scrollView.contentX = pos
181 if (x > scrollView.contentX + scrollView.width - root.baseUnit * 3) {
185 scrollView.contentX = 0;
192 if (y > scrollView.contentY + scrollView.height + ruler.height - root.baseUnit) {
234 return scrollView.contentX
467 scrollView.contentY = 0
473 … } else if (tk.y + tk.height + subtitleTrack.height > scrollView.contentY + scrollView.height) {
524 continuousScrolling(drag.x + scrollView.contentX, drag.y + scrollView.contentY)
696 continuousScrolling(drag.x + scrollView.contentX, drag.y + scrollView.contentY)
[all …]
/dports/deskutils/plopfolio/plopfolio-0.1.0/
H A DConfigureWindow.m48 NSScrollView *scrollView;
54 scrollView = [[NSScrollView alloc] initWithFrame: NSMakeRect(5,5,224,240)];
56 textView = [[NSTextView alloc] initWithFrame: [[scrollView contentView] frame]];
67 …[[textView textContainer] setContainerSize: NSMakeSize([[scrollView contentView] frame].size.width…
73 [scrollView setDocumentView: textView];
74 [scrollView setHasHorizontalScroller: NO];
75 [scrollView setHasVerticalScroller: YES];
76 [scrollView setBorderType: NSLineBorder];
77 [scrollView setAutoresizingMask: NSViewWidthSizable|NSViewHeightSizable];
80 [[self contentView] addSubview: scrollView];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/table_view/
H A Dtable_view_empty_view.mm44 @property(nonatomic, strong) UIScrollView* scrollView; property
86 self.scrollView.contentInset = scrollViewContentInsets;
117 UIScrollView* scrollView = [[UIScrollView alloc] init];
118 scrollView.translatesAutoresizingMaskIntoConstraints = NO;
119 scrollView.contentInset = self.scrollViewContentInsets;
120 self.scrollView = scrollView;
143 [scrollView addSubview:verticalStack];
144 [self addSubview:scrollView];
160 constraintEqualToAnchor:scrollView.bottomAnchor],
166 [scrollView.centerYAnchor constraintEqualToAnchor:self.centerYAnchor],
[all …]
H A Dtable_view_illustrated_empty_view.mm32 @property(nonatomic, strong) UIScrollView* scrollView; property
65 self.scrollView.contentInset = scrollViewContentInsets;
99 UIScrollView* scrollView = [[UIScrollView alloc] init];
100 scrollView.translatesAutoresizingMaskIntoConstraints = NO;
101 scrollView.contentInset = self.scrollViewContentInsets;
102 self.scrollView = scrollView;
148 [scrollView addSubview:verticalStack];
149 [self addSubview:scrollView];
165 constraintEqualToAnchor:scrollView.bottomAnchor],
172 [scrollView.centerYAnchor constraintEqualToAnchor:self.centerYAnchor],
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DC4WindowController.mm58 @synthesize stdWindow, openGLView, scrollView;
248 NSScrollView* scrollView = pWindow->objectiveCObject<C4WindowController>().scrollView;
256 NSScrollView* scrollView = pWindow->objectiveCObject<C4WindowController>().scrollView;
260 if (scrollView)
262 [scrollView.verticalScroller setEnabled:YES];
264 [scrollView setAutohidesScrollers:NO];
271 if (scrollView)
273 [scrollView.verticalScroller setEnabled:NO];
274 [scrollView.horizontalScroller setEnabled:NO];
275 [scrollView setAutohidesScrollers:YES];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/web_state/ui/
H A Dcrw_web_view_scroll_view_delegate_proxy.mm96 - (void)scrollViewDidScroll:(UIScrollView*)scrollView {
97 DCHECK_EQ(self.scrollViewProxy.underlyingScrollView, scrollView);
107 - (void)scrollViewWillBeginDragging:(UIScrollView*)scrollView {
108 DCHECK_EQ(self.scrollViewProxy.underlyingScrollView, scrollView);
118 - (void)scrollViewWillEndDragging:(UIScrollView*)scrollView
136 - (void)scrollViewDidEndDragging:(UIScrollView*)scrollView
150 - (void)scrollViewDidEndDecelerating:(UIScrollView*)scrollView {
173 - (BOOL)scrollViewShouldScrollToTop:(UIScrollView*)scrollView {
197 - (void)scrollViewDidZoom:(UIScrollView*)scrollView {
207 - (void)scrollViewWillBeginZooming:(UIScrollView*)scrollView
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/tab_switcher/tab_grid/
H A Dtab_grid_empty_state_view.mm26 @property(nonatomic, strong) UIScrollView* scrollView; property
80 self.scrollView.contentInset = scrollViewContentInsets;
108 UIScrollView* scrollView = [[UIScrollView alloc] init];
109 scrollView.translatesAutoresizingMaskIntoConstraints = NO;
110 self.scrollView = scrollView;
145 [scrollView addSubview:container];
146 [self addSubview:scrollView];
184 [container.topAnchor constraintEqualToAnchor:scrollView.topAnchor],
187 [scrollView.centerYAnchor constraintEqualToAnchor:self.centerYAnchor],
189 [scrollView.bottomAnchor
[all …]
/dports/deskutils/affiche/Affiche/
H A DNoteWindow.m36 RELEASE(scrollView);
48scrollView = [[NSScrollView alloc] initWithFrame: NSMakeRect(3,8,DEFAULT_NOTE_WIDTH-6,DEFAULT_NOTE…
50 textView = [[NSTextView alloc] initWithFrame: [[scrollView contentView] frame]];
61 …[[textView textContainer] setContainerSize: NSMakeSize([[scrollView contentView] frame].size.width…
67 [scrollView setDocumentView: textView];
68 [scrollView setHasHorizontalScroller: NO];
69 [scrollView setHasVerticalScroller: NO];
70 [scrollView setBorderType: NSNoBorder];
71 [scrollView setAutoresizingMask: (NSViewWidthSizable|NSViewHeightSizable)];
74 [[self contentView] addSubview: scrollView];
/dports/lang/gscheme/GScheme/
H A DEnvWindow.m84 scrollView = [[NSScrollView alloc] initWithFrame:contentRect];
85 [scrollView setHasHorizontalScroller:YES];
86 [scrollView setHasVerticalScroller:YES];
87 [scrollView setAutoresizingMask: NSViewHeightSizable | NSViewWidthSizable];
88 [[scrollView contentView]
90 [[scrollView contentView] setAutoresizesSubviews:YES];
92 [table setFrameSize:[scrollView contentSize]];
93 [scrollView setDocumentView:table];
95 [self setContentView:scrollView];
96 // RELEASE(scrollView);
[all …]
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/controls/templates/
H A DOverlaySheet.qml185 scrollView.flickableItem = contentItem;
186 contentItem.parent = scrollView;
187 contentItem.anchors.fill = scrollView;
188 scrollView.contentItem = contentItem;
292 …if (pos.y >= scrollView.flickableItem.contentY && pos.y <= scrollView.flickableItem.contentY + scr…
390 …readonly property real listHeaderHeight: scrollView.flickableItem ? -scrollView.flickableItem.orig…
420 target: scrollView.flickableItem
498 …let endPos = scrollView.animatedContentHeight - scrollView.flickableItem.height + scrollView.flick…
519 if (scrollView.flickableItem.atYBeginning ||scrollView.flickableItem.atYEnd) {
551 … } else if (scrollView.flickableItem.atYBeginning || scrollView.flickableItem.atYEnd) {
[all …]
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/
H A Dkexiformview.cpp76 KexiFormScrollView *scrollView; in fmt()
190 KexiDataAwareView::init(d->scrollView, d->scrollView, d->scrollView, in from()
232 d->dbform = new KexiDBForm(d->scrollView->widget(), d->scrollView);
234 d->scrollView->setWidget(d->dbform);
250 d->scrollView->recordNavigator()->setRecordHandler(d->scrollView);
314 d->scrollView->setForm(form());
315 d->scrollView->refreshContentsSize();
503 d->scrollView->setData(0, false);
757 d->scrollView->setData(0, false);
1234 d->scrollView->widget()->update();
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/manual/repaint/scrollarea/
H A Dmain.cpp50 QScrollArea scrollView; in main() local
54 scrollView.setWidget(staticWidget); in main()
56 scrollView.setAttribute(Qt::WA_StaticContents); in main()
58 scrollView.resize(600, 400); in main()
59 scrollView.show(); in main()

12345678910>>...23