Displaying 2 results from an estimated 2 matches for "hasparent".
2008 Jan 03
0
Wx::Menu, get parent menu functions?
...nter + 1
		#    return new_id
		#  end
	#=============
     end
   end
   def get_name()
     return @name
   end
   def get_id()
     return @id
   end
   def get_parent()
     return @parent_menu
   end
   def get_parent_id()
     return @parent_menu.get_id()
   end
   def has_parent()
     hasparent = false
     if @parent_menu != nil
       hasparent = true
     end
     return hasparent
   end
end
====================
Thoughts? Ideas? Alternatives? Death Threats? (heehee)
2005 Jul 19
2
segfault with grid and null unit (PR#8014)
Full_Name: Jonathan Paisley
Version: 2.1.1
OS: Mac OS X 10.4.2
Submission from: (NULL) (81.178.107.67)
I was following an example from library/grid/doc/grid.pdf ("Introduction to
grid") and had the following code, where I'd mis-typed 1,3 instead of 1,2 as the
first arguments to grid.layout.
Sourcing this code causes the R GUI to crash. I've enclosed a partial backtrace
from