Window used as a Menu in Gtk .

2014-03-07 Thread Mariano Gaudix
Hello people . Sorry for the question . I need a window with the properties of a menu . When the pointer is clicked on the screen , the window popup will dissapear. I am develop an applet for gnome . Also . How i open a directory with a button ? Thanks ,

Re: GtkEntry ... change size

2013-10-28 Thread Mariano Gaudix
¿ how I disable expansion ? I used the sentences . gtk_widget_set_vexpand (GTK_WIDGET(entry ) , FALSE ) ; gtk_widget_set_hexpand (GTK_WIDGET(entry ) , FALSE ) ; But these sentencesdon't run . 2013/10/28 Michael Cronenworth m...@cchtml.com Mariano Gaudix wrote: I can not change

GtkEntry ... change size

2013-10-27 Thread Mariano Gaudix
Hello I can not change the size to GtkEntry . I am using Gtk 3.6 . I need a GtkEntry small , for my graphic interface . GtkWidget *entry = gtk_entry_new (); gtk_widget_set_size_request( entry , 20 , -1); ///code

Zoom in and Zoom out with GTK

2013-09-11 Thread Mariano Gaudix
How i achieve theeffect zoom in and zoom out with gtk ? I need code . Best regards . Mariano ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Pathbar Gtk 3.6 window on moving

2013-09-07 Thread Mariano Gaudix
hello I m creating a simple pathbar . https://www.youtube.com/watch?v=qStNhwkZg90 ¿ How i can achieve thata window atchange the size hide a button quickly ? I need , that thebutton be hide immediatelywhen the window changed of sizeand the

Re: window-popup = menu

2013-03-13 Thread Mariano Gaudix
2013 04:05, Mariano Gaudix marianocordobar...@gmail.comwrote: Hello how i can determine the size of a window-popup hidden ? ¿ Or how i can make window-popup behaves as a menu. I have a problem. if the botton to activate the window is in the low position of the screen , the window

window-popup = menu

2013-03-12 Thread Mariano Gaudix
Hello how i can determine the size of a window-popup hidden ? ¿ Or how i can make window-popup behaves as a menu. I have a problem. if the botton to activate the window is in the low position of the screen , the window-popup , is not shown above of the botton .. see the code and

cursor in GtkTextView (Text )

2012-12-06 Thread Mariano Gaudix
can I change the style ofcursor in the widget GtkTextView ? http://developer.gnome.org/gdk3/stable/gdk3-Cursors.html or I can not. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

PATHBAR written using GTK 3

2012-10-02 Thread Mariano Gaudix
Hello . Excuse me . For my the question .. someone have or seen a PATHBAR written with gtk 3 . You can tell me the page address where you can download the code for this widget . I need to know how to make a PATHBAR with GTK3 . Best regards Mariano

GRAPHICS INTERFACE with GTK 3 - VIDEO

2012-08-17 Thread Mariano Gaudix
Hello ... How I can that make a window always appears in the display as a MENU? . I am creating a GRAPHICS INTERFACE with GTK 3 and VALA .I am using WINDOW-POPUP as menu .. and i need that this always appears in the display . See

GRAPHICS INTERFACE with GTK 3 - VIDEO

2012-08-17 Thread Mariano Gaudix
Hello ... How I can that make a window always appears in the display as a MENU? . I am creating a GRAPHICS INTERFACE with GTK 3 and VALA .I am using WINDOW-POPUP as menu .. and i need that this always appears in the display . See

GTK 3.0 .....Menu=Window-Popup

2012-07-05 Thread Mariano Gaudix
Hello ...Excuse me for my question I am creating a combo-box with scrollbar with GTK 3.0 and VALA (gtk) . .as the COMBO-BOX in LibreOffice that have in the list of FONTS .. I have been able to create something like a MENU

Re: multiple GTKentry inside a GTKnotebook

2012-06-23 Thread Mariano Gaudix
Rudra can see the example . I uploaded a new code .downloads in .. MEDIAFIRE .. http://www.mediafire.com/?4l8qo1wtk35dcqb Rudra , let me know if you will download , the example. 2012/6/24 Rudra Banerjee bnrj.ru...@yahoo.com

Re: GTK 3.0 inactive buttons (Buttons : maximize , minimize , close )

2012-06-22 Thread Mariano Gaudix
In thePOPUP MENUand COMBOBOX ... has these effects ... If you activate a combo-box or menu ..and then you clicked the button maximize or minimize of the window ... this always happens 1). First .Clicking the maximize or minimize

Re: GTK 3.0 inactive buttons (Buttons : maximize , minimize , close )

2012-06-22 Thread Mariano Gaudix
http://fotos.subefotos.com/db2e5a8be0a21c26f620bd4adde20c5fo.png 2012/6/22 Mariano Gaudix marianocordobar...@gmail.com In thePOPUP MENUand COMBOBOX ... has these effects ... If you activate a combo-box or menu ..and then you clicked

Re: multiple GTKentry inside a GTKnotebook

2012-06-21 Thread Mariano Gaudix
How is the program you want to do? Can you explain? 2012/6/21 Rudra Banerjee bnrj.ru...@yahoo.com Thanks, but its not solving the main problem. / 2012/6/20 Rudra Banerjee bnrj.ru...@yahoo.com

GTK 3.0 inactive buttons (Buttons : maximize , minimize , close )

2012-06-21 Thread Mariano Gaudix
Hello How I can make the buttons are inactive , the buttons of the window (Buttons : maximize , minimize , close ) or without focus when the pointer isover them ? I need to get the effect . Caso 2 . View image

Re: multiple GTKentry inside a GTKnotebook

2012-06-20 Thread Mariano Gaudix
I cleaned the code a bit watching the GTK API 3 http://developer.gnome.org/gtk3/3.0/GtkComboBoxText.html /***THE CODE/ #include gtk/gtk.h #include stdio.h #include string.h #include gdk/gdk.h GtkWidget *window; GtkWidget *vbox, *hbox, *combo; GtkWidget *vbox1, *hbox1, *combo1;

Combo-box with scrollbar as the COMBO-BOX in LibreOffice that have in the list of FONTS

2012-06-17 Thread Mariano Gaudix
COMBOBOX with SCROLLBAR Excuse me for my question I am creating a combo-box with scrollbar with GTK 3.0 and VALA (gtk) . .as the COMBO-BOX in LibreOffice that have in the list of FONTS .. GTK 3.0 have not a COMBO-BOX with scrollbar