[Fwd: Opening a GtkWindow in a specific position]

2002-11-29 Thread Loban Amaan Rahman
I'm resending a bunch of mail because I just learned that my mail program had gotten borked and has been swallowing my sent mail for the past couple of weeks. If you have already received this, please ignore. Cheers, Loban -Forwarded Message- From: Loban Amaan Rahman [EMAIL PROTECTED

gtk_window_set_skip_taskbar_hint

2002-11-29 Thread Loban Amaan Rahman
/---\ | Loban Amaan Rahman -- anagram of -- Aha! An Abnormal Man! | | [EMAIL PROTECTED], [EMAIL PROTECTED], http://loban.caltech.edu

Re: Gtk::TextView

2002-11-09 Thread Loban Amaan Rahman
On Fri, 2002-11-08 at 18:28, Havoc Pennington wrote: On Fri, Nov 08, 2002 at 04:58:52PM -0800, Loban Amaan Rahman wrote: The documentation for GtkTextView has me all muddled. How do I do the following tasks: Note that questions about using gtk should go to gtk-list or gtk-app-devel-list

Gtk::TextView

2002-11-08 Thread Loban Amaan Rahman
the latest text can be seen (3) Insert text with markup (like b) (4) Specify that the text should be in a monotype font. (Could use (3)). Thanks a lot! /---\ | Loban Amaan Rahman -- anagram of -- Aha! An Abnormal Man! | | [EMAIL

Re: MYSQL GTK !!!! (connection, selection ...)

2001-09-21 Thread Loban Amaan Rahman
I hope a simple esponce that I can undertand it, Sorry for any problem because of me. Bye /---\ | Loban Amaan Rahman -- anagram of -- Aha! An Abnormal Man! | | [EMAIL PROTECTED], [EMAIL PROTECTED], http://i.am/loban

Re: getting a GtkWidget*

2001-06-04 Thread Loban Amaan Rahman
of the button and iterating through the children. Is there anything analogous to XtNameToWidget? /---\ | Loban Amaan Rahman -- anagram of -- Aha! An Abnormal Man! | | [EMAIL PROTECTED], [EMAIL PROTECTED], http://i.am/loban

Re: libglade question

2001-05-25 Thread Loban Amaan Rahman
. /---\ | Loban Amaan Rahman -- anagram of -- Aha! An Abnormal Man! | | [EMAIL PROTECTED], [EMAIL PROTECTED], http://i.am/loban | \---/ ___ gtk-list mailing list [EMAIL

Re: Saving/Restoring

2001-05-21 Thread Loban Amaan Rahman
GtkWidgets from an XML object or file, we are doing the opposite. It could be an interesting way to save preferences (but a bad one because it ties them the GUI, making it non MVC). /---\ | Loban Amaan Rahman -- anagram of -- Aha

Re: Newbie questions

2001-04-27 Thread Loban Amaan Rahman
, and it also makes it easier to write better MVC code keeping the gui and generic code seperate. Loban. /---\ | Loban Amaan Rahman -- anagram of -- Aha! An Abnormal Man! | | [EMAIL PROTECTED], [EMAIL PROTECTED], http://i.am

Re: How to play wav sound effect in gtk??

2000-12-04 Thread Loban Amaan Rahman
I want set my widget to play sound effect when some event happen. Have any gtk function can do it? or other C,linux function can do it? Don't mind the flame you got earlier. Some people just like doing that. Check out the following web-page for what you need.