英文: get Linux Monitor resolution with C 问题 I can provide a translation of the code and the related t...
在Glade中暴露GTK3自定义小部件属性
英文: Exposing GTK3 custom widget properties in glade 问题 I can add a custom widget to GTK, as shown he...
如何在GTK C程序中创建用户输入框和输出区域,类似于shell或终端?
英文: How can I create a user input box and output area in a GTK C program, similar to a shell or term...
GTK3 和 Glade 在 C 语言中的问题
英文: Problem with GTK3 and Glade in C language 问题 我的代码编译没有错误和警告,但当我运行它时,按钮不起作用,尽管信号已连接。 我正在使用C语言、GTK3...
Perl Gtk3设置按钮大小
英文: Perl Gtk3 set button size 问题 按钮占据了所有可用的垂直空间;如何获得适当的按钮大小? 使用严格; 使用警告; 使用utf8; 使用实验; 子主要(){ 使用Gtk3...
我怎样从线程发送数据到Gtk应用程序?
英文: How can I send data from thread to Gtk app? 问题 以下是您提供的代码的翻译部分: 我有以下的代码: import socket from queue...
GTK3:在MacOS上,初始显示时无法访问对话框窗口的内容
英文: GTK3: The contents of dialog wndows on MacOS cannot be accessed on initial display 问题 我正在使用GTK3库...
Gtk# MessageDialog,如何在消息足够长时显示滚动条(设置最大行数)?
英文: Gtk# MessageDialog, How to show scrollbar when the message is long enough (setting max lines)? 问...
‘gtk_message_dialog_set_image’ 已弃用。
英文: ‘gtk_message_dialog_set_image’ is deprecated 问题 以下是代码部分的中文翻译: void mensajeVentana (GtkWidget *wi...
如何在Windows上使用CMake和Eclipse CDT创建GTK3应用程序
英文: How to create GTK3 app with CMake and Eclipse CDT on Windows 问题 CMakeList.txt cmake_minimum_requ...