This website requires JavaScript.
Explore
Help
Register
Sign In
daleclack
/
testing-repository
mirror of
https://github.com/daleclack/testing-repository
Watch
1
Star
0
Fork
You've already forked testing-repository
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e351ae0d5c
testing-repository
/
Gtkmm3
/
gtk84_grid
/
src
/
MyBtn.hh
10 lines
105 B
C++
Raw
Blame
History
#
pragma once
#
include
<gtkmm.h>
class
MyBtn
:
public
Gtk
:
:
Button
{
public
:
int
row
;
int
col
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink