Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. GtkTemplate (ui = "/org/gnome/calculator/math-window.ui")]
  2. public class MathWindow : Gtk.ApplicationWindow
  3. {
  4. [GtkChild]
  5. private Gtk.MenuButton menu_button;
  6.  
  7. [GtkCallback]
  8. private void scroll_changed_cb (Gtk.Adjustment adjustment)
  9. {
  10. return;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement