Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

deprecated constants group VclWindowPeerAttribute
Usage Restrictions
deprecated
Description
specifies attributes for the VCL window implementation.

IMPORTANT: These constands have to be disjunct with constants in WindowAttribute.


Constants
HSCROLL  
VSCROLL  
LEFT  
CENTER  
RIGHT  
SPIN  
SORT  
DROPDOWN  
DEFBUTTON  
READONLY  
CLIPCHILDREN  
NOBORDER  
GROUP  
OK  
OK_CANCEL  
YES_NO  
YES_NO_CANCEL  
RETRY_CANCEL  
DEF_OK  
DEF_CANCEL  
DEF_RETRY  
DEF_YES  
DEF_NO  
NOLABEL  
AUTOHSCROLL  
AUTOVSCROLL  
Constants' Details
HSCROLL
const long HSCROLL = 256;
VSCROLL
const long VSCROLL = 512;
LEFT
const long LEFT = 1024;
CENTER
const long CENTER = 2048;
RIGHT
const long RIGHT = 4096;
SPIN
const long SPIN = 8192;
SORT
const long SORT = 16384;
DROPDOWN
const long DROPDOWN = 32768;
DEFBUTTON
const long DEFBUTTON = 65536;
READONLY
const long READONLY = 262144;
CLIPCHILDREN
const long CLIPCHILDREN = 524288;
NOBORDER
const long NOBORDER = 1048576;
GROUP
const long GROUP = 2097152;
OK
const long OK = 4194304;
OK_CANCEL
const long OK_CANCEL = 8388608;
YES_NO
const long YES_NO = 16777216;
YES_NO_CANCEL
const long YES_NO_CANCEL = 33554432;
RETRY_CANCEL
const long RETRY_CANCEL = 67108864;
DEF_OK
const long DEF_OK = 134217728;
DEF_CANCEL
const long DEF_CANCEL = 268435456;
DEF_RETRY
const long DEF_RETRY = 536870912;
DEF_YES
const long DEF_YES = 1073741824;
DEF_NO
const long DEF_NO = -2147483648;
NOLABEL
const long NOLABEL = 536870912;
AUTOHSCROLL
const long AUTOHSCROLL = 1073741824;
AUTOVSCROLL
const long AUTOVSCROLL = -2147483648;
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.