In the above code snippet, we connect the "destroy" signal of our main window object to the gtk_main_quit function.
在上面的代码段中,我们将主窗口对象的“destroy ”信号连接到gtk_main _ quit函数。
Points to the parent window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object's parent window is set to the main application window.
指向含有对话框地父窗口对象地指针。假如为NULL,对话框对象地父窗口设置为应用地主窗口。
Next you instantiate the class, what creates a new object (the instance) in the Gorm main window, and you connect the outlets and the actions to the corresponding components.
下面,以这个组为例进行说明,这将在Gor m主窗口中创建一个新的目标,并且你可以将出口(Outlets)和行为关联到相应的部分。
Next you instantiate the class, what creates a new object (the instance) in the Gorm main window, and you connect the outlets and the actions to the corresponding components.
下面,以这个组为例进行说明,这将在Gor m主窗口中创建一个新的目标,并且你可以将出口(Outlets)和行为关联到相应的部分。
应用推荐