Re: JS documentation ST...



On Fri, Jul 13, 2012 at 11:35 AM, Yaa101 <yaa101 xs4all nl> wrote:
>
> Hello all,
>
> Does somebody know where to find a proper reference on ST for gjs?
> I can find the C references ( http://developer.gnome.org/st/3.4/ ) but
> they lack detail on usage and interaction within the js system.
>
> What I am searching for is a document ala
> ( http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/index.html ) but for ST.
>
> Is there any document that has this information?
>
>
>
> For instance I want to know what CSS properties each ST element use.

Most CSS properties are supported by all elements, and you can add
your own properties by looking them up on the theme node.

> Also I want to know how I can scroll a St.Table as putting it in a
> St.ScrollView will give an empty ScrollView on screen and using the
> table without a scrollview will show the table way too large.

It needs to be in a St.Scrollable, like St.BoxLayout.

> --
> (o_
> //\  Regards, Groeten,
> V_/_ Bas Burger.
> _______________________________________________
> gnome-shell-list mailing list
> gnome-shell-list gnome org
> https://mail.gnome.org/mailman/listinfo/gnome-shell-list



-- 
  Jasper


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]