GTK+ is a highly usable, feature-rich toolkit for creating graphical user interfaces (GUIs) that boasts cross platform compatibility and an easy to use API.

learn more… | top users | synonyms (1)

1
vote
1answer
36 views

How can I retrieve from a GTK Builder the name of an object? [duplicate]

How do I get the name of a Gtk.Widget retrieved from a Builder object? I specifically mean the name seen in Glade (eg: button1), not the name of the class (GtkWindow). This question is exactly the ...
1
vote
1answer
115 views

How to install gtk development dependencies on Ubuntu?

I have the code from GTK tutorial in base.c. I am working on Ubuntu and when I compile using $ gcc base.c -o base `pkg-config --cflags --libs gtk+-2.0` I get the following error Package ...
0
votes
1answer
27 views

Error with Gtk.init in main.js

I'm following this tutorial. But I keep getting this error when I try to run it; JS ERROR: !!! Exception was: Error: Expected type utf8 for Argument 'argv' but got type 'number' (nil) JS ...
1
vote
3answers
57 views

Is GTK a library or a language in itself

What exactly is GTK? Is it some library, that is available for all the programming languages? i.e. I can #include it in C or maybe in Java I have the packets available that I can import? Can ...
0
votes
1answer
38 views

Can I develope a dynamic GUI with glade?

This is a newbie question so forgive me but I'm confused. Suppose, as a simple example, that I wish to have a GUI that has a button to add some component (say a file chooser widget) to the interface ...
0
votes
1answer
48 views

Extracting menu item text in Perl GTK+2

I have a pop up menu over a tree view where the user selects the machine to restore from backup. I want to simplify the interface and make a submenu that will be dynamically generated according to ...
0
votes
0answers
30 views

Glade - unfindable objects

I switched to create a GUI for my projects by using Glade 2. So I have a lot of experiences with creating GUI from plain source. There are two situations when the same problem occured. 1.) I tried ...
1
vote
1answer
167 views

Glade 3 and C, signal Handling for button and textbox

I am a beginner at Glade but have experience in C programming. I am trying to build a project that accepts two values and displays sum. I have used following: textbox1 - (entry1) ---- for first ...
1
vote
1answer
88 views

Python, Quickly and Glade, showing stdout in a TextView

