• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BTRONのウィンドウを扱うmrbgemの開発用


Commit MetaInfo

修訂bed932b2172c4804a2f8e8f4b73374a3e405ce85 (tree)
時間2017-06-14 00:58:13
作者ornse01 <ornse01@user...>
Commiterornse01

Log Message

add window id holder class.

Change Summary

差異

--- /dev/null
+++ b/mrblib/wid.rb
@@ -0,0 +1,7 @@
1+class WID
2+ attr_accessor :id
3+
4+ def initialize(id)
5+ @id = id;
6+ end
7+end