Tagged Questions
1
vote
0answers
11 views
Editing the GtkNotebok's Default Popup Menu
I'd like to know if it's possible to append a menu item to the popup menu that appears by default on right-clicking a GtkNotebook's tab page.
Thanks.
1
vote
2answers
36 views
Connecting QML with C instead of C++?
I've been working on an app in Ubuntu, using C and GTK, I want to switch from GTK to QML, however I can not find anywhere on the internet info on linking QML to C functions, just C++. Is it even ...
1
vote
1answer
110 views
Where can I find a Simple Hello World example for Ubuntu SDK (QT)?
I've been trying to get a simple window with button.
And i have no idea on how to "bind" a button from the QML thing to a C/C++ function for example.
I followed the example from developer.ubuntu.com ...
1
vote
0answers
117 views
Can't compile a GTK+ program, errors in GTK-files
for years ago I downloaded GTK+-dev. Now I would create a programm with GTK+. Simply startet with the example on http://developer.gnome.org/gtk3/stable/gtk-getting-started.html, I get lots of ...
5
votes
1answer
100 views
Set action for submenu in AppIndicator
I am trying to build a simple indicator in C. This is my code:
void make_indicator(){
//Making the indicator
appindicator = app_indicator_new("My Indicator", ...
4
votes
1answer
93 views
Implementation of a slider on appindicator
I'm trying to add a slider to an indicator to port my gnome-shell extension to unity. I found out this question which is exactly my problem.
If this is not possible using libido and indicator how is ...
2
votes
1answer
81 views
Can i reasonably link in C code to an application managed with quickly?
I'm looking around for a way to program some gui apps in ubuntu 12.04.
I ran across the quickly tutorial and the tool looks fantastic.
It looks like the primary language you develop with is python, ...
0
votes
0answers
87 views
How can I install an old version of libc on 12.04 and is it safe to do so?
I am building an application on 12.04 and I need to run it on an embedded device. The device has libc-2.8.90.so on it and my dev machine has libc-2.15.so on it. I would like to install libc-2.8.90 ...
1
vote
1answer
70 views
GTK+ Custom Accelarator Groups
I have successfully manage to add an accelerator to a menu item with the gtk_widget_add_accelerator() function.
What bothers me is how i can add a custom accelerator that widget.With the first ...
0
votes
0answers
92 views
gtk_widget_grab_focus() jumping to next field automatically?
I am creating a 'C' project with glade and gtk. I want a focus on a gtkentry field naming txt_abc and so I called the function:
gtk_widget_grab_focus (txt_abc);
There is another gtkentry widget just ...
3
votes
1answer
497 views
How to let an icon in the launcher wiggle?
Trying to let my python application inform the user by wiggling or shaking its icon
in the launcher, I found:
Wiggling seems to be the "urgent animation":
How can I change the wiggle time of ...
1
vote
3answers
192 views
How to detect if appmenu is active?
Is it possible to check from the application if its menu will be displayed in the window or in the panel (AppMenu)?
I can of course check if the environment is Unity, but some people use AppMenu in ...
9
votes
1answer
319 views
How do I add a slider to an AppIndicator?
I'm trying to add a slider to an AppIndicator similar to what the Sound Menu has. I've looked trough the code of the Sound Menu and found that I should be using libido-0.1 for that. Here's what I have ...
0
votes
1answer
141 views
Can't get menus to show up in custom indicator
I am trying to get a menu to show in a custom application written in C. I create the GtkMenu, populate it with GtkMenuItem(s) and add it to the indicator, which shows up in the indicator list, but the ...
1
vote
4answers
683 views
What are some IDEs for C/GTK2 [duplicate]
Possible Duplicate:
C programing suites/IDEs
What is the best IDE for C + GTK2 programming? I currently use gedit and try MonoDevelop.