• Framebuffer,Xorg,directFB,openGL,QT,GTK关系

    时间:2023-01-26 04:03:23

    本文待整理!!! 问:Xserver使用的是Framebuffer吗? 答:Xserver有多种实现,如Xfree86、Xorg等,Xfree86默认不采用Framebuffer;而对于Xorg,可以根据xorg.conf里的配置判断 如 -Section "Device"             ...

  • 使用Gtk 3在Python中加载并显示来自Web的图像?

    时间:2023-01-24 17:44:31

    I'm writing an app on Ubuntu 12.04 with Python and GTK 3. The problem I have is that I can't figure out how I should do to show a Gtk.Image in my app ...

  • GTK C如何将滚动窗口添加到vbox

    时间:2023-01-24 16:20:49

    I can't put scrolled window into main_v_box , what is wrong? I just see this little strange orange strip. When I move the cursor on it, horizontal scr...

  • 我如何用GTK3在C中调用另一个“窗口”

    时间:2023-01-24 16:16:24

    i want to call another window when i press the button "on_btn_janelaCriarSessao_clicked", my code of the window is this: 当我按下“on_btn_janelaCriarSessao...

  • 在PyGTK / GTK中即时添加/删除笔记本页面

    时间:2023-01-24 15:06:30

    How to refresh a notebook on the fly? 如何动态刷新笔记本? I have an application which is supposed to have various number of pages according to the data in the ...

  • 指针悬停在菜单上后,Gtk MenuBar会杀死MenuItems

    时间:2023-01-24 15:06:18

    I have a plain gtk.MenuBar frame below. Whenever the mouse hovers over an item, and that submenu is hidden due to lost focus, upon revisiting that sub...

  • Gtk *后端需要安装pygtk

    时间:2023-01-24 15:06:12

    From within a virtual environment, trying to load a script which uses matplotlib's GTKAgg backend, I fail with the following traceback: 在虚拟环境中,尝试加载使用m...

  • 如何找出GTK +信号需要哪些GDK事件?

    时间:2023-01-24 14:15:27

    I'm using Glade-3 for my GUI design, but I keep hitting this problem. I don't see anything in the GTK+ documentation mapping signals to events or in G...

  • GTK+ 3 for windows 开发环境搭建

    时间:2023-01-19 07:00:22

    GTK+ 3 for windows 开发环境搭建 下载和配置msys2: 从http://msys2.github.io/下载安装包,并安装; 配置软件源(官方源速度较慢) 需要修改安装目录下,/etc/pacman.d 文件夹中的mirrorlist.msys,mirrorlist...

  • 如何让我的gtk应用程序使用黑暗主题?

    时间:2023-01-13 10:03:48

    Some apps on the gnome desktop like the image viewer use a dark variation of the theme. What code is required to make my own gtk program use this dark...

  • daemon.debug hostapd: wlan0: WPA rekeying GTK

    时间:2023-01-11 15:44:43

    现象描述:client连接上AP后,切换接口(譬如lan口的)模式,静态地址和dhcp模式切换后,一段时间后断开连接,再也连接不上,ap侧日志如下:Wed Nov  8 14:39:31 2017 daemon.debug hostapd: wlan0: WPA rekeying GTKWed No...

  • 一步一步学习GTK

    时间:2023-01-10 00:00:17

    完成课设,偶然碰到GTK,索性学习一遍 转载自ikoDotA の BLOG(一)、一步一步学GTK+之开篇一、什么是GTK+GTK+ 是一种函数库是用来帮助制作图形交互界面的。整个函数库都是由C 语言来编写的。 GTK+函数库通常也叫做 GIMP 工具包。因为,一开始GTK+是用来编写“GIMP”–...

  • GTK+ 图形界面编程--个人总结

    时间:2023-01-09 19:40:33

    大致地了解了GTK+ 图形界面应用程序的框架和一些控件的使用方法之后,我小小地总结了以下,编写一个简单的界面,主要由以下几个步骤完成:1.定义回调函数 2.初始化图形环境 3.声明对象(窗口、标签、按钮等) 4.生成对象、 5.给对象设置属性 6.将对象放入表格、窗口、box等里面 (7).事件发生...

  • GTK+ Vte.Terminal().fork_command_full removed?

    时间:2023-01-05 21:01:07

    I noticed this last week. All my code on ubuntu 15.04 was working fine using 我上周注意到了这一点。我在ubuntu 15.04上的所有代码都运行正常 Vte.Terminal().fork_command_full ...

  • gcc的-l和-i详解 GTK+3.0入门

    时间:2022-12-23 09:12:47

    gcc的-l和-i详解 编译动态链接库.so gcc -shared -fPIC -o 1.so 1.c -fPIC 作用于编译阶段,告诉编译器产生与位置无关代码(Position-Independent Code), 则产生的代码中,没有绝对地址,全部使用相对地址,故而代码可以被加载器加...

  • 习配置C,C++,GTK等开发环境

    时间:2022-12-11 20:55:40

    本人想学习一下Linux下的C,C++程序开发,这几天一直在研究Linux下的C语言编译环境的建立,因为新装好的Ubuntu里面缺少函数库文件,所以无法编译最简单的C语言文件,故要先配置一番,这几天也有一点心得,写下来和大家一起学习。原来我以为安装配置非常麻烦,后来发现在新立得的帮助下很快就能配置...

  • XWindow、Server、Client和QT、GTK之间的关系

    时间:2022-12-04 14:13:46

    X WINDOW     X Window从逻辑上分为三层:X Server、X Client和X协议。最底层的X Server(X服务器)主要处理输入/输出信息并维护相关资源,它接受来自键盘、鼠标的操作并将它交给X Client(X客户端)作出反馈,而由X Client传来的输出信息也由它来负责输...

  • 没有Gtk.main()的窗口不会在GTK3中的python解释器中显示

    时间:2022-11-30 20:45:01

    In GTK2, I enjoyed building a gui in the interpreter (ipython or plain python) "on the fly" and seeing the changes in real time like this: 在GTK2中,我喜欢在...

  • GTK、KDE、Gnome、XWindows 图形界面

    时间:2022-11-23 06:52:04

    一、linux图形界面的实现只是linux下的应用程序实现图形界面(GUI)并不是linux的一部分,linux只是一个基于命令行的操作系统,linux和Xfree的关系就相当于当年的DOS和Windows 3.0一样,Windows 3.0不是独立的操作系统,它只是DOS的扩充,是DOS下的应用...

  • KDE/QT与GNOME/GTK比较

    时间:2022-11-23 06:52:22

    转自:http://linux.chinaunix.net/bbs/thread-1125240-1-1.html虽然在商业方面存在竞争,GNOME与KDE两大阵营的开发者关系并没有变得更糟,相反他们都意识到支持对方的重要性—如果KDE和GNOME无法实现应用程序的共享,那不仅是巨大的资源浪费,而且...