Commit 56f61a4 1 parent 6d12498 commit 56f61a4 Copy full SHA for 56f61a4
File tree 33 files changed +71
-0
lines changed
33 files changed +71
-0
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// ComboBox return values
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
const DTM_FIRST = 0x1000
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// Edit styles
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
const (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// ListBox style
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
const (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// Constants for MENUITEMINFO.fMask
Original file line number Diff line number Diff line change
1
+ // Copyright 2010 The win Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
5
+ // +build !windows
6
+
7
+ package win
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
type VAR_BSTR struct {
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// Styles
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
const TCM_FIRST = 0x1300
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// ToolBar messages
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
// TreeView styles
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
const UDN_FIRST = ^ uint32 (720 )
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
+ // +build windows
6
+
5
7
package win
6
8
7
9
import (
You can’t perform that action at this time.
0 commit comments