Home
last modified time | relevance | path

Searched refs:LayoutControls (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs50 LayoutControls(total.Width, total.Height); in HelloWindow()
55 LayoutControls(ClientSize.Width - border - border, ClientSize.Height - border - border); in OnResize()
68 private void LayoutControls (int totalWidth, int totalHeight) { in LayoutControls() method in Hello.HelloWindow