Update gtk117
This commit is contained in:
parent
7d729fd6b6
commit
fffe3bfaa8
|
@ -127,7 +127,7 @@ void MyWin::get_pixel_color(int x,int y){
|
|||
if(sized->get_has_alpha()){
|
||||
color_str = Glib::ustring(g_strdup_printf("#%02X%02X%02X%02X",red,blue,green,alpha));
|
||||
}else{
|
||||
color_str = Glib::ustring(g_strdup_printf("#%02X%02X%02X",red,blue,green));
|
||||
color_str = Glib::ustring(g_strdup_printf("#%02X%02X%02X",red,green,blue));
|
||||
}
|
||||
label_color_str.set_label(color_str);
|
||||
}
|
||||
|
|
17
README.md
17
README.md
|
@ -1,25 +1,32 @@
|
|||
# testing-repository
|
||||
|
||||
A testing repository
|
||||
## A testing repository
|
||||
|
||||
[Experimental]: After gtk112 and gtk113, the submodule GCR_CMake is imported
|
||||
[Experimental]: The rust programming language is imported for some codes
|
||||
|
||||
[News]: After gtk112 and gtk113, the submodule GCR_CMake is imported
|
||||
|
||||
Thanks for the project author https://github.com/Makman2/GCR_CMake
|
||||
|
||||
(Actually, I forked the project for convenience)
|
||||
|
||||
### These contents are outdated:
|
||||
|
||||
Note: To minimize the repeated files,I put the same files as public resource
|
||||
|
||||
The file name is above: public\_res\<filename\>\_\<file extension\> or public\_res\<filename\>\_\<file extension\>
|
||||
The file name is above:
|
||||
|
||||
public\_res\<filename\>\_\<file extension\> or public\_res\<filename\>\_\<file extension\>
|
||||
|
||||
~~Please compile with g++ or gcc (Clang is also supported)
|
||||
|
||||
Please compile with g++ or gcc (Clang is also supported)
|
||||
(Visual Studio may have issues)
|
||||
|
||||
Ege dircitory need ege 19.01 and above to complie
|
||||
|
||||
C/C++ code using gtk2 needs gtk 2.24.10
|
||||
|
||||
Gtk3 codes:
|
||||
#### For Gtk3 codes:
|
||||
|
||||
before gtk17 supports Gtk3.6.4
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
Loading…
Reference in New Issue