Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | phosh_activity_new () |
const char * | phosh_activity_get_app_id () |
const char * | phosh_activity_get_title () |
void | phosh_activity_set_title () |
gchar * | app-id | Read / Write / Construct Only |
gchar * | title | Read / Write / Construct Only |
gint | win-height | Read / Write |
gint | win-width | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── PhoshActivity
PhoshActivity implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
“app-id”
property “app-id” gchar *
The application id.
Flags: Read / Write / Construct Only
Default value: ""
“title”
property “title” gchar *
The window's title.
Flags: Read / Write / Construct Only
Default value: ""
“win-height”
property “win-height” gint
The window's height.
Flags: Read / Write
Allowed values: >= 0
Default value: 300
“close-clicked”
signalvoid user_function (PhoshActivity *phoshactivity, gpointer user_data)
Flags: Run Last