Beispiel #1
0
func (b *Button) AddBkFill(nState xc.Button_state_, color Color, alpha byte) {
	xc.XBtn_AddBkFill(b.hEle, nState, xc.COLORREF(color), alpha)
}
Beispiel #2
0
func (b *Button) AddBkFill(nState xc.BUTTON_STATE_, color Color, alpha byte) {
	xc.XBtnAddBkFill(b.hEle, nState, xc.COLORREF(color), alpha)
}
Beispiel #3
0
func (b *Button) AddBkBorder(nState xc.Button_state_, color Color, alpha byte, width int) {
	xc.XBtn_AddBkBorder(b.hEle, nState, xc.COLORREF(color), alpha, width)
}
Beispiel #4
0
func (b *Button) AddBkBorder(nState xc.BUTTON_STATE_, color Color, alpha byte, width int) {
	xc.XBtnAddBkBorder(b.hEle, nState, xc.COLORREF(color), alpha, width)
}