[Vala] Change Cursor in Text

2012-12-12 Thread Mariano Gaudix
In Vala and Gtk + 3.6 . can I change the style of cursor in the widget Gtk TextView (Text ) permanently ? ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

[Vala] 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

[Vala] Position of window-popup VALA (GTK 3 )

2012-07-31 Thread Mariano Gaudix
one canfix the GtkToolbar-internal-padding: 0 on a TOOLBAR .. is I have trouble placing a window below a TOOLBUTTON ..in GTK 3 and VALA (GTK 3). .I whenchange the theme in GNOME 3 the space in theTOOLBAR also changes . I may give an

Re: [Vala] Vala (Gtk 3.0 ) inactive buttons (Buttons : maximize , minimize , close )

2012-06-25 Thread Mariano Gaudix
]_decorations, which allows setting some more fine-grained hints. Mariano, you may want to look into using that. Thomas Stefan On Fri, Jun 22, 2012 at 01:03:04PM +0200, Thomas Jollans wrote: On 06/22/2012 01:47 AM, Mariano Gaudix wrote: Hello How I can make the buttons

Re: [Vala] Vala (Gtk 3.0 ) inactive buttons (Buttons : maximize , minimize , close )

2012-06-22 Thread Mariano Gaudix
in LibreOffice that have in the list of FONTS. 2012/6/22 Stefan Risberg steffeno...@gmail.com But isn't that how notifications are made by some notification library? Stefan On Fri, Jun 22, 2012 at 01:03:04PM +0200, Thomas Jollans wrote: On 06/22/2012 01:47 AM, Mariano Gaudix

Re: [Vala] Vala (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

[Vala] Vala (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

[Vala] another way to write a widget in Vala (Gtk)

2012-06-04 Thread Mariano Gaudix
another way to write a widget in Vala (Gtk) /* START of EXAMPLE */ using Gtk; private Gtk.Button button; public void on () { button.hide (); } Gtk.HBox create_box () { Gtk.HBox lbox; Gtk.Button button3; lbox = new