Develop and Download Open Source Software

Browse CVS Repository

Contents of /exerb/exerbtk/test/listview.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Fri Feb 13 15:05:04 2004 UTC (20 years, 2 months ago) by yuya
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -2 lines
* etk/etk.rb経由でetklib.soを読み込むように変更

1 #! /usr/bin/ruby
2
3 #==============================================================================#
4 # $Id: listview.rb,v 1.3 2004/01/15 09:34:27 yuya Exp $
5 #==============================================================================#
6
7 require 'etk/etk'
8
9 #==============================================================================#
10
11 class MyForm < Etk::Form
12
13 def initialize
14 self.client_width = 300
15 self.client_height = 200
16 self << Etk::ListView.new(:listview, "", 10, 10, 280, 180)
17 end
18
19 end
20
21 #==============================================================================#
22
23 Etk.main(MyForm.new)
24
25 #==============================================================================#
26 #==============================================================================#

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26