keysnooping

2007-05-15 Thread chabayo
Hi,... ...i want my application to react on some special KeyKombination/Keystrokes. How to work out that these implemenation has the capability to have these changeable!? For example, to make o (GTK_MOD1_MASK, GTK_O = open) become l (GTK_CONTROL_MASK, GTK_L = load ) ? thx chab __

AW: Gtk+ and multithreating

2007-05-15 Thread chabayo
Hi list,... ...im sorry if i missunderstand something... Am 14.05.2007 19:53:44 schrieb(en) Michelle Konzack: Hello *, I am new on this list, but have already codes some VERY simple admin GUI's... Now I have a bigger problem/Application which need definitiv multithreading since it must poll s

applications working on uid 0

2006-09-24 Thread chabayo
ority (keys ever new produced by gdm - why!?), if arrangeable to read. Some help may be fine... greets chabayo ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yah

AW: Notebook + Iconview

2006-09-18 Thread chabayo
Am 18.09.2006 21:37:56 schrieb(en) Paul Pogonyshev: > Madhusudan E wrote: > > Hello All, > > I have inserted iconview inside a notebook page. > > Initially the focus is on the Notebook Tab. > > When I press down key, Notebook Tab loses the focus but the iconview > item > > dosent get the focus. Whe

How to save/load GtkTreeStore into a file?

2006-08-29 Thread chabayo
gtk_tree_model_get_iter_from_string and gtk_tree_store_set. The Problem is, by meaning, there is no node to iterate for the factive virtual node referenced by the string. Anyone could tell me the preferable way to save/load GtkTreeStores ?? regards chabayo

GdkEventKey

2006-08-28 Thread chabayo
Hi,... ...if somebody knows grun, i work on similar. But i wanna wanna get the output of stdout into a GtkTextView, and therefore i'll use the select/poll function to monitor the stderr. Seem to become very smart. But the problem by now is that i just wanna hide the CLI-Binary-NameEntry-F

AW: threads & gtk

2006-08-05 Thread chabayo
; > -Peter Ok, no matter if i am not right now, im on my way - real thanks. cheers chabayo ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de __

threads & gtk

2006-08-05 Thread chabayo
Hello, i'll ask for help with gtk & threading. The rules of my template: Create an output Window. Listen on a Socket for commands. Listen on a Socket for data. I wanna have 3 threads - naturally. Therefor i built that scheme: main () { ... /* init threads */ g_thread_init(NULL); gd

switch cursor color in libsourceview

2006-06-20 Thread chabayo
Hello, i want to have a red cursor-color on black background in a GtkTextView ( which is a Widget of GtkSourceView ). Therefore i found this: . . gtk_widget_set_name ( GTK_WIDGET ( data->view ) , "codeview" ); gtk_rc_parse_string ( "style \"default-codeview\" { GtkTextView::cursor_color = \"

change cursor-color of GtkTextView

2006-05-14 Thread chabayo
Hello, just wanna now if it's possible another way to change the cursor-color of GtkTextView. Have it this way: // coloring gtk_widget_set_name ( GTK_WIDGET ( text_view ) , "code_view" ); gtk_rc_parse_string ( "style \"default-code_view\" { GtkTextView::cursor_color = \"red\"\n }\nwid

set widget size

2006-05-06 Thread chabayo
&data.j ); gtk_widget_set_size_request ( GTK_WIDGET ( container ) , data.i , data.j ); gtk_container_add ( GTK_CONTAINER ( viewport ) , data.tree ); . . .} -- ...whats my problem? thx chabayo ___ Telefonate ohne weitere Kosten vom PC

get position/coordinates of a widget

2006-04-17 Thread chabayo
Hello, i have a tree/listview and as i press a special button i emit the signal "popup-menu". Done that i get the cell coordinates in the Treeview... gtk_tree_view_get_cell_area ( GTK_TREE_VIEW ( show_tables_treeview ) , gtk_tree_model_get_path ( GTK_TREE_MODEL ( show_tables_

How to get the widget with active focus?

2006-04-16 Thread chabayo
I wanna emit the menu-popup signal if a special key ( menu-key ) is pressed. To emit the signal i have to overgive the focused widget, but ... who knows?? ___ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmel

newbiee - i want multiple line in a treeview cell, or in a label, &| in a entryfield...

2006-04-11 Thread chabayo
Hello @ all, this is my first post to a mailing list, i ever had 2-3 posts on a newsgroup; and most of all my enlish isnt very familiar in its principles, too - so i try to get teached for success later on. Again hello to all !! As i play with code snippets ( i havnt oversight for more than