From: Haris Bogdanovi� on 27 Dec 2009 20:36 Hi. I couldn't find example for scrolledwindow class. I'm working with wxRuby. I would like to have main frame with vertical scroll bar and panel inside which is many times higher than main frame so I can scroll that panel vertically. If you could give just a simple example just to get me started. C example would be ok also. Thank you in advance Haris
From: Vadim Zeitlin on 24 Jan 2010 06:12 On 2009-12-28, Haris Bogdanovi? <fbogdanovi(a)xnet.hr> wrote: > I couldn't find example for scrolledwindow class. > I'm working with wxRuby. > I would like to have main frame with vertical scroll bar and panel inside > which is many times higher than main frame so I can scroll that panel > vertically. > If you could give just a simple example just to get me started. > C example would be ok also. C++ example is in the usual location: samples subdirectory of your wxWidgets installation, i.e. samples/scroll and samples/scrollsub. Regards, VZ -- TT-Solutions: wxWidgets consultancy and technical support http://www.tt-solutions.com/
|
Pages: 1 Prev: wxEVT_COMMAND_LIST_ITEM_SELECTED occurs twice Next: wxTextFile and Unicode |