Re: [gtk-list] Re: Announce : Gtk-- v0.11.2 released



Daniel Burrows <Daniel_Burrows@brown.edu> writes:

>   Ok..I've been fighting with GTK-- for a few days now, trying to get it to
> do a simple task (pop up a dialog box).  Can anyone tell me what the problem
> with this program is?

Quick answer : You're getting an empty window, right ? Apparently, you
don't show() any widgets. Try this :

  gbug_dialog dlg;
  dlg.show_all(); // not just show()

Hope this helps.

-- 
					Guillaume.
					http://www.worldnet.fr/~glaurent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]