Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/examples/hello-csharp-forms/
Dhello.cs49 LayoutControls(total.Width, total.Height); in HelloWindow()
54 LayoutControls(ClientSize.Width - border - border, ClientSize.Height - border - border); in OnResize()
67 private void LayoutControls (int totalWidth, int totalHeight) { in LayoutControls() method in Hello.HelloWindow