gtk-overrides.txt

来自「linux下电话本所依赖的一些图形库」· 文本 代码 · 共 16 行

TXT
16
字号
# These are manually-edited to override or add declarations to those scanned# from the GTK header files.# GtkAllocation is the same as GtkRectangle<STRUCT><NAME>GtkAllocation</NAME>struct GtkAllocation{  gint x;  gint y;  gint width;  gint height;};</STRUCT>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?