|
From: Basso, L. F. <lf...@vi...> - 2011-12-02 12:21:10
|
ON SIZE working in resize of the OBJECT ANCHOR working in resize of the CONTAINER ANCHOR = 11 ANCHOR_TOPABS + ANCHOR_LEFTABS + ANCHOR_RIGHTABS top absolut + left absolut + right absolut #define ANCHOR_TOPLEFT 0 // Anchors control to the top and left borders of the container and does not change the distance between the top and left borders. (Default) #define ANCHOR_TOPABS 1 // Anchors control to top border of container and does not change the distance between the top border. #define ANCHOR_LEFTABS 2 // Anchors control to left border of container and does not change the distance between the left border. #define ANCHOR_BOTTOMABS 4 // Anchors control to bottom border of container and does not change the distance between the bottom border. #define ANCHOR_RIGHTABS 8 // Anchors control to right border of container and does not change the distance between the right border. #define ANCHOR_TOPREL 16 // Anchors control to top border of container and maintains relative distance between the top border. #define ANCHOR_LEFTREL 32 // Anchors control to left border of container and maintains relative distance between the left border. #define ANCHOR_BOTTOMREL 64 // Anchors control to bottom border of container and maintains relative distance between the bottom border. #define ANCHOR_RIGHTREL 128 // Anchors control to right border of container and maintains relative distance between the right border. #define ANCHOR_HORFIX 256 // Anchors center of control relative to left and right borders but remains fixed in size. #define ANCHOR_VERTFIX 512 // Anchors center of control relative to top and bottom borders but remains fixed in size. Luis Fernando Basso lf...@vi... ----- Original Message ----- From: "vatzct" <va...@po...> To: <hwg...@li...> Sent: Friday, December 02, 2011 6:48 AM Subject: Re: [Hwgui-developers] Fw: on size and htab class 01.12.2011 17:59, Basso, Luis Fernando написав(ла): > hi > fixed > > other mode of the resize is use ANCHOR > > REGARDS > > Luis Fernando Basso > lf...@vi... > > Hi! Can you explain me what value should i use for anchor for the same effect like as ::move(,,,) because we got the next behavior (see jpeg in atach). Thanks. Regards, Alexey Myronenko -------------------------------------------------------------------------------- > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d -------------------------------------------------------------------------------- > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers > |