Home
last modified time | relevance | path

Searched defs:setClientSize (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java95 public void setClientSize(Dimension size) { in setClientSize() method in WindowDimensions
100 public void setClientSize(int width, int height) { in setClientSize() method in WindowDimensions
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxWindow.erl1321 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) function
1326 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) function
1335 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxWindow.erl1321 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) function
1326 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) function
1335 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) function
H A DwxControl.erl223 setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height). function
225 setClientSize(This,Size) -> wxWindow:setClientSize(This,Size). function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxWindow.erl1313 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{SizeW,SizeH}) function
1318 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},{RectX,RectY,RectW,RectH}) function
1327 setClientSize(#wx_ref{type=ThisT,ref=ThisRef},Width,Height) function
H A DwxMDIClientWindow.erl257 setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height). function
259 setClientSize(This,Size) -> wxWindow:setClientSize(This,Size). function
H A DwxPanel.erl276 setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height). function
278 setClientSize(This,Size) -> wxWindow:setClientSize(This,Size). function
H A DwxPopupWindow.erl264 setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height). function
266 setClientSize(This,Size) -> wxWindow:setClientSize(This,Size). function
H A DwxControl.erl216 setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height). function
218 setClientSize(This,Size) -> wxWindow:setClientSize(This,Size). function
H A DwxGLCanvas.erl315 setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height). function
317 setClientSize(This,Size) -> wxWindow:setClientSize(This,Size). function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/com/google/gwt/widgetideas/client/
H A DResizableWidgetCollection.java75 public boolean setClientSize(int width, int height) { in setClientSize() method in ResizableWidgetCollection.ResizableWidgetInfo
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxWindow.erl1279 setClientSize(#wx_ref{type=ThisT}=This,{SizeW,SizeH} = Size) function
1283 setClientSize(#wx_ref{type=ThisT}=This,{RectX,RectY,RectW,RectH} = Rect) function
1291 setClientSize(#wx_ref{type=ThisT}=This,Width,Height) function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxWindow.erl1279 setClientSize(#wx_ref{type=ThisT}=This,{SizeW,SizeH} = Size) function
1283 setClientSize(#wx_ref{type=ThisT}=This,{RectX,RectY,RectW,RectH} = Rect) function
1291 setClientSize(#wx_ref{type=ThisT}=This,Width,Height) function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxWindow.erl1279 setClientSize(#wx_ref{type=ThisT}=This,{SizeW,SizeH} = Size) function
1283 setClientSize(#wx_ref{type=ThisT}=This,{RectX,RectY,RectW,RectH} = Rect) function
1291 setClientSize(#wx_ref{type=ThisT}=This,Width,Height) function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxWindow.erl1279 setClientSize(#wx_ref{type=ThisT}=This,{SizeW,SizeH} = Size) function
1283 setClientSize(#wx_ref{type=ThisT}=This,{RectX,RectY,RectW,RectH} = Rect) function
1291 setClientSize(#wx_ref{type=ThisT}=This,Width,Height) function
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_WindowNULL.h106 GHOST_TSuccess setClientSize(GHOST_TUns32 width, GHOST_TUns32 height) in setClientSize() function

12345678910>>...23