fxruby 1.6.4 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/apes02.html +2 -2
- data/doc/apes03.html +2 -2
- data/doc/book.html +1 -1
- data/doc/changes.html +40 -20
- data/doc/differences.html +183 -4
- data/doc/implementation.html +1 -1
- data/doc/library.html +5 -5
- data/doc/opengl.html +5 -5
- data/doc/pt02.html +1 -1
- data/doc/scintilla.html +4 -4
- data/doc/subversion.html +21 -0
- data/examples/raabrowser.rb +1 -1
- data/ext/fox16/table_wrap.cpp +3 -10
- data/lib/fox16/iterators.rb +37 -0
- data/lib/fox16/kwargs.rb +1160 -960
- data/lib/fox16/timeout.rb +1 -1
- data/lib/fox16/version.rb +1 -1
- data/rdoc-sources/FX4Splitter.rb +8 -8
- data/rdoc-sources/FX7Segment.rb +1 -1
- data/rdoc-sources/FXAccelTable.rb +2 -2
- data/rdoc-sources/FXBMPIcon.rb +3 -3
- data/rdoc-sources/FXBMPImage.rb +3 -3
- data/rdoc-sources/FXBitmapFrame.rb +1 -1
- data/rdoc-sources/FXBitmapView.rb +1 -1
- data/rdoc-sources/FXChoiceBox.rb +3 -3
- data/rdoc-sources/FXColorList.rb +1 -1
- data/rdoc-sources/FXColorRing.rb +1 -1
- data/rdoc-sources/FXColorWheel.rb +9 -9
- data/rdoc-sources/FXComboBox.rb +9 -9
- data/rdoc-sources/FXDC.rb +10 -10
- data/rdoc-sources/FXDataTarget.rb +1 -1
- data/rdoc-sources/FXDial.rb +9 -9
- data/rdoc-sources/FXDialogBox.rb +1 -1
- data/rdoc-sources/FXDirBox.rb +1 -1
- data/rdoc-sources/FXDirDialog.rb +1 -1
- data/rdoc-sources/FXDirList.rb +1 -1
- data/rdoc-sources/FXDirSelector.rb +1 -1
- data/rdoc-sources/FXDockBar.rb +20 -20
- data/rdoc-sources/FXDockSite.rb +1 -1
- data/rdoc-sources/FXDockTitle.rb +1 -1
- data/rdoc-sources/FXDrawable.rb +2 -2
- data/rdoc-sources/FXDriveBox.rb +1 -1
- data/rdoc-sources/FXFileDialog.rb +1 -1
- data/rdoc-sources/FXFileList.rb +1 -1
- data/rdoc-sources/FXFileSelector.rb +1 -1
- data/rdoc-sources/FXFoldingList.rb +6 -6
- data/rdoc-sources/FXFontDialog.rb +1 -1
- data/rdoc-sources/FXFontSelector.rb +1 -1
- data/rdoc-sources/FXGIFIcon.rb +3 -3
- data/rdoc-sources/FXGIFImage.rb +3 -3
- data/rdoc-sources/FXGLCanvas.rb +2 -2
- data/rdoc-sources/FXGLViewer.rb +2 -2
- data/rdoc-sources/FXGradientBar.rb +1 -1
- data/rdoc-sources/FXHeader.rb +1 -1
- data/rdoc-sources/FXHorizontalFrame.rb +9 -9
- data/rdoc-sources/FXICOIcon.rb +3 -3
- data/rdoc-sources/FXICOImage.rb +3 -3
- data/rdoc-sources/FXIcon.rb +3 -3
- data/rdoc-sources/FXIconList.rb +1 -1
- data/rdoc-sources/FXImage.rb +7 -7
- data/rdoc-sources/FXImageFrame.rb +1 -1
- data/rdoc-sources/FXImageView.rb +1 -1
- data/rdoc-sources/FXInputDialog.rb +1 -1
- data/rdoc-sources/FXJPGIcon.rb +3 -3
- data/rdoc-sources/FXJPGImage.rb +3 -3
- data/rdoc-sources/FXKnob.rb +1 -1
- data/rdoc-sources/FXList.rb +1 -1
- data/rdoc-sources/FXListBox.rb +1 -1
- data/rdoc-sources/FXMDIButton.rb +6 -6
- data/rdoc-sources/FXMDIChild.rb +1 -1
- data/rdoc-sources/FXMDIClient.rb +2 -2
- data/rdoc-sources/FXMenuBar.rb +1 -1
- data/rdoc-sources/FXMenuCheck.rb +1 -1
- data/rdoc-sources/FXMenuCommand.rb +1 -1
- data/rdoc-sources/FXMenuRadio.rb +1 -1
- data/rdoc-sources/FXOptionMenu.rb +2 -2
- data/rdoc-sources/FXPCXIcon.rb +3 -3
- data/rdoc-sources/FXPCXImage.rb +3 -3
- data/rdoc-sources/FXPNGIcon.rb +3 -3
- data/rdoc-sources/FXPNGImage.rb +3 -3
- data/rdoc-sources/FXPPMIcon.rb +3 -3
- data/rdoc-sources/FXPPMImage.rb +3 -3
- data/rdoc-sources/FXPicker.rb +1 -1
- data/rdoc-sources/FXPopup.rb +2 -2
- data/rdoc-sources/FXPrintDialog.rb +1 -1
- data/rdoc-sources/FXProgressBar.rb +1 -1
- data/rdoc-sources/FXProgressDialog.rb +1 -1
- data/rdoc-sources/FXQuatd.rb +1 -1
- data/rdoc-sources/FXQuatf.rb +1 -1
- data/rdoc-sources/FXRGBIcon.rb +3 -3
- data/rdoc-sources/FXRGBImage.rb +3 -3
- data/rdoc-sources/FXRealSlider.rb +9 -9
- data/rdoc-sources/FXRealSpinner.rb +9 -9
- data/rdoc-sources/FXRecentFiles.rb +1 -1
- data/rdoc-sources/FXReplaceDialog.rb +3 -3
- data/rdoc-sources/FXRuler.rb +1 -1
- data/rdoc-sources/FXRulerView.rb +1 -1
- data/rdoc-sources/FXScintilla.rb +1 -1
- data/rdoc-sources/FXScrollBar.rb +5 -5
- data/rdoc-sources/FXScrollWindow.rb +3 -3
- data/rdoc-sources/FXSearchDialog.rb +3 -3
- data/rdoc-sources/FXSeparator.rb +15 -15
- data/rdoc-sources/FXShutter.rb +20 -20
- data/rdoc-sources/FXSlider.rb +9 -9
- data/rdoc-sources/FXSpinner.rb +9 -9
- data/rdoc-sources/FXSplitter.rb +8 -8
- data/rdoc-sources/FXSpring.rb +9 -9
- data/rdoc-sources/FXStatusBar.rb +9 -9
- data/rdoc-sources/FXStatusLine.rb +3 -3
- data/rdoc-sources/FXSwitcher.rb +7 -7
- data/rdoc-sources/FXTGAIcon.rb +3 -3
- data/rdoc-sources/FXTGAImage.rb +3 -3
- data/rdoc-sources/FXTIFIcon.rb +3 -3
- data/rdoc-sources/FXTIFImage.rb +3 -3
- data/rdoc-sources/FXTabBar.rb +9 -9
- data/rdoc-sources/FXTabBook.rb +9 -9
- data/rdoc-sources/FXTabItem.rb +7 -7
- data/rdoc-sources/FXTable.rb +10 -10
- data/rdoc-sources/FXText.rb +5 -5
- data/rdoc-sources/FXTextField.rb +9 -9
- data/rdoc-sources/FXToggleButton.rb +9 -9
- data/rdoc-sources/FXToolBar.rb +20 -20
- data/rdoc-sources/FXToolBarGrip.rb +5 -5
- data/rdoc-sources/FXToolBarShell.rb +5 -5
- data/rdoc-sources/FXToolBarTab.rb +5 -5
- data/rdoc-sources/FXToolTip.rb +1 -1
- data/rdoc-sources/FXTreeList.rb +5 -5
- data/rdoc-sources/FXTreeListBox.rb +10 -10
- data/rdoc-sources/FXTriStateButton.rb +9 -9
- data/rdoc-sources/FXVerticalFrame.rb +9 -9
- data/rdoc-sources/FXWindow.rb +5 -5
- data/rdoc-sources/FXWizard.rb +1 -1
- data/rdoc-sources/FXXBMIcon.rb +3 -3
- data/rdoc-sources/FXXBMImage.rb +3 -3
- data/rdoc-sources/FXXPMIcon.rb +3 -3
- data/rdoc-sources/FXXPMImage.rb +3 -3
- metadata +5 -4
- data/doc/cvs.html +0 -35
data/rdoc-sources/FXMDIChild.rb
CHANGED
@@ -113,7 +113,7 @@ module Fox
|
|
113
113
|
attr_accessor :font
|
114
114
|
|
115
115
|
# Construct MDI Child window with given name and icon
|
116
|
-
def initialize(p, name, ic=nil, pup=nil, opts=0, x=0, y=0,
|
116
|
+
def initialize(p, name, ic=nil, pup=nil, opts=0, x=0, y=0, width=0, height=0) # :yields: theMDIChild
|
117
117
|
end
|
118
118
|
|
119
119
|
# Get next MDI Child
|
data/rdoc-sources/FXMDIClient.rb
CHANGED
@@ -23,7 +23,7 @@ module Fox
|
|
23
23
|
# +SEL_CHANGED+::
|
24
24
|
# sent when the active child changes; the message data is a reference to the new active child window (or +nil+ if there is none)
|
25
25
|
#
|
26
|
-
class FXMDIClient <
|
26
|
+
class FXMDIClient < FXComposite
|
27
27
|
|
28
28
|
# Active MDI child window, or +nil+ if none [FXMDIChild].
|
29
29
|
attr_accessor :activeChild
|
@@ -35,7 +35,7 @@ module Fox
|
|
35
35
|
attr_accessor :cascadeY
|
36
36
|
|
37
37
|
# Construct MDI Client window
|
38
|
-
def initialize(p, opts=0, x=0, y=0,
|
38
|
+
def initialize(p, opts=0, x=0, y=0, width=0, height=0) # :yields: theMDIClient
|
39
39
|
end
|
40
40
|
|
41
41
|
# Get first MDI Child
|
data/rdoc-sources/FXMenuBar.rb
CHANGED
@@ -16,7 +16,7 @@ module Fox
|
|
16
16
|
# Construct a non-floatable menubar.
|
17
17
|
# The menubar can not be undocked.
|
18
18
|
#
|
19
|
-
def initialize(
|
19
|
+
def initialize(p, opts, x=0, y=0, width=0, height=0, padLeft=3, padRight=3, padTop=2, padBottom=2, hSpacing=DEFAULT_SPACING, vSpacing=DEFAULT_SPACING) # :yields: theMenuBar
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
data/rdoc-sources/FXMenuCheck.rb
CHANGED
data/rdoc-sources/FXMenuRadio.rb
CHANGED
@@ -22,7 +22,7 @@ module Fox
|
|
22
22
|
#
|
23
23
|
# Returns an initialized FXOption instance.
|
24
24
|
#
|
25
|
-
def initialize(p, text, ic=nil,
|
25
|
+
def initialize(p, text, ic=nil, target=nil, selector=0, opts=JUSTIFY_NORMAL|ICON_BEFORE_TEXT, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theOption
|
26
26
|
end
|
27
27
|
end
|
28
28
|
|
@@ -53,7 +53,7 @@ module Fox
|
|
53
53
|
#
|
54
54
|
# Returns an initialized FXOptionMenu instance.
|
55
55
|
#
|
56
|
-
def initialize(p, pup=nil, opts=JUSTIFY_NORMAL|ICON_BEFORE_TEXT, x=0, y=0,
|
56
|
+
def initialize(p, pup=nil, opts=JUSTIFY_NORMAL|ICON_BEFORE_TEXT, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theOptionMenu
|
57
57
|
end
|
58
58
|
|
59
59
|
#
|
data/rdoc-sources/FXPCXIcon.rb
CHANGED
@@ -22,10 +22,10 @@ module Fox
|
|
22
22
|
# +pix+:: a memory buffer formatted in PCX file format [String]
|
23
23
|
# +clr+:: transparency color [FXColor]
|
24
24
|
# +opts+:: options [Integer]
|
25
|
-
# +
|
26
|
-
# +
|
25
|
+
# +width+:: width [Integer]
|
26
|
+
# +height+:: height [Integer]
|
27
27
|
#
|
28
|
-
def initialize(a, pix=nil, clr=0, opts=0,
|
28
|
+
def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1) # :yields: thePCXIcon
|
29
29
|
end
|
30
30
|
end
|
31
31
|
|
data/rdoc-sources/FXPCXImage.rb
CHANGED
@@ -21,10 +21,10 @@ module Fox
|
|
21
21
|
# +a+:: an application instance [FXApp]
|
22
22
|
# +pix+:: a memory buffer formatted in PCX file format [String]
|
23
23
|
# +opts+:: options [Integer]
|
24
|
-
# +
|
25
|
-
# +
|
24
|
+
# +width+:: width [Integer]
|
25
|
+
# +height+:: height [Integer]
|
26
26
|
#
|
27
|
-
def initialize(a, pix=nil, opts=0,
|
27
|
+
def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: thePCXImage
|
28
28
|
end
|
29
29
|
end
|
30
30
|
end
|
data/rdoc-sources/FXPNGIcon.rb
CHANGED
@@ -25,10 +25,10 @@ module Fox
|
|
25
25
|
# +pix+:: a memory buffer formatted in PNG file format [String]
|
26
26
|
# +clr+:: transparency color [FXColor]
|
27
27
|
# +opts+:: options [Integer]
|
28
|
-
# +
|
29
|
-
# +
|
28
|
+
# +width+:: width [Integer]
|
29
|
+
# +height+:: height [Integer]
|
30
30
|
#
|
31
|
-
def initialize(a, pix=nil, clr=0, opts=0,
|
31
|
+
def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1) # :yields: thePNGIcon
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
data/rdoc-sources/FXPNGImage.rb
CHANGED
@@ -24,10 +24,10 @@ module Fox
|
|
24
24
|
# +a+:: an application instance [FXApp]
|
25
25
|
# +pix+:: a memory buffer formatted in PNG file format [String]
|
26
26
|
# +opts+:: options [Integer]
|
27
|
-
# +
|
28
|
-
# +
|
27
|
+
# +width+:: width [Integer]
|
28
|
+
# +height+:: height [Integer]
|
29
29
|
#
|
30
|
-
def initialize(a, pix=nil, opts=0,
|
30
|
+
def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: thePNGImage
|
31
31
|
end
|
32
32
|
end
|
33
33
|
end
|
data/rdoc-sources/FXPPMIcon.rb
CHANGED
@@ -22,10 +22,10 @@ module Fox
|
|
22
22
|
# +pix+:: a memory buffer formatted in PPM file format [String]
|
23
23
|
# +clr+:: transparency color [FXColor]
|
24
24
|
# +opts+:: options [Integer]
|
25
|
-
# +
|
26
|
-
# +
|
25
|
+
# +width+:: width [Integer]
|
26
|
+
# +height+:: height [Integer]
|
27
27
|
#
|
28
|
-
def initialize(a, pix=nil, clr=0, opts=0,
|
28
|
+
def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1) # :yields: thePPMIcon
|
29
29
|
end
|
30
30
|
end
|
31
31
|
|
data/rdoc-sources/FXPPMImage.rb
CHANGED
@@ -21,10 +21,10 @@ module Fox
|
|
21
21
|
# +a+:: an application instance [FXApp]
|
22
22
|
# +pix+:: a memory buffer formatted in PPM file format [String]
|
23
23
|
# +opts+:: options [Integer]
|
24
|
-
# +
|
25
|
-
# +
|
24
|
+
# +width+:: width [Integer]
|
25
|
+
# +height+:: height [Integer]
|
26
26
|
#
|
27
|
-
def initialize(a, pix=nil, opts=0,
|
27
|
+
def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: thePPMImage
|
28
28
|
end
|
29
29
|
end
|
30
30
|
end
|
data/rdoc-sources/FXPicker.rb
CHANGED
@@ -20,7 +20,7 @@ module Fox
|
|
20
20
|
#
|
21
21
|
# Constructor
|
22
22
|
#
|
23
|
-
def initialize(p, text, ic=nil,
|
23
|
+
def initialize(p, text, ic=nil, target=nil, selector=0, opts=BUTTON_NORMAL, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: thePicker
|
24
24
|
end
|
25
25
|
end
|
26
26
|
end
|
data/rdoc-sources/FXPopup.rb
CHANGED
@@ -40,11 +40,11 @@ module Fox
|
|
40
40
|
#
|
41
41
|
# Construct popup pane
|
42
42
|
#
|
43
|
-
def initialize(owner, opts=POPUP_VERTICAL|FRAME_RAISED|FRAME_THICK, x=0, y=0,
|
43
|
+
def initialize(owner, opts=POPUP_VERTICAL|FRAME_RAISED|FRAME_THICK, x=0, y=0, width=0, height=0) # :yields: thePopup
|
44
44
|
end
|
45
45
|
|
46
46
|
# Pop it up
|
47
|
-
def popup(grabto, x, y,
|
47
|
+
def popup(grabto, x, y, width=0, height=0); end
|
48
48
|
|
49
49
|
# Pop it down
|
50
50
|
def popdown(); end
|
@@ -30,7 +30,7 @@ module Fox
|
|
30
30
|
attr_accessor :printer
|
31
31
|
|
32
32
|
# Construct print dialog
|
33
|
-
def initialize(owner, name, opts=0, x=0, y=0,
|
33
|
+
def initialize(owner, name, opts=0, x=0, y=0, width=0, height=0) # :yields: thePrintDialog
|
34
34
|
end
|
35
35
|
end
|
36
36
|
end
|
@@ -41,7 +41,7 @@ module Fox
|
|
41
41
|
#
|
42
42
|
# Construct progress bar.
|
43
43
|
#
|
44
|
-
def initialize(p,
|
44
|
+
def initialize(p, target=nil, selector=0, opts=PROGRESSBAR_NORMAL, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theProgressBar
|
45
45
|
end
|
46
46
|
|
47
47
|
# Increment progress by given _amount_.
|
@@ -23,7 +23,7 @@ module Fox
|
|
23
23
|
#
|
24
24
|
# Construct progress dialog box with given caption and message string.
|
25
25
|
#
|
26
|
-
def initialize(owner, caption, label, opts=PROGRESSDIALOG_NORMAL, x=0, y=0,
|
26
|
+
def initialize(owner, caption, label, opts=PROGRESSDIALOG_NORMAL, x=0, y=0, width=0, height=0) # :yields: theProgressDialog
|
27
27
|
end
|
28
28
|
|
29
29
|
# Increment progress by given _amount_.
|
data/rdoc-sources/FXQuatd.rb
CHANGED
data/rdoc-sources/FXQuatf.rb
CHANGED
data/rdoc-sources/FXRGBIcon.rb
CHANGED
@@ -22,10 +22,10 @@ module Fox
|
|
22
22
|
# +pix+:: a memory buffer formatted in IRIS RGB file format [String]
|
23
23
|
# +clr+:: transparency color [FXColor]
|
24
24
|
# +opts+:: options [Integer]
|
25
|
-
# +
|
26
|
-
# +
|
25
|
+
# +width+:: width [Integer]
|
26
|
+
# +height+:: height [Integer]
|
27
27
|
#
|
28
|
-
def initialize(a, pix=nil, clr=0, opts=0,
|
28
|
+
def initialize(a, pix=nil, clr=0, opts=0, width=1, height=1) # :yields: theRGBIcon
|
29
29
|
end
|
30
30
|
end
|
31
31
|
|
data/rdoc-sources/FXRGBImage.rb
CHANGED
@@ -21,10 +21,10 @@ module Fox
|
|
21
21
|
# +a+:: an application instance [FXApp]
|
22
22
|
# +pix+:: a memory buffer formatted in IRIS RGB file format [String]
|
23
23
|
# +opts+:: options [Integer]
|
24
|
-
# +
|
25
|
-
# +
|
24
|
+
# +width+:: width [Integer]
|
25
|
+
# +height+:: height [Integer]
|
26
26
|
#
|
27
|
-
def initialize(a, pix=nil, opts=0,
|
27
|
+
def initialize(a, pix=nil, opts=0, width=1, height=1) # :yields: theRGBImage
|
28
28
|
end
|
29
29
|
end
|
30
30
|
end
|
@@ -76,19 +76,19 @@ module Fox
|
|
76
76
|
# ==== Parameters:
|
77
77
|
#
|
78
78
|
# +p+:: the parent window for this slider [FXComposite]
|
79
|
-
# +
|
80
|
-
# +
|
79
|
+
# +target+:: the message target, if any, for this slider [FXObject]
|
80
|
+
# +selector+:: the message identifier for this slider [Integer]
|
81
81
|
# +opts+:: slider options [Integer]
|
82
82
|
# +x+:: initial x-position, when the +LAYOUT_FIX_X+ layout hint is in effect [Integer]
|
83
83
|
# +y+:: initial y-position, when the +LAYOUT_FIX_Y+ layout hint is in effect [Integer]
|
84
|
-
# +
|
85
|
-
# +
|
86
|
-
# +
|
87
|
-
# +
|
88
|
-
# +
|
89
|
-
# +
|
84
|
+
# +width+:: initial width, when the +LAYOUT_FIX_WIDTH+ layout hint is in effect [Integer]
|
85
|
+
# +height+:: initial height, when the +LAYOUT_FIX_HEIGHT+ layout hint is in effect [Integer]
|
86
|
+
# +padLeft+:: internal padding on the left side, in pixels [Integer]
|
87
|
+
# +padRight+:: internal padding on the right side, in pixels [Integer]
|
88
|
+
# +padTop+:: internal padding on the top side, in pixels [Integer]
|
89
|
+
# +padBottom+:: internal padding on the bottom side, in pixels [Integer]
|
90
90
|
#
|
91
|
-
def initialize(p,
|
91
|
+
def initialize(p, target=nil, selector=0, opts=REALSLIDER_NORMAL, x=0, y=0, width=0, height=0, padLeft=0, padRight=0, padTop=0, padBottom=0) # :yields: theRealSlider
|
92
92
|
end
|
93
93
|
|
94
94
|
# Set slider range (where _lo_ and _hi_ are Float values).
|
@@ -80,19 +80,19 @@ module Fox
|
|
80
80
|
#
|
81
81
|
# +p+:: the parent window for this spinner [FXComposite]
|
82
82
|
# +cols+:: number of columns to display in the text field [Integer]
|
83
|
-
# +
|
84
|
-
# +
|
83
|
+
# +target+:: the message target, if any, for this spinner [FXObject]
|
84
|
+
# +selector+:: the message identifier for this spinner [Integer]
|
85
85
|
# +opts+:: the options [Integer]
|
86
86
|
# +x+:: initial x-position [Integer]
|
87
87
|
# +y+:: initial y-position [Integer]
|
88
|
-
# +
|
89
|
-
# +
|
90
|
-
# +
|
91
|
-
# +
|
92
|
-
# +
|
93
|
-
# +
|
88
|
+
# +width+:: initial width [Integer]
|
89
|
+
# +height+:: initial height [Integer]
|
90
|
+
# +padLeft+:: internal padding on the left side, in pixels [Integer]
|
91
|
+
# +padRight+:: internal padding on the right side, in pixels [Integer]
|
92
|
+
# +padTop+:: internal padding on the top side, in pixels [Integer]
|
93
|
+
# +padBottom+:: internal padding on the bottom side, in pixels [Integer]
|
94
94
|
#
|
95
|
-
def initialize(p, cols,
|
95
|
+
def initialize(p, cols, target=nil, selector=0, opts=REALSPIN_NORMAL, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theRealSpinner
|
96
96
|
end
|
97
97
|
|
98
98
|
# Increment spinner
|
@@ -61,7 +61,7 @@ module Fox
|
|
61
61
|
end
|
62
62
|
|
63
63
|
# Make new recent files group with groupname gp
|
64
|
-
def initialize(a, gp,
|
64
|
+
def initialize(a, gp, target=nil, selector=0) # :yields: theRecentFiles
|
65
65
|
end
|
66
66
|
|
67
67
|
# Append a file to the end of the list.
|
@@ -46,10 +46,10 @@ module Fox
|
|
46
46
|
# +opts+:: the options [Integer]
|
47
47
|
# +x+:: initial x-position [Integer]
|
48
48
|
# +y+:: initial y-position [Integer]
|
49
|
-
# +
|
50
|
-
# +
|
49
|
+
# +width+:: initial width [Integer]
|
50
|
+
# +height+:: initial height [Integer]
|
51
51
|
#
|
52
|
-
def initialize(owner, caption, ic=nil, opts=0, x=0, y=0,
|
52
|
+
def initialize(owner, caption, ic=nil, opts=0, x=0, y=0, width=0, height=0) # :yield: theReplaceDialog
|
53
53
|
end
|
54
54
|
end
|
55
55
|
end
|
data/rdoc-sources/FXRuler.rb
CHANGED
@@ -118,7 +118,7 @@ module Fox
|
|
118
118
|
#
|
119
119
|
# Return an initialized FXRuler instance.
|
120
120
|
#
|
121
|
-
def initialize(p,
|
121
|
+
def initialize(p, target=nil, selector=0, opts=RULER_NORMAL, x=0, y=0, width=0, height=0, padLeft=DEFAULT_PAD, padRight=DEFAULT_PAD, padTop=DEFAULT_PAD, padBottom=DEFAULT_PAD) # :yields: theRuler
|
122
122
|
end
|
123
123
|
|
124
124
|
# Return lower edge of document (an integer)
|
data/rdoc-sources/FXRulerView.rb
CHANGED
@@ -111,7 +111,7 @@ module Fox
|
|
111
111
|
#
|
112
112
|
# Return an initialized FXRulerView instance.
|
113
113
|
#
|
114
|
-
def initialize(p,
|
114
|
+
def initialize(p, target=nil, selector=0, opts=0, x=0, y=0, width=0, height=0) # :yields: theRulerView
|
115
115
|
end
|
116
116
|
|
117
117
|
# Set document width (in pixels).
|
data/rdoc-sources/FXScintilla.rb
CHANGED
@@ -102,7 +102,7 @@ module Fox
|
|
102
102
|
#
|
103
103
|
# Return an initialized FXScintilla instance.
|
104
104
|
#
|
105
|
-
def initialize(p,
|
105
|
+
def initialize(p, target=nil, selector=0, opts=0, x=0, y=0, width=0, height=0) # :yields: theScintilla
|
106
106
|
end
|
107
107
|
|
108
108
|
#
|
data/rdoc-sources/FXScrollBar.rb
CHANGED
@@ -80,15 +80,15 @@ module Fox
|
|
80
80
|
# ==== Parameters:
|
81
81
|
#
|
82
82
|
# +p+:: the parent widget for this scroll bar [FXComposite]
|
83
|
-
# +
|
84
|
-
# +
|
83
|
+
# +target+:: the initial message target (if any) for this scroll bar [FXObject]
|
84
|
+
# +selector+:: the message identifier for this scroll bar [Integer]
|
85
85
|
# +opts+:: the options [Integer]
|
86
86
|
# +x+:: initial x-position, when the +LAYOUT_FIX_X+ layout hint is in effect [Integer]
|
87
87
|
# +y+:: initial y-position, when the +LAYOUT_FIX_Y+ layout hint is in effect [Integer]
|
88
|
-
# +
|
89
|
-
# +
|
88
|
+
# +width+:: initial width, when the +LAYOUT_FIX_WIDTH+ layout hint is in effect [Integer]
|
89
|
+
# +height+:: initial height, when the +LAYOUT_FIX_HEIGHT+ layout hint is in effect [Integer]
|
90
90
|
#
|
91
|
-
def initialize(p,
|
91
|
+
def initialize(p, target=nil, selector=0, opts=SCROLLBAR_VERTICAL, x=0, y=0, width=0, height=0) # :yields: theScrollBar
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
@@ -23,10 +23,10 @@ module Fox
|
|
23
23
|
# +opts+:: the options [Integer]
|
24
24
|
# +x+:: initial x-position, when the +LAYOUT_FIX_X+ layout hint is in effect [Integer]
|
25
25
|
# +y+:: initial y-position, when the +LAYOUT_FIX_Y+ layout hint is in effect [Integer]
|
26
|
-
# +
|
27
|
-
# +
|
26
|
+
# +width+:: initial width, when the +LAYOUT_FIX_WIDTH+ layout hint is in effect [Integer]
|
27
|
+
# +height+:: initial height, when the +LAYOUT_FIX_HEIGHT+ layout hint is in effect [Integer]
|
28
28
|
#
|
29
|
-
def initialize(p, opts=0, x=0, y=0,
|
29
|
+
def initialize(p, opts=0, x=0, y=0, width=0, height=0) # :yields: theScrollWindow
|
30
30
|
end
|
31
31
|
|
32
32
|
#
|
@@ -14,10 +14,10 @@ module Fox
|
|
14
14
|
# +opts+:: the options [Integer]
|
15
15
|
# +x+:: initial x-position [Integer]
|
16
16
|
# +y+:: initial y-position [Integer]
|
17
|
-
# +
|
18
|
-
# +
|
17
|
+
# +width+:: initial width [Integer]
|
18
|
+
# +height+:: initial height [Integer]
|
19
19
|
#
|
20
|
-
def initialize(owner, caption, ic=nil, opts=0, x=0, y=0,
|
20
|
+
def initialize(owner, caption, ic=nil, opts=0, x=0, y=0, width=0, height=0) # :yields: theSearchDialog
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|