Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 ResizeGadget

Syntax

ResizeGadget(#Gadget, x, y, Width, Height)
Description
Resize the specified #Gadget to the given position and dimensions. To ease the building of realtime resizeable Graphical User Interfaces (GUIs), '-1' can be passed as any parameter (x, y, Width or Height) and this parameter will not be changed. This is very handy because often the gadget should only change in width or in height.
  [...]
  
  ResizeGadget(0, -1, -1, 300, -1) ; Only change the gadget width.
  

Supported OS

Windows, AmigaOS, Linux

<- RemoveGadgetItem() - Gadget Index - ScrollAreaGadget() ->



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved