PHP-GTK Cookbook
Here you can find a real examples of how work with php-gtk
-
Open a file chooser with GtkFileChooserDialog
-
Create a context menu in GtkNotebook
-
Working with GtkNotebook and tabs/pages
-
How to add GtkCheckMenuItem to GtkMenu
-
How to create GtkMenus
-
How to validade fields
-
How to add action on ENTER
-
How to add combobox inside a GtkTreeView with GtkCellRendererCombo
-
How to detect when GtkTreeView was selected
-
Style GtkLabel with CSS
-
How to change background and selected color of GtkTreeView
-
How to change GtkLabel font family, font size and font color
-
How to highlight lines of GtkTreeView
-
How to set color on GtkTreeView column header with CSS
-
How to set align of lines and columns in GtkTreeView
-
How to set format in GtkTreeView
-
How to style GtkButton with CSS
-
How to set title and icon of GtkWindow
-
How to use GtkBox to display values like a table
-
How to show alerts using GtkMessageDialog
-
How to use GtkBox to display values like a table styling columns
-
How to set GtkTreeView lines editable
-
How to display a tree structure with GtkTreeView
-
How to use GtkComboBox
-
How to use GtkTable to list values
-
How to use GtkComboBoxText
-
How to use markup in GtkLabel
-
How to align text inside GtkButton
-
How to use GtkBox to create boxed layouts
-
How to center multi-line text in GtkLabel
-
How to put link inside GtkLabel
-
How to display data using GtkTreeView
-
How to right align text in GtkLabel
-
My first PHP-GTK program