You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Properties found in a glade file cannot be set through monoBasic (or VBnet, whichever is appropriate). This is true at least for the GtkButton.
In a glade file a GtkButton may have: <property name="label">gtk-quit</property> <property name="use_stock">True</property> <property name="always_show_image">True</property>
which cannot be set in VBnet since (with the exception of the Label property) they do not exist as "member" functions. In addition a "set_property" (or something like this "Property_set" or alike) also does not exist as "member" function.
Sorry if this is not the place to report this problem.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Properties found in a glade file cannot be set through monoBasic (or VBnet, whichever is appropriate). This is true at least for the GtkButton.
In a glade file a GtkButton may have:
<property name="label">gtk-quit</property>
<property name="use_stock">True</property>
<property name="always_show_image">True</property>
which cannot be set in VBnet since (with the exception of the Label property) they do not exist as "member" functions. In addition a "set_property" (or something like this "Property_set" or alike) also does not exist as "member" function.
Sorry if this is not the place to report this problem.
The text was updated successfully, but these errors were encountered: