Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.6 - (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.5: +2 -2 lines
* etk/etk.rb経由でetklib.soを読み込むように変更

1 #! /usr/bin/ruby
2
3 #==============================================================================#
4 # $Id: maximize_box.rb,v 1.5 2004/01/15 09:35:35 yuya Exp $
5 #==============================================================================#
6
7 require 'etk/etk'
8
9 #==============================================================================#
10
11 class MyForm < Etk::Form
12
13 def initialize
14 self.set_client_size(300, 200)
15 self.maximize_box = false
16 end
17
18 end
19
20 #==============================================================================#
21
22 Etk.main(MyForm.new)
23
24 #==============================================================================#
25 #==============================================================================#

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