Introduction Programing Reference

category

Window

name

名前

Window.show

Description

説明

                ウィンドウを画面に表示するために使用されます。
                引数はありません。
            

Examples

サンプル

                        
                            import IP

                            window = IP.Window()
                            window.show()
                        
                    

Syntax

構文

Parameters

引数

Return

戻り値

void

Related

関連