Glade is a visual user interface designer for the GTK+ toolkit and the GNOME desktop environment.
1
vote
0answers
9 views
Python GTK (Glade) Notebook
I'm currently developing a small application in Python with the use of GTK+ (and Glade). Everything has been fairly simple to integrate so far, until I came up with the idea to add tabs instead of ...
-2
votes
0answers
25 views
There's a way to import a .glade file on Tkinter?
I wont find any answer that can help me. I have a simple script in Tkinter(Login Window) and I'm looking for a way to import a .glade file on my script, or another program that will do the same thing ...
0
votes
0answers
20 views
Python unity indicator applet and glade child window
I have created an unity indicator applet with python and glade. Here is the screenshot that appears when indicator applet is clicked. You can see the preferences menu. When this preferences menu is ...
0
votes
0answers
28 views
runtimeerror missing handler python glade
This is a piece of my code
class gui_manage():
def delete_event(self , widget , data):
False
print 'delete'
# #######################
# define some functions here
as ...
-1
votes
1answer
23 views
What's wrong with my .py and .glade code? the GUI doesn't appear? [closed]
Code for a simple GUI using aria2c.
It calls a glade file which contain the url, catches it, and passes the url to aria2c via xmlrpclib.
The code executes, but no GUI appears. Why?
Here is the py ...
0
votes
1answer
18 views
I'm trying to build a GTK app with Glade - is there a Python text-editor widget I can insert into my UI?
I want to build an application which will have an input field where a user can type in a very small fragment of Python code.
Rather than use a dumb text-input field I'd like to use something that is ...
0
votes
2answers
17 views
GLib-GObject-CRITICAL **: g_signal_handler_disconnect: assertion `handler_id > 0' failed
What generally causes this?
What strategies can I use to track the problem down?
I have 6 buttons in a glade (gtk3.0) file - I see 6 warnings..., initially I wasn't getting these errors unitl after ...
-1
votes
0answers
20 views
On Fedora 17, cannot build my source code from an svn checkout, only an svn export [closed]
I have several old glade-2 GUI (C code) programs that I want to build on my new Fedora 17 machine. When I get the source tree from my Subversion repository using "svn export" I can build the programs ...
0
votes
1answer
8 views
Can't build after adding Notebook Control in Glest
After watching this video:
http://developer.ubuntu.com/get-started/
I've created an Ubuntu application using Quickly and Glade. However, after adding a tab control (called a Notebook in glade), I hit ...
2
votes
0answers
71 views
Haskell Program Crashes with GUI but not CLI
I'm trying to build a Haskell program (Hets) with Fedora 18. The program compiles fine and it has two options at startup: with GUI or with CLI. If I start it with the CLI then it works fine. If I try ...
-1
votes
0answers
27 views
How to overlap widgets in GTK+ with Glade? [closed]
I'm making a basic GUI in C and i don't know the correct way to handle this, i'm really new at GTK. Haven't found a proper answer on the documentation.
Supose i have a window and it will be a ...
2
votes
0answers
44 views
Unable to set translate domain for gtk builder file, GTK+ 2
I want to internationalize my gtk+2 app. I can do it if i've strings in source code(_("String")). I extracted all strings from .ui file using the xgettext. It's OK. I translated it.
I want to set ...
2
votes
1answer
47 views
Glade3 and C programming
I am trying to create a simple app that accepts two integer and displays Sum of two on clicking "Sum" button
And I am new to Glade3, so you can expect blunders
/*
* Compile me with:
* gcc -o ...
0
votes
0answers
46 views
How do you set up progressbar/box in python, glade, quickly
At the moment I'm creating a basic minimalistic web browser for use with Ubuntu.
I have so far got all of the web browser set out how I want it (apart from the tabs bit which I'm sorting).
But for ...
-2
votes
0answers
48 views
GTK+ gtk_widget_show assertion failed (is not “widget”) [closed]
i'm making a simple program in C to show a window, press a button that cleans the screen and shows other buttons. I am new with gtk, i made the interface with Glade and linked the button with my code.
...
0
votes
0answers
34 views
Layout breaks if using Glade UI in Python program (pygobject)
I created an user interface using Glade 3.12. In Glade's previewer it is layouted perfectly and resizes properly, see the first screenshot linked below.
If I load this file in my Python program, the ...
0
votes
0answers
27 views
libglade-warning signal handler not found
(test:24684): libglade-WARNING **: could not find signal handler 'btn1_clicked'.
this is what I get when I run my test gui application. the gui is made in glade and imported into codeblocks. I ...
0
votes
1answer
97 views
Importing GUI's from glade into code::blocks
I want to import a test GUI I made in glade into a project in code::blocks.
I followed a guide to import it as an xml into the project, whether that works or not, I bumped into a problem, ...
0
votes
1answer
76 views
ComboBoxText in Glade / GTK+3 / Python - disappears when displayed 2nd time
I'm trying to implement a drop down list in an Ubuntu app using Glade (GTK+3) and Python.
I can get the ComboBoxText to display, populated with strings. However when I close the window it is contained ...
0
votes
1answer
62 views
Python GtkBuilder can't import Box widget from Glade 3.14
In my layout, I use a ton of box layouts. In most tutorials I looked, people would use HBox and VBox's. I didn't think that a Box would be that much different.
The GtkBuilder chokes miserably anytime ...
0
votes
1answer
70 views
Hello, World! in Python + Glade 2
gui.glade:
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window">
<property ...
0
votes
0answers
18 views
changing the layout of an application using glade
Still learning so bear with me.
I've downloaded the source for galculator, and in the ui folder is the layout for the buttons. Is it possible to take the AC C buttons with all their functionality ...
2
votes
1answer
76 views
Python CSV file parsing into datetime, throwing time format error
Good afternoon ladies and gentlemen, I have a question for you today =)
I'm using pygtk and glade (python 2.7 32bit interpreter is the most recent it supports) to make an application for a research ...
0
votes
1answer
62 views
Passing user data to Callback function using glade
I am using glade to make my .ui files and then using GtkBuilder I am loading that whole .ui file in my C program, so all the widgets and stuff are created from the builder files itself.
Earlier I ...
0
votes
0answers
38 views
How to override the gtk2 combobox color
I'm using glade for a user interface. Here is my code for a combo box:
dbuilder= gtk.Builder()
combobox = dbuilder.get_object("combobox")
self.set_model_from_list(combobox, TWO_DI_ARRAY)
In ...
0
votes
1answer
38 views
Error when trying to launch an application using GTK and glade
When we try to launch an application that uses GTK libraries of version GTK 2.0 we get the below error:
Message: Unhandled tag: 'requires'
'requires' appears only once in the faulty xml file.
...
0
votes
1answer
40 views
Glade UI builder will not let me assign objects as parameters for signals
I'm trying to implement a project of mine, using Gtk+ and Glade. I can't provide any code, as it is for my coursework, and doing so would jeopardize my qualification, which I have no desire to do ...
1
vote
1answer
80 views
Connect signal from Glade to Gjs/Seed code
I want to use the connect_signals method to bind my Glade signals to Gjs/Seed methods.
But I always get the following error : Argument 'user_data' (type void) may not be null
Does anyone know how to ...
0
votes
1answer
32 views
How do I create a GtkApplicationWindow widget with Glade?
It would be useful to me to have access to a GtkApplicationWindow object from my code, but I want to use Glade to initialise its properties.
How can I create a GtkApplicationWindow widget in Glade?
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
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
166 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
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
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
0answers
32 views
Glade: Controlling size of images
I'm working on a project which features a simple 7-step wizard, with one small step in every wizard. It's actually display-only, no input. I was designing the first few steps using Glade (3.12.1). The ...
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 ...
0
votes
1answer
53 views
Radio button grouping with glade
I am programming a GUI in Haskell using the editor Glade with the gtk2hs bindings. Currently I am failing miserably at grouping the radio buttons. It will not let me select the group name. Can someone ...
0
votes
0answers
40 views
Python/Glade - Create next button
I have problem with realization. I need to create the "Next" button but have not idea how to do it. For example there is some business card where is name, surname,phone number email etc. And I have ...
0
votes
1answer
100 views
Set Gtk.ComboBoxText default item?
I would like to make an item in my ComboBoxText the default value, instead of a blank combo box until the user selects something. Apparently, this is set by changing Active value in Glade to [the item ...
0
votes
0answers
27 views
How to create splash window in gtkmm3?
I am using gtkmm3(gtk c++ version) with glade. Would you please tell me how to create and show splash window ? If possible means give an example program. Thanks in advance...
0
votes
1answer
71 views
i had developed a tool using gtk in linux. its working fine now i want to make it port to windows?
For that tool i used glade -3 to build windows in linux and imported inside code using gtk builder, now want to port this tool to windows xp what is best way ?
thanks in advance :)
1
vote
1answer
63 views
How to turn a Python + Glade3 project into .exe format?
I'm not that good at programming and I'd like some help. I made a Python/Glade project, I think I have Glade 3.6.7 installed and Python 2.6.5. I'd like to turn it into a .exe file. Instead of putting ...
0
votes
1answer
104 views
Handling delete event in pygtk/glade
I have a GUI designed in glade, using python/gtk in the background.I want to handle the delete event and display a "Are you sure?"-message dialog.I have been trying to handle the delete and destroy ...
0
votes
1answer
37 views
In glade, how can I insert a widget between a parent and a child?
I'm building a GUI using Glade. I realized than often, I'd need to modify the layout, for example to add a frame somewhere. However, the only way I found to achieve this was either to delete all the ...
0
votes
2answers
255 views
How to pass a string from a text box to a function
I am writing a basic gui for my log parsing script. Im using GTK 2x, Glade and Python 2.7.3.
I have some global variables defined and need to change those according the user input in the gui text ...
0
votes
2answers
593 views
creating a file manager in python
Good day to all. This is actually my first time ever posting a question so I'm gonna go straight to the point. Me and my team mates are actually working on an application using python as our ...
0
votes
1answer
51 views
First TreeViewColumn is not rendering
I have an window defined in a gtk-builder file made with Glade. It contains a gtk.Window, with a child gtk.TreeView with 2 gtk.TreeViewColumns:
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
2answers
456 views
How to use a Glade UI (.glade file) in a Java Gnome/GTK program?
I've did a research on the Internet looking for tutorials/documentations to explain me how to use a UI designed in Glade in a Java Gnome project, but no luck. I already know how to create a UI from ...
1
vote
0answers
22 views
How to call a variable inside another function
Hi,i have 2 functions that do a printf of what a i put in a text entry (used glade for GUI).
like this:
void on_adress_activate(GtkWidget * adress, GdkEvent * event, gpointer data)
{
const gchar ...



