Re: GLib and UTF-8 encoding text-file

2006-11-15 Thread Kurucz Istvan
Hallo... On Wed, 15 Nov 2006, Ralf Stephan wrote: In C, you would use gunichar* similar to char*, but much more comfy is to use C++ and Glib::ustring just like you use std::string. Examples? Download any source and grep. I´m programming in C, and would like to read three characters in UTF-8

GLib and UTF-8 encoding text-file

2006-11-14 Thread Kurucz Istvan
Hallo, I want to work with an UTF-8 encoding text contained file in my GLib-using program. I have any question: how can I read a given number valid UTF-8 characters from this file? In which type of variables can I this characters save? And how can I go on working with this characters? Can I ask

GTK+ stock-icon problem with Windows

2006-07-14 Thread Kurucz Istvan
Hello, I wrote a small program in GTK+ under Win32, it runs perfectly and usable. But under Windows, doesn't show the pictures located "stock button". What could be the problem? I use this runtime-environment under Windows: http://prdownloads.sourceforge.net/gimp-win/gtk+-2.8.18-setup-1.zip?dow

GLib module problem with MinGW

2006-07-13 Thread Kurucz Istvan
Hello... I wrote a small program code, where I was testing the GLib usage of modules (Dynamic Loading). Under Linux it runs perfectly, but with the help of MinGW. I can t compile it under Win32 platforms. It seems that the modules are not included in the wanted symbol. If somebody could help m

RE: Widget search and tree build

2006-01-27 Thread Kurucz Istvan
If you have a parent widget, which includes other child widgets, how can I get the entire child widgets pointer? How can you analyze a defined widget easier? I need to find different type of widgets, where could change some of its features? Thanks: Kurucz István :) ===

Widget search and tree build

2006-01-25 Thread Kurucz Istvan
Hy...! :) From a definied bearing widget, how can travel all of the children-widgets like a tree-bulid, or build a tree-build, which meeting-points linked the correct widget. And a definied widget how analysed the easier? Because I want to search a type features widgets, which are I must chang

GTK+ programming and session managment

2005-11-04 Thread Kurucz Istvan
Hy ! 'I'm developing an application in GTK+ under Linux using programming language 'C' and I'd like to create an option which allowes cooperation with the 'Session Saver' function. I'd like something like the 'gnome terminal'- so if the user asks for the 'Session Saver' function when logging off t

Re: gtk_window_set_position [ was (no subject) ]

2005-10-06 Thread Kurucz Istvan
Hy! On Thu, 6 Oct 2005, Tristan Van Berkom wrote: > gtk_window_set_position() should "just work", if it doesnt work for you, > chances are that you are useing a "light" window manager that doesn't > implement > that (I've seen this not work on sawfish for example). Ehhh... GTK+ 2.4.x and Xfc

(no subject)

2005-10-06 Thread Kurucz Istvan
Hy! I would like that, the visiting-card window is present in the middle of modaled main window. I no purpose use the gtk_window_set_position (MainWindow, GTK_WIN_POS_CENTER_ON_PARENT) funciton, the visiting-card window always present an other, outside of the main window's aera. What is the perfe