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

[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 examp

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

2012-06-25 Thread Mariano Gaudix
; > used for that to work well and look natural. > > > > Browsing the API some more reveals Gdk.Window.[get|set]_decorations, > > which allows setting some more fine-grained hints. Mariano, you may > > want to look into using that. > > > > Thomas >

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 > In thePOPUP MENUand COMBOBOX ... has these effects > ... > > If you activate a combo-box or menu ..and then you clicked > the butt

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

2012-06-22 Thread Mariano Gaudix
// 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. 2012/6/22 Stefan Risberg > But isn't that how notifications are made by some notificat

[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 http://fotos.subefotos.com/607c3fb8e19de4e

[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 Gt