Class: Fox::FXFrame
- Inherits:
-
Object
- Object
- Fox::FXFrame
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) baseColor(*args)
:nodoc:.
-
- (Object) baseColor=(*args)
:nodoc:.
-
- (Object) borderColor(*args)
:nodoc:.
-
- (Object) borderColor=(*args)
:nodoc:.
-
- (Object) borderWidth(*args)
:nodoc:.
-
- (Object) frameStyle(*args)
:nodoc:.
-
- (Object) frameStyle=(*args)
:nodoc:.
-
- (Object) hiliteColor(*args)
:nodoc:.
-
- (Object) hiliteColor=(*args)
:nodoc:.
-
- (Object) padBottom(*args)
:nodoc:.
-
- (Object) padBottom=(*args)
:nodoc:.
-
- (Object) padLeft(*args)
:nodoc:.
-
- (Object) padLeft=(*args)
:nodoc:.
-
- (Object) padRight(*args)
:nodoc:.
-
- (Object) padRight=(*args)
:nodoc:.
-
- (Object) padTop(*args)
:nodoc:.
-
- (Object) padTop=(*args)
:nodoc:.
-
- (Object) shadowColor(*args)
:nodoc:.
-
- (Object) shadowColor=(*args)
:nodoc:.
Instance Method Details
- (Object) baseColor(*args)
:nodoc:
1800 1801 1802 |
# File 'lib/fox16/aliases.rb', line 1800 def baseColor(*args) # :nodoc: getBaseColor(*args) end |
- (Object) baseColor=(*args)
:nodoc:
1803 1804 1805 |
# File 'lib/fox16/aliases.rb', line 1803 def baseColor=(*args) # :nodoc: setBaseColor(*args) end |
- (Object) borderColor(*args)
:nodoc:
1794 1795 1796 |
# File 'lib/fox16/aliases.rb', line 1794 def borderColor(*args) # :nodoc: getBorderColor(*args) end |
- (Object) borderColor=(*args)
:nodoc:
1797 1798 1799 |
# File 'lib/fox16/aliases.rb', line 1797 def borderColor=(*args) # :nodoc: setBorderColor(*args) end |
- (Object) borderWidth(*args)
:nodoc:
1755 1756 1757 |
# File 'lib/fox16/aliases.rb', line 1755 def borderWidth(*args) # :nodoc: getBorderWidth(*args) end |
- (Object) frameStyle(*args)
:nodoc:
1749 1750 1751 |
# File 'lib/fox16/aliases.rb', line 1749 def frameStyle(*args) # :nodoc: getFrameStyle(*args) end |
- (Object) frameStyle=(*args)
:nodoc:
1752 1753 1754 |
# File 'lib/fox16/aliases.rb', line 1752 def frameStyle=(*args) # :nodoc: setFrameStyle(*args) end |
- (Object) hiliteColor(*args)
:nodoc:
1782 1783 1784 |
# File 'lib/fox16/aliases.rb', line 1782 def hiliteColor(*args) # :nodoc: getHiliteColor(*args) end |
- (Object) hiliteColor=(*args)
:nodoc:
1785 1786 1787 |
# File 'lib/fox16/aliases.rb', line 1785 def hiliteColor=(*args) # :nodoc: setHiliteColor(*args) end |
- (Object) padBottom(*args)
:nodoc:
1764 1765 1766 |
# File 'lib/fox16/aliases.rb', line 1764 def padBottom(*args) # :nodoc: getPadBottom(*args) end |
- (Object) padBottom=(*args)
:nodoc:
1767 1768 1769 |
# File 'lib/fox16/aliases.rb', line 1767 def padBottom=(*args) # :nodoc: setPadBottom(*args) end |
- (Object) padLeft(*args)
:nodoc:
1770 1771 1772 |
# File 'lib/fox16/aliases.rb', line 1770 def padLeft(*args) # :nodoc: getPadLeft(*args) end |
- (Object) padLeft=(*args)
:nodoc:
1773 1774 1775 |
# File 'lib/fox16/aliases.rb', line 1773 def padLeft=(*args) # :nodoc: setPadLeft(*args) end |
- (Object) padRight(*args)
:nodoc:
1776 1777 1778 |
# File 'lib/fox16/aliases.rb', line 1776 def padRight(*args) # :nodoc: getPadRight(*args) end |
- (Object) padRight=(*args)
:nodoc:
1779 1780 1781 |
# File 'lib/fox16/aliases.rb', line 1779 def padRight=(*args) # :nodoc: setPadRight(*args) end |
- (Object) padTop(*args)
:nodoc:
1758 1759 1760 |
# File 'lib/fox16/aliases.rb', line 1758 def padTop(*args) # :nodoc: getPadTop(*args) end |
- (Object) padTop=(*args)
:nodoc:
1761 1762 1763 |
# File 'lib/fox16/aliases.rb', line 1761 def padTop=(*args) # :nodoc: setPadTop(*args) end |
- (Object) shadowColor(*args)
:nodoc:
1788 1789 1790 |
# File 'lib/fox16/aliases.rb', line 1788 def shadowColor(*args) # :nodoc: getShadowColor(*args) end |
- (Object) shadowColor=(*args)
:nodoc:
1791 1792 1793 |
# File 'lib/fox16/aliases.rb', line 1791 def shadowColor=(*args) # :nodoc: setShadowColor(*args) end |