lib/win/gui/dialog.rb in win-0.1.18 vs lib/win/gui/dialog.rb in win-0.1.22

- old
+ new

@@ -7,9 +7,10 @@ # module Dialog include Win::Library include Win::GUI::Window + ## # The GetDlgItem function retrieves a handle to a control in the specified dialog box. # # [*Syntax*] HWND GetDlgItem( HWND hDlg, int nIDDlgItem ); # # hDlg:: [in] Handle to the dialog box that contains the control.