Re: Problem with GtkDialog and gtk_widget_destroy()

2006-11-18 Thread Guy Rouillier
Kevin Lambert wrote: > I have been using Glade to create the xml for the dialog then used libglade > to create the actual dialog. The dialog is shown and works as expected > EXCEPT that when I press Cancel (which call > gtk_dialog_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL)) the button > g

Re: How to scale Gtk-GUI application

2006-11-18 Thread Guy Rouillier
[EMAIL PROTECTED] wrote: > Hi; > > I want to scale my Gtk-GUI application (which is basically large in > size, not fitted with the screen) dynamically depending upon screen > size. I am thinking that can be done by modifying .gtkrc-2.0 file. > > Please help me, how can I modify .gtkrc-2.0 fil

Re: GTK+

2006-11-18 Thread Guy Rouillier
The way this is typically done is to check in main() for any already-running processes, and if present just shut down the newly started one. If you want to be user-friendly, you can give focus to the already running version so the user is not left wondering why the app didn't start. One trick

Re: embossing of text in insensitive buttons

2006-11-18 Thread Yeti
On Sat, Nov 18, 2006 at 03:40:04AM -0500, Freddie Unpenstein wrote: > > I think it'd need to be a style property, personally, rather than a developer > setting. That's what I suggested. > How about a general style property for shadow colour? Have it set on button > and menu item (etc.) styles

Re: GTK+ Signals

2006-11-18 Thread Ralf Stephan
> > Is this possible in C++? > > I suppose the Gtkmm list would be more appropriate for this. > But if you mean `in C++ not using C++ bindings' -- what > problems you got into? Thread moved to gtkmm-list. Thanks. ralf ___ gtk-app-devel-list mailing l

Re: embossing of text in insensitive buttons

2006-11-18 Thread Freddie Unpenstein
On Fri 10/27, David <[EMAIL PROTECTED]> wrote: > would it really improve anything? if people complain > about embossed labels without trying the non-embossed > look, does it tell anything (beside the fact they don't > care that much)? see > http://kf.fyz.fce.vutbr.cz/~yeti/tmp/gtk-no-emboss.png