conformal / gotk3

Go bindings for GTK3
ISC License
470 stars 81 forks source link

Implement GtkCellRendererToggle #28

Closed weberc2 closed 10 years ago

weberc2 commented 10 years ago

Implements GtkCellRendererToggle and all methods.

weberc2 commented 10 years ago

@jrick Could you take a look at this soon? I'm still a little fuzzy on Github pull requests, but I think the code is good. Please advise.

Thanks, Craig

jrick commented 10 years ago

Hi,

Your fork has diverged from Conformal's repo (this is mostly due to company policy, we have to squash and rebase so master has a linear history). Could you update the patch so it builds with latest our latest code? There are some nice goodies in there too that you'd probably want too. :)

weberc2 commented 10 years ago

Sure, I'm still learning git so let me make sure I understand you: I should effectively pull your changes (conformal fork) into my pull request and resubmit?

jrick commented 10 years ago

Since I think github lets you submit pull requests for feature branches, it would probably be easiest to pull conformal master into another branch in your repo, and squash+cherrypick the changes you want pulled. That way I can easily do a fast-forward merge.

weberc2 commented 10 years ago

I haven't squashed yet (I'm not very confident in git and it took me a long time to get the merge right). If you feel strongly about it, I can make an attempt, otherwise I think my fork should be ready.