Home
last modified time | relevance | path

Searched refs:textClient (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dinputpanelv1client.cpp82 … auto textClient = waylandServer()->findClient(waylandServer()->seat()->focusedTextInputSurface()); in reposition() local
84 if (textClient && textInput) { in reposition()
86 …moveResize({textClient->pos() + textClient->clientPos() + cursorRectangle.bottomLeft(), surface()-… in reposition()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DExpandableComposite.java222 private Control textClient; field in ExpandableComposite
246 textClientCache.setControl(textClient); in initCache()
282 int gapBetweenTcAndLabel = (textClient != null && textLabel != null) ? IGAP : 0; in layout()
354 if (textClient != null) { in layout()
1008 return textClient; in getTextClient()
1022 public void setTextClient(Control textClient) { in setTextClient() argument
1023 if (this.textClient != null) in setTextClient()
1024 this.textClient.dispose(); in setTextClient()
1025 this.textClient = textClient; in setTextClient()
1042 if (textClient == null || textLabel == null) in getTextClientHeightDifference()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/
H A DtextClient.java26 public class textClient extends Thread { class
46 public textClient(final String h, final String u, final String p, final String c, final String P, in textClient() method in textClient
265 new textClient(host, username, password, character, port, in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/widgets/
H A DExpandableCompositeTest.java161 Composite textClient = rectangleComposite(ec, w, h); in createTextClient() local
162 textClient.setBackground(display.getSystemColor(SWT.COLOR_DARK_YELLOW)); in createTextClient()
163 ec.setTextClient(textClient); in createTextClient()
164 return textClient; in createTextClient()