Home
last modified time | relevance | path

Searched refs:Scrollable (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DScrollPanel.java115 if (!(comp instanceof Scrollable)) in doAdd()
171 int lineHeight = ((Scrollable)comp).lineHeight(); in getVisibleIndex()
184 Scrollable scrollable = (Scrollable)comp; in makeVisible()
210 ((Scrollable)comp).scrollX(hbar.getValue()); in handleEvent()
212 ((Scrollable)comp).scrollY(vbar.getValue()); in handleEvent()
234 return ((Scrollable)comp).viewSize(size); in viewSize()
306 Dimension scrollSize = ((Scrollable)comp).scrollSize(); in layout()
340 ((Scrollable)comp).scrollX(0); in layout()
357 ((Scrollable)comp).scrollY(0); in layout()
382 Dimension scrollSize = ((Scrollable)comp).scrollSize(); in updateHScrollbar()
[all …]
H A DScrollable.java40 public interface Scrollable { interface
H A DMakefile39 RootFrame RootWindow ScrollPanel Scrollable \
H A DScrollableArea.java42 public class ScrollableArea extends VJPanel implements Scrollable {
H A DCheckboxList.java57 class CheckboxView extends Panel implements Scrollable {
H A DTextView.java44 public class TextView extends VJCanvas implements Scrollable {
H A DColumnListCanvas.java52 class ColumnListCanvas extends VJPanel implements Scrollable {
/titanic_41/usr/src/lib/libeti/form/common/
H A Dutility.c38 #define Scrollable(f) ((f)->drows > (f)->rows || \ macro
156 if (Scrollable(c)) { in _pos_form_cursor()
189 if (Scrollable(c)) { in _update_current()
510 if (Scrollable(c)) { in _set_current_field()
526 if (!Opt(c, O_PUBLIC) || Scrollable(c)) in _set_current_field()
540 if (!Opt(c, O_PUBLIC) || Scrollable(c)) { in _set_current_field()