Re: Top Level Window - Eliminating Rollup / Resize / Minimize / Maximize, ect



On Fri, 2004-05-07 at 14:48, ext Chris Caron (OTI) wrote:
Without the nice functionality that Gtk 2.4 offers, is there still an 
"old fashioned" way of eliminating these menu options from the windows 
in GNOME using GTK in C.


the commented out lines below list functions that the newer GTK library 
(2.4) offers.  But presently that isn't an option for me to upgrade that.

The "old fashioned" way is to manipulate low level X properties
directly, the new functions in gtk 2.4 are just for convenience.  You
can always read the source to see how gtk does it and copy the relevant
code to your own program.


-- 
Tommi Komulainen <tommi komulainen nokia com>



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