I've spent ages looking for a way to do this, and I've so far come up with nothing. :( I'm trying to make a GUI for a little CLI program that I've made - so I thought using Ubuntu's "Quickly" would ...
0
votes
1answer
50 views

GTK ListView With Multiple Objects?

How can I create a listview that includes other objects such as image, link, etc. in GTK? What I mean is, just like these Android ListViews: ...
1
vote
0answers
48 views

Shift-Tab to focus previous Entry field

I am using Glade to design a GUI. When I insert GtkEntry fields, I can navigate to the next one using the Tab Key (this ability is given "for free" in Glade). However, it seems that I cannot use ...
0
votes
0answers
44 views

How to change color of GtkColorButton?

I have the following code: $builder = Gtk2::Builder->new(); $builder->add_from_file($guifile) or die "Couldn't read $guifile"; my $green = Gtk2::Gdk::Color->new(0, 255, 0); my $ctrl = ...
0
votes
1answer
54 views

How to reload treeview content?

I have a PyGTK application with a gtk.TreeView and a gtk.TreeStore that I have populated with a couple of rows. This works really well, but now I want to reload the content of the tree view and I ...
0
votes
1answer
92 views

DOM events in webkitgtk /python

I am trying to use webkit_dom_event_target_add_event_listener function in python. After lot of research, I am reaching to the conclusion that this function is available only in C. My current interest ...
0
votes
1answer
27 views

SWT Scrollbar events on Linux

As asked here Scrolling part of the canvas I am not able to listen the mouse events on scrollbars. After investigation I found that it is due to a bug in GTK. See here ...
0
votes
1answer
98 views

Python gtk display more than one widget

I am trying to display HTML through gtk and webview, as well as a close button, but i get an error that says "GTKWindow can only contain one widget at a time" I got a close window example from the ...
1
vote
1answer
83 views

Gtk3: Dynamically adding to and removing a button from an EventBox: Button won't receive mouse press signals

I'm using python and PyGObjects (the introspection lib) for Gtk 3 here. Consider the following code: from gi.repository import Gtk class InternalWidget(Gtk.Button): def __init__(self): ...
0
votes
1answer
43 views

gtk allow background processes

I'm creating a program in python, and use GTK for part of it. Whenever GTK opens, it causes the whole program to stop responding, and not move on to the next process. Ideally, i would like it if the ...
1
vote
1answer
162 views

gtk_init() failed unexpected

I am using raspberry pi with GTK+, means ARM+Debian+GTK+. But even the example of GTK website always fails in my environment. like: #include <gtk/gtk.h> int main( int argc, char ...
-2
votes
1answer
32 views

How to GUI based installation scripts in Linux [closed]

We have finished our linux project. we would like write some scripts to install our software in linux plot form.which we are expecting in GUI.. 1.selecting the packages... 2.installation progress ...
0
votes
2answers
173 views

Errors with gstreamer, glib and gtk.

I had code that compiled on Ubuntu-10.04 and whatever I had installed with it. I let synaptic upgrade me 12.04 and now I get these errors when compiling a c++ Gstreamer program. The code builds a ...
0
votes
1answer
72 views

Draw and position many png files in Cairo

My program runs a physics engine with a bunch of interacting circles, and I'm trying to draw an asteroid png image over each circle. I understand you can make a surface from a png file from this: ...
-1
votes
1answer
105 views

how cross compilate simple gtk program after cross compilete gtk library using buildroot [closed]

i need a help , it's necessary to have an answer, i cross compile gtk library by buildroot , but how can i cross compile a simple program how use gtk ? I'm using arm-linux-gnueabi for cross ...
0
votes
1answer
16 views

How to change a value capture from the glade file?

After I design the GUI with glade,I want to write some code about,for example I want to change the value of a label in the glade,how can I do this ?Which function can I use?
1
vote
1answer
29 views

In Glade, how do I add a page to an assistant?

After creating an Assistant window in Glade, I am presented with a window with three labels, each representing a page. But how do I add another page and its corresponding widget?
0
votes
1answer
48 views

Effect of PyGTK clipboard set_text persists only while process is running

I have the following script clip-test.py: #!/usr/bin/python import gtk gtk.Clipboard().set_text("exciting clipboard contents") gtk.Clipboard().set_can_store(None) # not sure if these last two lines ...
0
votes
1answer
46 views

gtk_tree_store how to add elements not rendered as columns

I am modifying a C/Gtk+ program that has a GUI with a list interface that presents a series of rows and columns backed up by a gtk_tree_store and a gtk_tree_view. Based upon interaction with this ...
0
votes
1answer
55 views

Make a GtkButton look depressed

So I have a shape drawing program, with a toolbar with buttons for box, circle, segment, etc. If you click a shape button (such as the box button), you can drag the mouse to draw that kind of shape. I ...
3
votes
2answers
85 views

Constructing Vala Gtk object using builder contents

It would be ideal to be able to create a new widget that uses builder to load its contents, eg. public class MyDialog : Dialog { public MyDialog { Gtk.Builder builder = new ...
0
votes
0answers
45 views

Could not configure i8086emu.There are some errors regarding gtk eventhough gtk is already installed

I have installed the necessary prerequesties for i8086emu which includes Gtk. But while configuring, GTK-GUI of i8086emu is not getting installed. checking for a BSD-compatible install... ...
5
votes
1answer
148 views

goocanvas - coordinate systems and zooming to cursor

I am trying to implement zoom towards the pointer/cursor within a goocanvas which is located within a scrolledwindow. Unfortunately the documentation about coordinate systems used is less than ...
0
votes
2answers
185 views

configure error for — gobject -— python header not found

Python header files are not found when configuring gobject-introspection. I have downloaded tar for :----- gobject-introspection-1.34.2 command :----- gobject-introspection-1.34.2$ ...
0
votes
1answer
31 views

How to disable GtkColorButton?

So I'm using a GtkColorButton as a color sampler (to show what color is currently being used). For complicated reasons I don't want the selection options to come up when I click on it (I have another ...
0
votes
1answer
42 views

what is the proper way to make a list of gtkwidgets

I have some difficulties to make a list of customized GtkWidgets. My customized widget encompase a GtkImage and a GtkLabel. To make a list of widget I use a gtkbox packed in a GtkScrolledWindow, ...
1
vote
1answer
20 views

Menuitem with only 1 underlined accelerator

I'm currently trying to add MenuItems to a Menu, which works almost perfect. The MenuItems I would like to add are paths to files, so they may contain "_", which sets the MenuItem an accelerator, but ...
0
votes
3answers
51 views

Editing GtkWidget attributes/properties

In most pygtk widget pages, they contain sections called 'Attributes', 'Properties', and 'Style Properties'. How can I change these properties and attributes?
5
votes
1answer
217 views

Gtk conversion to html

In order to have a OS with a uniform interface, allowing better mutual interoperabilities, I'm looking for a way to build a system in which all interface would be in html5. For example, starting from ...
0
votes
1answer
57 views

GtkScale Widget

I'm trying to implement some Gtk Scale slider widgets. My problem is that I can't actually get the sliders to be able to be dragged. I know this seems like it should be really obvious, but I can't ...
0
votes
1answer
42 views

Group Gtk.RadioToolButtons?

I've been trying for days to find a way to group RadioToolButtons in pygobject without success. There is no *.RadioToolButton.join_group(*) method like RadioButtons. Here is what I've been trying: ...
1
vote
1answer
34 views

What Widget is Ubuntu's Settings Application Using for Lists?

In Ubuntu, there are several places in the settings app that have a very nice list view, with add/remove buttons, including Appearance, Keyboard Layout, Privacy, Bluetooth, etc. What widget(s) are ...
1
vote
1answer
96 views

How can I increase each button's size in this python code?

What do I have to do if I want to make every button 5 times bigger in the following code? Is there any specific property which I need to set? from gi.repository import Gtk class ...
4
votes
1answer
87 views

Can GTK's main loop run with from a secondary thread?

Is it possible to run GTK's main loop in a secondary thread instead of in the main thread?
0
votes
0answers
92 views

Jpeg library not found — configure script run for gdk-pixbuf-2.27.1

checking for jpeg_destroy_decompress in -ljpeg... no configure: WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: *** Checks for JPEG loader failed. You can ...
0
votes
1answer
54 views

GTK3 - Monitoring all signals emitted from a widget

Is there any way to monitor all signals emitted from a widget with GTK3? I know that the event signal is emitted before an event, but I'm not sure of the distinction between "event" and "signal" in ...
0
votes
3answers
45 views

Gtk.RadioToolButton with icon and text?

Here is my code for the toolbutton (in a toolbar): self.mainWindow.mainBox.mainToolbar.overviewRadio = Gtk.RadioToolButton(stock_id=Gtk.STOCK_ABOUT) ...
0
votes
0answers
74 views

Compiling pygst without gtk

I've cross compiled python for an ARM, and am trying to compile gst-python as well, but I run into the problem "No package 'pygtk-2.0' found". I'd rather not bother with it, since I won't have a ...
1
vote
2answers
77 views

How can I link a set of toggle buttons like radio buttons?

I am using Python 3 with gobject introspection for Gtk. How can I have more than one toggle button linked together so they behave similar to tabs or radiobuttons - e.g. one is selected by default, and ...
1
vote
1answer
67 views

GtkGrid is not showing new widgets attached to it

I've decided to make a toy application in which I resize a table of labels by adding rows/cols of elements to GtkGrid. When adding a new element to the GtkGrid from inside a button callback function, ...
2
votes
1answer
53 views

How to advance to a “new page” using pygtk?

I'm new to programming in python, but I've went through tutorials which taught me how to create click-able images and connecting them to trigger a callback function. I am trying to write a script ...
0
votes
2answers
40 views

Keep user env variables executing gksu

I have a program in c/gtk which is opened with gksu. The problem is that when I get the environment variable $HOME with getenv("HOME") it returns "root" obviously. I would like to know if there is a ...

1 4 5 6 7 8 67