Tagged Questions

0
votes
1answer
15 views

GtkNoteBook signal handling problem

I have created one notebook GTK+ widget, and I am trying to set callbacks on some events as follows: m_notebook = gtk_notebook_new(); g_signal_connect( GTK_OBJECT(m_notebook), "mo …
1
vote
1answer
41 views

GTK Modifying Background Color of GtkButton.

Trying to change background/foreground color....Using Gtk+ and C. GdkColor color; gdk_color_parse( "#0080FF", &color ); gtk_widget_modify_fg( GTK_WIDGET(button), GTK_STA …
0
votes
1answer
21 views

Gtk How to add GtkMenu widget at end edge of widget.

I have a GtkMenu Widget and i am adding it to screen on button click,, but it gets added at mouse location but i want to add it to end edge of button widget like, +-------+ |BUTTO …
0
votes
1answer
21 views

Updating Widget in GtkVBox.

I have a GtkVBox with some labels and some empty blocks in it ... I have created this window + vBox in Glade3... Working under C. +----------------+ |Lable1 | +-------- …
0
votes
1answer
63 views

Compiling GTK+ Application with G++ compiler.

I am writing an application in C++ with using GTK+ (not gtkmm) so I need to compile using g++ compiler. Is it possible to compile GTK+ applications with the g++ compiler? Are GTK+ …
0
votes
2answers
64 views

Why does my simple GTK+ based app take 8 seconds to start up?

Hi folks, I wrote a GTK+ app whose .exe is small, but of course like all GTK+ apps it links with many DLLs (under Windows). What my program does at this point is construct a GUI t …
0
votes
1answer
78 views

create and emit gtk signal

I am trying to create and emit a GTK signal: g_signal_new("child-finished", G_TYPE_OBJECT, G_SIGNAL_RUN_FIRST, 0, NULL, NULL, NULL, // *** I think th …
2
votes
4answers
159 views

Gui for KDE and Gnome

I want to write a gui to an application that is now CLI that needs to "look good" in both KDE and Gnome DE's, taking optimal advantage of a users settings for appearance. If I sel …
0
votes
1answer
69 views

How to create gtk+ windows without title bar?

How to create gtk+ windows without title bar(header) in linux?
0
votes
1answer
35 views

GTK+ GTkStatusIcon not working in Win32

I cannot get GTkStatusIcon working in Windows and I get no errors. And I make a call to both gtk_status_icon_set_from_file and gtk_status_icon_new_from_file. Does anyone have any i …
0
votes
3answers
64 views

use gtk_signal_connect with a member function in c++

What's the best way to connect a GTK+ signal to a non-static member function? I have a GUI class in c++ that uses gtk, and i want do something like this: Gui::Gui () { gtk_sign …
0
votes
1answer
56 views

How do you enable auto-scrolling on GtkSourceView2?

I am having a problem with GtkSourceView used from Python. Two major problems: 1) When a user types text into the GtkSourceView, and types past the bottom of the visible text, the …
0
votes
1answer
53 views

How do I read or write GTK TreeStores from/to files?

Hi! I'm new to this. How do I store a TreeStore to a file? I can store specific values from the underlaying TreeStore through the TreeModel interface, but is there any way of "g …
0
votes
1answer
21 views

gtk_menu_item_new_with_labelex vs gtk_menu_item_new_with_label

what is the difference between these two function calls: menu_item_new_with_labelex vs gtk_menu_item_new_with_label
1
vote
2answers
99 views

GLib-GObject-CRITICAL warnings

I'm confused by these two warnings. Can anyone explain how I might have come about triggering them, and how they would be able to be debugged in gdb? (gtkworkbook:24668): GLib-GO …

1 2 next
15 30 50 per page