Adds a special border for Ltabpage buttons (Ltabpage_button) to reflect when the
tabpage is selected. Basically this is the :sunken border with the bottom
line missing.
border_width,
groove,
none,
paint_border,
raised,
ridge,
shadow,
sizing,
solid,
sunken,
supported_borders,
tabpage_button_selected,
Returns a Hash of supported borders.
This border type does nothing. It allows Locana
objects use a border of :none without having to anything special like check
the border type.
This is a solid border.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 when drawing the border for most
objects.
- y - the starting y pixel position or left edge of the border, Locana uses 0 when drawing the border for most
objects.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is not used by this border.
- border_width - this is this thickness of
the border, the default is 1.
This is a raised border. This is drawn using two colors to create the
raised effect.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the lighter color used to create the raised
effect, the default is LIGHT_COLOR which is defined as :gray95.
- border_width - this is this thickness of
the border, the default is 2.
This is a sunken border. This is drawn using two colors to create the
sunken effect.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the lighter color used to create the sunken
effect, the default is LIGHT_COLOR which is defined as :gray95.
- border_width - this is this thickness of
the border, the default is 2.
This is a ridge border. This is drawn using two colors to create the ridge
effect.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the lighter color used to create the ridged
effect, the default is LIGHT_COLOR which is defined as :gray95.
- border_width - this is this thickness of
the border, the default is 2.
This is a groove border. This is drawn using two colors to create the
sunken effect. It calls ridge with the colors reversed.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the lighter color used to create the grooved
effect, the default is LIGHT_COLOR which is defined as :gray95.
- border_width - this is this thickness of
the border, the default is 2.
This is a sunken border. This is drawn using two colors to create the
shadow effect.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the shadow color, the default is :black.
- border_width - this is this thickness of
the border, the default is 3.
Locana uses this internally when the object has
no border and :allow_sizing is turned on. The GUI builder relies on this
for object that don’t have a border.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is :gray50.
- ocolor - the other color is not used by this border.
- border_width - this is this thickness of
the border, the default is 1.
Returns the default width of the border.
Locana calls this to render all borders. This
forwards to the appropriate method for drawing the border.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- border - a Symbol representing the border you
want to draw, it must be one of the support border types.
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the lighter color used to create any special
effect, the default is LIGHT_COLOR which is defined as :gray95.
- border_width - this is this thickness of
the border, the default is to use the default border width of the border.
This is a special border for Ltabpage buttons
(Ltabpage_button) when they are
selected. Basically it is the :sunken border with the bottom line missing.
- frame_id - the outer frame of any Locana object
(the l_oframe method will returns this for most objects).
- x - the starting x pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- y - the starting y pixel position or left edge of the border, Locana uses 0 for most objects. This allows you draw
a border inside an object when needed.
- w - the pixel width or right edge (less the left edge) of the border, Locana uses the objects w() method which return the
width of the object when drawing the border for most objects.
- h - the pixel height or bottom edge (less the top edge) of the border, Locana uses the objects h() method which return the
height of the object when drawing the border for most objects.
- bcolor - the color of the border, default color is DARK_COLOR which is
defined as :darkgray.
- ocolor - the other color is the lighter color used to create any special
effect, the default is LIGHT_COLOR which is defined as :gray95.
- border_width - this is this thickness of
the border, the default is 2.
Thank you for taking the time to visit this web page. I trust you found the information contained in this page useful.
Please email any questions, concerns, or issues with this web site to webmaster@sevasoftware.com.
Please remember Seva Software when your company would benefit from an experienced database architect and software engineer.