Style » History » Version 1
iri, 03/20/2011 03:30 PM
| 1 | 1 | iri | h1. Style |
|---|---|---|---|
| 2 | |||
| 3 | h2. _gtkStyleCssLoadP |
||
| 4 | |||
| 5 | Load a css-like file. |
||
| 6 | +Warning+ : GTK+ 3.x only ! If GTK+ 2.x compiling flag, the file is not loaded and the function returns alqays nil. |
||
| 7 | |||
| 8 | Prototype : *fun [Chn P] ObjGtkStyle* |
||
| 9 | |||
| 10 | h2. _gtkStyleCssLoadS |
||
| 11 | |||
| 12 | Load a css-like datas. |
||
| 13 | +Warning+ : GTK+ 3.x only ! If GTK+ 2.x compiling flag, the file is not loaded and the function returns alqays nil. |
||
| 14 | |||
| 15 | Prototype : *fun [Chn S] ObjGtkStyle* |
||
| 16 | |||
| 17 | Return [[Api]] |