search for: _parent_

Displaying 12 results from an estimated 12 matches for "_parent_".

Did you mean: _parent
2006 Dec 24
0
[801] trunk/wxruby2/doc/textile: Explain how to use the block-style class methods in these classes
...%(arg-type)String% msg, %(arg-type)Window% parent = nil) </del><ins>+ *BusyInfo.new*(%(arg-type)String% msg, + %(arg-type)Window% parent = nil) { ... } </ins><span class="cx"> </span><del>-Constructs a busy info window as child of _parent_ and displays _msg_ -in it. </del><ins>+Displays a busy info window as child of _parent_ and displays _msg_ +in it, while running the block. When the block''s execution is completed, +the busy info window is removed from the display. </ins><span class="cx">...
2006 Jun 07
3
#5209 patch: :dependent => :nullify deletes child records
Hi everyone, A couple of weeks ago I noticed a bug with :dependent => :nullify on a has_many or has_one. When you delete the parent, the children''s foreign keys are nullified, as expected. But when you do parent.child.delete or parent.children.clear, ActiveRecord actually deletes the child records, rather than just nullifying them. In my eyes, if you''ve set
2006 Nov 16
0
[741] trunk/wxruby2: Fix get_item_data, hiding TreeItemData messiness, fix GC-ing (Alex Fenton)
...ype)Window% parent, %(arg-type)Integer% id, </span><span class="lines">@@ -180,7 +201,7 @@ </span><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _parent_ Parent window. Must not be @NULL@. </del><ins>+* _parent_ Parent window. Must be a valid Wx::Window, and not nil. </ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value. </span><span class="cx"> * _pos_ Windo...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...class="cx"> platform-dependent). </span><span class="lines">@@ -132,7 +132,7 @@ </span><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _parent_ Can be NULL, a frame or another dialog box. </del><ins>+* _parent_ Can be nil, a frame or another dialog box. </ins><span class="cx"> * _id_ An identifier for the dialog. A value of -1 is taken to mean a default. </span><span class="cx"> * _ti...
2003 Mar 26
3
Fw: share a folder rw, but not deletable?
Is there a way in UNIX to make a folder with read+write permissions for some group of users, but only allow them to read and write to the folder... not actually delete the folder itself? I have some samba shares, and directories inside them that I want to remain with their current structure and permission settings -- with many similiar group-specific files inside each folder, but I don't want
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...onstructor, creating and showing a combobox. </del><ins>+Constructor, creating and showing a combobox. </ins><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _parent_ Parent window. Must not be NULL. </del><ins>+* _parent_ Parent window. Must not be nil. </ins><span class="cx"> * _id_ Window identifier. A value of -1 indicates a default value. </span><span class="cx"> * _value_ Initial selection string. An...
2017 Nov 29
0
ls performance on directories with small number of items
The -l flag is causing a metadata lookup for every file in the directory. The way the ls command does that it's with individual fstat calls to each directory entry. That's a lot of tiny network round trips with fops that don't even fill a standard frame thus each frame has a high percentage of overhead for tcp. Add to that the replica check to ensure you're not getting stale data
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...e)String% url, + %(arg-type)Point% pos = DEFAULT_POSITION, + %(arg-type)Size% size = DEFAULT_SIZE, + %(arg-type)Integer% style, + %(arg-type)String% name = "hyperlink") + +Creates the hyperlink control. + +h4. Parameters + +* _parent_ Parent window. Must not be . +* _id_ Window identifier. A value of ID_ANY indicates a default value. +* _label_ The label of the hyperlink. +* _url_ The URL associated with the given label. +* _pos_ Window position. +* _size_ Window size. If the DefaultSize is specified then the window is sized +ap...
2007 Apr 13
0
[949] branches/wxruby2/wxwidgets_282: Changes in Gauge API 2.6->2.8, remove comment cruft in header
...n class="cx"> </span><span class="cx"> </div> </span><span class="cx"> </span><span class="lines">@@ -67,7 +81,7 @@ </span><span class="cx"> </span><span class="cx"> * _parent_ Window parent. </span><span class="cx"> * _id_ Window identifier. </span><del>-* _range_ Integer range (maximum value) of the gauge. </del><ins>+* _range_ Integer range (maximum value) of the gauge. It is ignored when the gauge is used in indeterminate...
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
..._by_name*(%(arg-type)String% name, %(arg-type)Window% parent = nil) </ins><span class="cx"> </span><span class="cx"> Find a window by its name (as given in a window constructor or *Create* function call). </span><span class="cx"> If _parent_ is NULL, the search will start from all top-level </span><span class="lines">@@ -637,8 +636,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#Window_findwindowbylabel). Window#find_window_by_label </span><span clas...
2017 Nov 27
4
ls performance on directories with small number of items
Hi, I have a situation where an apache web server is trying to locate the IndexDocument for a directory on a gluster volume. This URL is being hit roughly 20 times per second. There is only 1 file in this directory. However, the parent directory does have a large number of items (+123,000 files and dirs) and we are performing operations to move these files into 2 levels of
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...> * "Window#unregister_hot_key":#Window_unregisterhotkey </span><span class="lines">@@ -245,11 +257,11 @@ </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><span class="cx"> * _parent_ Pointer to a parent window. </span><del>-* _id_ Window identifier. If -1, will automatically create an identifier. -* _pos_ Window position. DefaultPosition is (-1, -1) which indicates that Widgets </del><ins>+* _id_ Window identifier. If ID_ANY, will automatically create an...