On Mon, Dec 8, 2008 at 12:23 PM, arpin <[EMAIL PROTECTED]> wrote: > Hi > > I do not seems to find to find wxGridSelectRows > > I expected something like > > input.grid:SetSelectionMode(wx.wxGridSelectRows)
This enum is a member of the wxGrid class and is therefore accessed as wx.wxGrid.wxGridSelectRows That's what happens with this binding code: %enum wxGrid::wxGridSelectionModes This follows the requirements of C++ in that you have to access the enums using their namespace (class name in this case). Regards, John ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users